[MIPS] Add Loongson 3A1000 proccessor support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-branch-reloc-5.s
CommitLineData
1f1e0a5d
MR
1 .section .text.bar, "ax", @progbits
2
3 .space 0x1000
4
5 .ent bar
6 .set mips16
7bar:
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 .section .text.foo, "ax", @progbits
17
18 .ent foo
19 .set mips16
20foo:
21 b bar
22 bteqz bar
23 btnez bar
24 beqz $2, bar
25 bnez $2, bar
26 nop
27 .set nomips16
28 .end foo
29
30# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
31 .align 4, 0
32 .space 16
This page took 0.046977 seconds and 4 git commands to generate.