aboutsummaryrefslogtreecommitdiff
path: root/test/MC/MBlaze/mblaze_pattern.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/MBlaze/mblaze_pattern.s')
-rw-r--r--test/MC/MBlaze/mblaze_pattern.s8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/MC/MBlaze/mblaze_pattern.s b/test/MC/MBlaze/mblaze_pattern.s
index d9c56011f4..6bbc234e3d 100644
--- a/test/MC/MBlaze/mblaze_pattern.s
+++ b/test/MC/MBlaze/mblaze_pattern.s
@@ -11,12 +11,12 @@
# CHECK: encoding: [0x80,0x01,0x14,0x00]
pcmpbf r0, r1, r2
-# CHECK: pcmpeq
+# CHECK: pcmpne
# BINARY: 100011 00000 00001 00010 10000000000
# CHECK: encoding: [0x8c,0x01,0x14,0x00]
- pcmpeq r0, r1, r2
+ pcmpne r0, r1, r2
-# CHECK: pcmpne
+# CHECK: pcmpeq
# BINARY: 100010 00000 00001 00010 10000000000
# CHECK: encoding: [0x88,0x01,0x14,0x00]
- pcmpne r0, r1, r2
+ pcmpeq r0, r1, r2