summaryrefslogtreecommitdiff
path: root/test/MC/Mips
diff options
context:
space:
mode:
authorZoran Jovanovic <zoran.jovanovic@imgtec.com>2014-02-28 18:14:16 +0000
committerZoran Jovanovic <zoran.jovanovic@imgtec.com>2014-02-28 18:14:16 +0000
commit8f883ae9d37d4a6e9481ebbd37a06466fc7f1b37 (patch)
tree37982aeff94037a18a5d81da63e4ce2ed877bbe9 /test/MC/Mips
parent60f89805458b7bae91960c418029a33cd8c0728b (diff)
downloadllvm-8f883ae9d37d4a6e9481ebbd37a06466fc7f1b37.tar.gz
llvm-8f883ae9d37d4a6e9481ebbd37a06466fc7f1b37.tar.bz2
llvm-8f883ae9d37d4a6e9481ebbd37a06466fc7f1b37.tar.xz
Revert revision 202518 because of wrong commit message.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202521 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips')
-rw-r--r--test/MC/Mips/micromips-control-instructions.s10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/MC/Mips/micromips-control-instructions.s b/test/MC/Mips/micromips-control-instructions.s
index 632fb5390b..07fd777c9e 100644
--- a/test/MC/Mips/micromips-control-instructions.s
+++ b/test/MC/Mips/micromips-control-instructions.s
@@ -12,8 +12,8 @@
# CHECK-EL: break # encoding: [0x00,0x00,0x07,0x00]
# CHECK-EL: break 7, 0 # encoding: [0x07,0x00,0x07,0x00]
# CHECK-EL: break 7, 5 # encoding: [0x07,0x00,0x47,0x01]
-# CHECK-EL: syscall # encoding: [0x00,0x00,0x7c,0x8b]
-# CHECK-EL: syscall 396 # encoding: [0x8c,0x01,0x7c,0x8b]
+# CHECK-EL: syscall # encoding: [0x00,0x00,0xfc,0x8a]
+# CHECK-EL: syscall 13396 # encoding: [0x54,0x00,0xfc,0x8a]
# CHECK-EL: eret # encoding: [0x00,0x00,0x7c,0xf3]
# CHECK-EL: deret # encoding: [0x00,0x00,0x7c,0xe3]
# CHECK-EL: di # encoding: [0x00,0x00,0x7c,0x47]
@@ -29,8 +29,8 @@
# CHECK-EB: break # encoding: [0x00,0x00,0x00,0x07]
# CHECK-EB: break 7, 0 # encoding: [0x00,0x07,0x00,0x07]
# CHECK-EB: break 7, 5 # encoding: [0x00,0x07,0x01,0x47]
-# CHECK-EB: syscall # encoding: [0x00,0x00,0x8b,0x7c]
-# CHECK-EB: syscall 396 # encoding: [0x01,0x8c,0x8b,0x7c]
+# CHECK-EB: syscall # encoding: [0x00,0x00,0x8a,0xfc]
+# CHECK-EB: syscall 13396 # encoding: [0x00,0x54,0x8a,0xfc]
# CHECK-EB: eret # encoding: [0x00,0x00,0xf3,0x7c]
# CHECK-EB: deret # encoding: [0x00,0x00,0xe3,0x7c]
# CHECK-EB: di # encoding: [0x00,0x00,0x47,0x7c]
@@ -45,7 +45,7 @@
break 7
break 7,5
syscall
- syscall 0x18c
+ syscall 0x3454
eret
deret
di