RISC-V: Fix lui argument parsing.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / riscv / auipc-parsing.s
1 # Don't accept a register for 'u' operands.
2 auipc x8,x9
3 lui x10,x11
4 # Don't accept a symbol without %hi() for 'u' operands.
5 auipc x12,symbol
6 lui x13,symbol
This page took 0.032199 seconds and 4 git commands to generate.