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