Searched refs:roriw (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/test/MC/RISCV/ |
D | rv64zbbp-invalid.s | 8 roriw t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction label 10 roriw t0, t1, 32 # CHECK: :[[@LINE]]:15: error: immediate must be an integer in the range [0, 31] label 11 roriw t0, t1, -1 # CHECK: :[[@LINE]]:15: error: immediate must be an integer in the range [0, 31] label
|
D | rv64zbbp-valid.s | 28 # CHECK-ASM-AND-OBJ: roriw t0, t1, 31 30 roriw t0, t1, 31 label 31 # CHECK-ASM-AND-OBJ: roriw t0, t1, 0 33 roriw t0, t1, 0 label
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | rv64Zbbp.ll | 360 ; RV64IB-NEXT: roriw a0, a0, 1 365 ; RV64IBB-NEXT: roriw a0, a0, 1 370 ; RV64IBP-NEXT: roriw a0, a0, 1 388 ; RV64IB-NEXT: roriw a0, a0, 1 394 ; RV64IBB-NEXT: roriw a0, a0, 1 400 ; RV64IBP-NEXT: roriw a0, a0, 1 419 ; RV64IB-NEXT: roriw a0, a0, 31 424 ; RV64IBB-NEXT: roriw a0, a0, 31 429 ; RV64IBP-NEXT: roriw a0, a0, 31 447 ; RV64IB-NEXT: roriw a0, a0, 31 [all …]
|
D | rv64Zbp.ll | 2169 ; RV64IB-NEXT: roriw a0, a0, 16 2174 ; RV64IBP-NEXT: roriw a0, a0, 16 2191 ; RV64IB-NEXT: roriw a0, a0, 16 2196 ; RV64IBP-NEXT: roriw a0, a0, 16
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfoB.td | 389 def RORIW : RVBShiftW_ri<0b0110000, 0b101, OPC_OP_IMM_32, "roriw">, Sched<[]>;
|