gas: xtensa: reuse trampoline placement code
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xtensa / trampoline.s
CommitLineData
a82c7d90
DW
1 .text
2 j 1f
3 j 1f
4 j 2f
5 j 3f
6 .rep 25000
799:
8 and a2, a2, a3
9 bne a2, a3, 99b
10 .endr
111:
12 j 1b
132:
14 j 2b
15
16 .rep 25000
17 and a2, a2, a3
18 _ret
19 .endr
203:
21 j 3b
d92b6eec
MF
22 bnez a2, 4f
23 .rep 50000
24 and a2, a2, a3
25 _ret
26 .endr
fe6c2f1b 27 _nop
d92b6eec
MF
284:
29 j 4b
dc58915f
MF
30
315:
32 j 6f
33
34 .rep 43691
35 _nop
36 .endr
37
386:
39 j 5b
This page took 0.183381 seconds and 4 git commands to generate.