x86: allow {store} to select alternative {,}PEXTRW encoding
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xtensa / trampoline-2.s
1 .text
2
3 .rep 4000
4 bnez a2, .L1
5 .endr
6
7 .rep 100000
8 _nop
9 .endr
10
11 .L1:
12 j .L1
13
14 .rep 100000
15 _nop
16 .endr
17
18 .rep 4000
19 bnez a2, .L1
20 .endr
This page took 0.05998 seconds and 4 git commands to generate.