RISC-V: PR27436, make operand C> work the same as >.
[binutils-gdb.git] / gas / testsuite / gas / riscv / lla32.s
1 .set a, 0x1
2 .set b, 0x1000
3 .set c, 0x1001
4 .set d, 0xfff
5 .set e, 0x7fffffff
6 .set g, 0x0
7 .set h, 0xffffffff
8 .text
9 lla a0, a
10 lla a0, b
11 lla a0, c
12 lla a0, d
13 lla a0, e
14 lla a0, g
15 lla a0, h