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