[ORC-RT][LoongArch] Add initial support for loongarch64 in ELFNixPlatform (#123575)
[llvm-project.git] / llvm / test / MC / Mips / micromips-neg-offset.s
blobe51c9b83e56fc4880a3cb605f2533f1ef825a105
1 # Check decoding beqz instruction with a negative offset
3 # RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux \
4 # RUN: -mattr=micromips -mcpu=mips32r6 %s -o - \
5 # RUN: | llvm-objdump -d --mattr=micromips - | FileCheck %s
7 # CHECK: 0: 8f 7e beqzc16 $6, 0xfffffffc <.text+0xfffffffffffffffc>
8 # CHECK: 2: cf fe bc16 0xfffffffe <.text+0xfffffffffffffffe>
9 # CHECK: 4: b7 ff ff fe balc 0x0 <.text>
11 beqz16 $6, -4
12 b16 -4
13 balc -4