[MIPS] Add Loongson 3A1000 proccessor support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips-branch-absolute-addend.s
CommitLineData
0c117286
MR
1 .text
2
3 .space 0x1000
4
5 .globl foo
6 .ent foo
7 .set micromips
8foo:
9 b bar + 0x1234
10 bal bar + 0x1234
11 bltzal $0, bar + 0x1234
12 beqz $2, bar + 0x1234
13 bnez $2, bar + 0x1234
14 nop
15 .set nomips16
16 .end foo
17
18# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
19 .align 4, 0
20 .space 16
21
22 .set bar, 0x12345679
This page took 0.190878 seconds and 4 git commands to generate.