RISC-V: bge[u] should get higher priority than ble[u].
[binutils-gdb.git] / gas / testsuite / gas / riscv / bge.d
1 #as:
2 #objdump: -d
3
4 .*:[ ]+file format .*
5
6
7 Disassembly of section .text:
8
9 0+000 <foo>:
10 [ ]+0:[ ]+00c5d063[ ]+bge[ ]+a1,a2,0 \<foo\>
11 [ ]+4:[ ]+feb65ee3[ ]+bge[ ]+a2,a1,0 \<foo\>
12 [ ]+8:[ ]+fec5fce3[ ]+bgeu[ ]+a1,a2,0 \<foo\>
13 [ ]+c:[ ]+feb67ae3[ ]+bgeu[ ]+a2,a1,0 \<foo\>