MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-swap.d
CommitLineData
42581a24 1#as: -march=mips2 -32
f7870c8d
TS
2#objdump: -dr
3#name: MIPS branch-swap
4
5.*: file format .*mips.*
6
7Disassembly of section \.text:
8
900000000 <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
1500000010 <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.722735 seconds and 4 git commands to generate.