Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/sim/testsuite/arm/xscale/blx.cgs
2023-03-06 14:48:14 +01:00

31 lines
351 B
Text

# arm testcase for bl$cond $offset24
# mach: all
.include "testutils.inc"
start
.arm
blx thumb
.thumb
.thumb_func
thumb:
nop
blx next
blx PASS
nop
nop
.section text1, "ax"
.arm
next:
add r0, r1, r0
bx lr
FAIL:
fail
PASS:
pass