[MIPS] Add Loongson 3A1000 proccessor support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-swap.s
1 .set push
2 .set mips2
3 1: beqzl $2, 1b
4 b 1b
5 foo: beqzl $2, foo
6 b foo
7
8 .set pop
9 .space 8
This page took 0.028812 seconds and 4 git commands to generate.