summaryrefslogtreecommitdiffstats
path: root/test/MC/Mips/mips32
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/Mips/mips32')
-rw-r--r--test/MC/Mips/mips32/valid.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/MC/Mips/mips32/valid.s b/test/MC/Mips/mips32/valid.s
index 3a052948b73d..c24abe31fbd0 100644
--- a/test/MC/Mips/mips32/valid.s
+++ b/test/MC/Mips/mips32/valid.s
@@ -135,6 +135,8 @@ a:
neg.s $f1,$f15
nop
nor $a3,$zero,$a3
+ not $3, $4 # CHECK: not $3, $4 # encoding: [0x00,0x80,0x18,0x27]
+ not $3 # CHECK: not $3, $3 # encoding: [0x00,0x60,0x18,0x27]
or $12,$s0,$sp
or $2, 4 # CHECK: ori $2, $2, 4 # encoding: [0x34,0x42,0x00,0x04]
pref 1, 8($5) # CHECK: pref 1, 8($5) # encoding: [0xcc,0xa1,0x00,0x08]