[mips] Fix instruction definitions that were incorrectly marked as code-gen-only.
[oota-llvm.git] / test / MC / PowerPC / ppc64-encoding-fp.s
index ae0e2866a2619bb40c14fba7547841c5f0d25dad..e288dea89f3ab5a67e8d834bd00c892e697aed31 100644 (file)
          fnabs 2, 3
 # CHECK: fnabs. 2, 3                     # encoding: [0xfc,0x40,0x19,0x11]
          fnabs. 2, 3
-# FIXME: fcpsgn 2, 3
-# FIXME: fcpsgn. 2, 3
+# CHECK: fcpsgn 2, 3, 4                  # encoding: [0xfc,0x43,0x20,0x10]
+         fcpsgn 2, 3, 4
+# CHECK: fcpsgn. 2, 3, 4                 # encoding: [0xfc,0x43,0x20,0x11]
+         fcpsgn. 2, 3, 4
 
 # Floating-point arithmetic instructions