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