diff options
Diffstat (limited to 'test/MC/Disassembler/Mips/mips32.txt')
-rw-r--r-- | test/MC/Disassembler/Mips/mips32.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/Disassembler/Mips/mips32.txt b/test/MC/Disassembler/Mips/mips32.txt index ef8bf71..d624889 100644 --- a/test/MC/Disassembler/Mips/mips32.txt +++ b/test/MC/Disassembler/Mips/mips32.txt @@ -35,9 +35,15 @@ # CHECK: bc1f 1332 0x45 0x00 0x01 0x4c +# CHECK: bc1f $fcc7, 1332 +0x45 0x1c 0x01 0x4c + # CHECK: bc1t 1332 0x45 0x01 0x01 0x4c +# CHECK: bc1t $fcc7, 1332 +0x45 0x1d 0x01 0x4c + # CHECK: beq $9, $6, 1332 0x11 0x26 0x01 0x4c |