MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-branch-reloc-1.s
1 .text
2
3 .space 0x1000
4
5 .ent bar
6 .set mips16
7 bar:
8 nop
9 .set nomips16
10 .end bar
11
12 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
13 .align 4, 0
14 .space 16
15
16 .ent foo
17 .set mips16
18 foo:
19 b bar
20 bteqz bar
21 btnez bar
22 beqz $2, bar
23 bnez $2, bar
24 nop
25 .set nomips16
26 .end foo
27
28 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
29 .align 4, 0
30 .space 16
This page took 0.031388 seconds and 4 git commands to generate.