This patch addresses the change in the June Armv8.1-M Mainline specification, that...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / dlx / branch.s
CommitLineData
d172d4ba
NC
1.text
2L1:
31: beqz r4, L4
4 nop
5 bnez r5, 1b
6L2:
7 mov r4, L5
8 j L5
9 nop
10 jal L4
11 nop
12 break L4
13 nop
14 trap 1b
15 nop
16 jr s1
17 nop
18 jalr s1
19L4:
20 lw r2, 8+((L5 - L4)<<4)(r2)
21 rfe
22L5:
23 lw r2, L1
24 call 1b
25 nop
26 return
27 nop
28 ret
29 nop
30 retr at
31 nop
This page took 0.800064 seconds and 4 git commands to generate.