RISC-V: Only relax to C.LUI when imm != 0 and rd != 0/2
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / c-lui.s
1 .text
2 lui x1, 1
3 lui x1, 0
4 lui x0, 1
5 lui x2, 1
This page took 0.029401 seconds and 4 git commands to generate.