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