Searched defs:roriw (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/test/MC/RISCV/ |
H A D | rv64zbb-invalid.s | 14 roriw t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction label 16 roriw t0, t1, 32 # CHECK: :[[@LINE]]:15: error: immediate must be an integer in the range [0, 31] label 17 roriw t0, t1, -1 # CHECK: :[[@LINE]]:15: error: immediate must be an integer in the range [0, 31] label
|
H A D | rv64zbkb-valid.s | 22 roriw t0, t1, 31 label 25 roriw t0, t1, 0 label
|
H A D | rv64zbb-valid.s | 46 roriw t0, t1, 31 label 49 roriw t0, t1, 0 label
|
H A D | rv32zbb-invalid.s | 41 roriw t0, t1, 31 # CHECK: :[[@LINE]]:1: error: instruction requires the following: RV64I Base Instr… label 42 roriw t0, t1, 0 # CHECK: :[[@LINE]]:1: error: instruction requires the following: RV64I Base Instru… label
|