x86-64: also optimize ANDQ with immediate fitting in 7 bits
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nds32 / br-2.s
CommitLineData
35c08157
KLC
1foo:
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.324924 seconds and 4 git commands to generate.