Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nds32 / br-2.s
1 foo:
2 beqz $r0, foo
3 bgez $r0, foo
4 bgezal $r0, foo
5 bgtz $r0, foo
6 blez $r0, foo
7 bltz $r0, foo
8 bltzal $r0, foo
This page took 0.032238 seconds and 4 git commands to generate.