MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-local-6.s
1 .text
2 .set noreorder
3 .space 0x1000
4
5 .align 4
6 .set nomicromips
7 .ent foo
8 foo:
9 nor $0, $0
10 jalr $0, $ra
11 nor $0, $0
12 .end foo
13
14 .align 4
15 .set micromips
16 .ent bar
17 bar:
18 nor $0, $0
19 beqzc $2, foo
20 nor $0, $0
21 b foo
22 nor $0, $0
23 beqz $2, foo
24 nor $0, $0
25 bgezal $2, foo
26 nor $0, $0
27 bgezals $2, foo
28 not $16, $16
29 bltzal $2, foo
30 nor $0, $0
31 bltzals $2, foo
32 not $16, $16
33 bals foo
34 not $16, $16
35 jalr $0, $ra
36 nor $0, $0
37 .end bar
38
39 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
40 .align 4, 0
41 .space 16
This page took 0.033223 seconds and 4 git commands to generate.