Home
last modified time | relevance | path

Searched defs:roriw (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/test/MC/RISCV/
H A Drv64zbb-invalid.s14 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 Drv64zbkb-valid.s22 roriw t0, t1, 31 label
25 roriw t0, t1, 0 label
H A Drv64zbb-valid.s46 roriw t0, t1, 31 label
49 roriw t0, t1, 0 label
H A Drv32zbb-invalid.s41 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