273dee99f267539122a8e3be51c9c7730c35e003
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-swap.d
1 #as: -march=mips2 -32
2 #objdump: -dr
3 #name: MIPS branch-swap
4
5 .*: file format .*mips.*
6
7 Disassembly of section \.text:
8
9 00000000 <foo-0x10>:
10 0: 5040ffff beqzl v0,0 <foo-0x10>
11 4: 00000000 nop
12 8: 1000fffd b 0 <foo-0x10>
13 c: 00000000 nop
14
15 00000010 <foo>:
16 10: 5040ffff beqzl v0,10 <foo>
17 14: 00000000 nop
18 18: 1000fffd b 10 <foo>
19 1c: 00000000 nop
20 \.\.\.
This page took 0.033051 seconds and 4 git commands to generate.