RISC-V: bge[u] should get higher priority than ble[u].
[external/binutils.git] / gas / testsuite / gas / riscv / bge.s
1 foo:
2         bge a1, a2, foo
3         ble a1, a2, foo
4         bgeu a1, a2, foo
5         bleu a1, a2, foo