1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/MC/Mips/micromips-neg-offset.s
Simon Dardis 5d39c13b01 [mips] Guard all short instructions correctly.
Reviewers: smaksimovic, atanasyan, abeserminji

Differential Revision: https://reviews.llvm.org/D47533

llvm-svn: 333645
2018-05-31 12:47:01 +00:00

14 lines
394 B
ArmAsm

# Check decoding beqz instruction with a negative offset
# 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 beqzc16 $6, -4
# CHECK: 2: cf fe bc16 -4
# CHECK: 4: b7 ff ff fe balc -4
beqz16 $6, -4
b16 -4
balc -4