diff options
Diffstat (limited to 'llvm/test/MC/Mips/micromips-neg-offset.s')
| -rw-r--r-- | llvm/test/MC/Mips/micromips-neg-offset.s | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/llvm/test/MC/Mips/micromips-neg-offset.s b/llvm/test/MC/Mips/micromips-neg-offset.s index 92ea8ad23d4..6a8e5851fec 100644 --- a/llvm/test/MC/Mips/micromips-neg-offset.s +++ b/llvm/test/MC/Mips/micromips-neg-offset.s @@ -1,8 +1,13 @@ # Check decoding beqz instruction with a negative offset -# RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux -mattr=micromips %s -o - \ +# RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux \ +# RUN: -mattr=micromips -mcpu=mips32r6 %s -o - \ # RUN: | llvm-objdump -d -mattr=micromips - | FileCheck %s -# CHECK: 0: 8f 7e beqz16 $6, -4 +# CHECK: 0: 8f 7e beqzc16 $6, -4 +# CHECK: 6: cf fe bc16 -4 +# CHECK: c: b7 ff ff fe balc -4 beqz16 $6, -4 +b16 -4 +balc -4 |

