summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorZoran Jovanovic <zoran.jovanovic@imgtec.com>2013-11-15 08:07:34 +0000
committerZoran Jovanovic <zoran.jovanovic@imgtec.com>2013-11-15 08:07:34 +0000
commit42cb3abaddfcff16ab18b114c3de034839c85e05 (patch)
tree572cc562d639ae3a81f5cc9620f20bd451e8c1e8 /test
parent4b8991424a8967dfdafc1768a9748f67e6c8b36f (diff)
downloadllvm-42cb3abaddfcff16ab18b114c3de034839c85e05.tar.gz
llvm-42cb3abaddfcff16ab18b114c3de034839c85e05.tar.bz2
llvm-42cb3abaddfcff16ab18b114c3de034839c85e05.tar.xz
Use instr mapping for microMIPS in llvm-mc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194792 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/Mips/micromips-trap-instructions.s24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/MC/Mips/micromips-trap-instructions.s b/test/MC/Mips/micromips-trap-instructions.s
index d26b1b2048..404006c3e4 100644
--- a/test/MC/Mips/micromips-trap-instructions.s
+++ b/test/MC/Mips/micromips-trap-instructions.s
@@ -9,12 +9,12 @@
#------------------------------------------------------------------------------
# Little endian
#------------------------------------------------------------------------------
-# CHECK-EL: teq $8, $9, 0 # encoding: [0x28,0x01,0x3c,0x00]
-# CHECK-EL: tge $8, $9, 0 # encoding: [0x28,0x01,0x3c,0x02]
-# CHECK-EL: tgeu $8, $9, 0 # encoding: [0x28,0x01,0x3c,0x04]
-# CHECK-EL: tlt $8, $9, 0 # encoding: [0x28,0x01,0x3c,0x08]
-# CHECK-EL: tltu $8, $9, 0 # encoding: [0x28,0x01,0x3c,0x0a]
-# CHECK-EL: tne $8, $9, 0 # encoding: [0x28,0x01,0x3c,0x0c]
+# CHECK-EL: teq $8, $9 # encoding: [0x28,0x01,0x3c,0x00]
+# CHECK-EL: tge $8, $9 # encoding: [0x28,0x01,0x3c,0x02]
+# CHECK-EL: tgeu $8, $9 # encoding: [0x28,0x01,0x3c,0x04]
+# CHECK-EL: tlt $8, $9 # encoding: [0x28,0x01,0x3c,0x08]
+# CHECK-EL: tltu $8, $9 # encoding: [0x28,0x01,0x3c,0x0a]
+# CHECK-EL: tne $8, $9 # encoding: [0x28,0x01,0x3c,0x0c]
# CHECK-EL: teqi $9, 17767 # encoding: [0xc9,0x41,0x67,0x45]
# CHECK-EL: tgei $9, 17767 # encoding: [0x29,0x41,0x67,0x45]
# CHECK-EL: tgeiu $9, 17767 # encoding: [0x69,0x41,0x67,0x45]
@@ -24,12 +24,12 @@
#------------------------------------------------------------------------------
# Big endian
#------------------------------------------------------------------------------
-# CHECK-EB: teq $8, $9, 0 # encoding: [0x01,0x28,0x00,0x3c]
-# CHECK-EB: tge $8, $9, 0 # encoding: [0x01,0x28,0x02,0x3c]
-# CHECK-EB: tgeu $8, $9, 0 # encoding: [0x01,0x28,0x04,0x3c]
-# CHECK-EB: tlt $8, $9, 0 # encoding: [0x01,0x28,0x08,0x3c]
-# CHECK-EB: tltu $8, $9, 0 # encoding: [0x01,0x28,0x0a,0x3c]
-# CHECK-EB: tne $8, $9, 0 # encoding: [0x01,0x28,0x0c,0x3c]
+# CHECK-EB: teq $8, $9 # encoding: [0x01,0x28,0x00,0x3c]
+# CHECK-EB: tge $8, $9 # encoding: [0x01,0x28,0x02,0x3c]
+# CHECK-EB: tgeu $8, $9 # encoding: [0x01,0x28,0x04,0x3c]
+# CHECK-EB: tlt $8, $9 # encoding: [0x01,0x28,0x08,0x3c]
+# CHECK-EB: tltu $8, $9 # encoding: [0x01,0x28,0x0a,0x3c]
+# CHECK-EB: tne $8, $9 # encoding: [0x01,0x28,0x0c,0x3c]
# CHECK-EB: teqi $9, 17767 # encoding: [0x41,0xc9,0x45,0x67]
# CHECK-EB: tgei $9, 17767 # encoding: [0x41,0x29,0x45,0x67]
# CHECK-EB: tgeiu $9, 17767 # encoding: [0x41,0x69,0x45,0x67]