Home
last modified time | relevance | path

Searched refs:sbclriw (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/test/MC/RISCV/
Drv64zbs-invalid.s12 sbclriw t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction label
14 sbclriw t0, t1, 32 # CHECK: :[[@LINE]]:17: error: immediate must be an integer in the range [0, 31] label
15 sbclriw t0, t1, -1 # CHECK: :[[@LINE]]:17: error: immediate must be an integer in the range [0, 31] label
Drv64zbs-valid.s27 # CHECK-ASM-AND-OBJ: sbclriw t0, t1, 0
29 sbclriw t0, t1, 0 label
/external/llvm-project/llvm/test/CodeGen/RISCV/
Drv64Zbs.ll569 ; RV64IB-NEXT: sbclriw a0, a0, 11
574 ; RV64IBS-NEXT: sbclriw a0, a0, 11
590 ; RV64IB-NEXT: sbclriw a0, a0, 30
595 ; RV64IBS-NEXT: sbclriw a0, a0, 30
611 ; RV64IB-NEXT: sbclriw a0, a0, 31
616 ; RV64IBS-NEXT: sbclriw a0, a0, 31
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfoB.td392 def SBCLRIW : RVBShiftW_ri<0b0100100, 0b001, OPC_OP_IMM_32, "sbclriw">,