diff options
Diffstat (limited to 'llvm/test/MC/Disassembler/Mips/micromips.txt')
| -rw-r--r-- | llvm/test/MC/Disassembler/Mips/micromips.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/MC/Disassembler/Mips/micromips.txt b/llvm/test/MC/Disassembler/Mips/micromips.txt index 8b0aa9c71e7..9a1da6947a3 100644 --- a/llvm/test/MC/Disassembler/Mips/micromips.txt +++ b/llvm/test/MC/Disassembler/Mips/micromips.txt @@ -187,17 +187,17 @@ 0x40 0x06 0x02 0x9a # CHECK: bltz $6, 1332 -0x01 0x28 0x00 0x3c # CHECK: teq $8, $9, 0 +0x01 0x28 0x00 0x3c # CHECK: teq $8, $9 -0x01 0x28 0x02 0x3c # CHECK: tge $8, $9, 0 +0x01 0x28 0x02 0x3c # CHECK: tge $8, $9 -0x01 0x28 0x04 0x3c # CHECK: tgeu $8, $9, 0 +0x01 0x28 0x04 0x3c # CHECK: tgeu $8, $9 -0x01 0x28 0x08 0x3c # CHECK: tlt $8, $9, 0 +0x01 0x28 0x08 0x3c # CHECK: tlt $8, $9 -0x01 0x28 0x0a 0x3c # CHECK: tltu $8, $9, 0 +0x01 0x28 0x0a 0x3c # CHECK: tltu $8, $9 -0x01 0x28 0x0c 0x3c # CHECK: tne $8, $9, 0 +0x01 0x28 0x0c 0x3c # CHECK: tne $8, $9 0x41,0xc9,0x45,0x67 # CHECK: teqi $9, 17767 |

