1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/MC/Mips/double-expand.s

27 lines
605 B
ArmAsm
Raw Normal View History

# RUN: llvm-mc -triple=mipsel-unknown-linux < %s | FileCheck %s
# RUN: llvm-mc -triple=mipsel-unknown-linux < %s | \
# RUN: llvm-mc -triple=mipsel-unknown-linux | FileCheck %s
.text
branch:
bnez $2, foo
# CHECK-LABEL: branch:
# CHECK: bnez $2, foo
# CHECK: nop
# CHECK-NOT: nop
cprestore:
.option pic2
.cprestore 16
jal foo
# CHECK-LABEL: cprestore:
# CHECK: .cprestore 16
# CHECK: lw $25, %call16(foo)($gp)
# CHECK: jalr $25
# CHECK: nop
# CHECK: lw $gp, 16($sp)
# CHECK-NOT: nop
# CHECK-NOT: lw