Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-branch-addend-4.s
CommitLineData
adc1273c
MR
1 .text
2
3 .space 0x1000
4
5 .ent foo
6 .set mips16
7foo:
8 b bar + 4 + (0x7fff << 1)
9 bteqz bar + 4 + (0x7fff << 1)
10 btnez bar + 4 + (0x7fff << 1)
11 beqz $2, bar + 4 + (0x7fff << 1)
12 bnez $2, bar + 4 + (0x7fff << 1)
13 b bar + 4 - (0x8000 << 1)
14 bteqz bar + 4 - (0x8000 << 1)
15 btnez bar + 4 - (0x8000 << 1)
16 beqz $2, bar + 4 - (0x8000 << 1)
17 bnez $2, bar + 4 - (0x8000 << 1)
18 nop
19 .set nomips16
20 .end foo
21
22# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
23 .align 4, 0
24 .space 16
This page took 0.062252 seconds and 4 git commands to generate.