summaryrefslogtreecommitdiff
path: root/test/MC/MBlaze
diff options
context:
space:
mode:
authorWesley Peck <peckw@wesleypeck.com>2010-11-12 23:41:10 +0000
committerWesley Peck <peckw@wesleypeck.com>2010-11-12 23:41:10 +0000
commit8bfdd8771431cd187794fb185f86727e73748810 (patch)
treeb93d03b2a3cf105b836e315ad3d1f0c7d46231a7 /test/MC/MBlaze
parentb9a643e2cdfe0ee9f99e1e32ccdbfd3ddf13a46f (diff)
downloadllvm-8bfdd8771431cd187794fb185f86727e73748810.tar.gz
llvm-8bfdd8771431cd187794fb185f86727e73748810.tar.bz2
llvm-8bfdd8771431cd187794fb185f86727e73748810.tar.xz
Fixing improperly encoded reverse subtract instructions in MBlaze backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118943 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/MBlaze')
-rw-r--r--test/MC/MBlaze/mblaze_typea.s16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/MC/MBlaze/mblaze_typea.s b/test/MC/MBlaze/mblaze_typea.s
index be260447b4..a0735e482c 100644
--- a/test/MC/MBlaze/mblaze_typea.s
+++ b/test/MC/MBlaze/mblaze_typea.s
@@ -81,24 +81,24 @@
# CHECK: encoding: [0x80,0x22,0x18,0x00]
or r1, r2, r3
-# FIXMEC: rsub
+# CHECK: rsub
# BINARY: 000001 00001 00010 00011 00000000000
-# FIXMEC: encoding: [0x04,0x22,0x18,0x00]
+# CHECK: encoding: [0x04,0x22,0x18,0x00]
rsub r1, r2, r3
-# FIXMEC: rsubc
+# CHECK: rsubc
# BINARY: 000011 00001 00010 00011 00000000000
-# FIXMEC: encoding: [0x0c,0x22,0x18,0x00]
+# CHECK: encoding: [0x0c,0x22,0x18,0x00]
rsubc r1, r2, r3
-# FIXMEC: rsubk
+# CHECK: rsubk
# BINARY: 000101 00001 00010 00011 00000000000
-# FIXMEC: encoding: [0x14,0x22,0x18,0x00]
+# CHECK: encoding: [0x14,0x22,0x18,0x00]
rsubk r1, r2, r3
-# FIXMEC: rsubkc
+# CHECK: rsubkc
# BINARY: 000111 00001 00010 00011 00000000000
-# FIXMEC: encoding: [0x1c,0x22,0x18,0x00]
+# CHECK: encoding: [0x1c,0x22,0x18,0x00]
rsubkc r1, r2, r3
# CHECK: sext16