Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/MC/RISCV/
Drv64zbs-invalid.s17 sbsetiw t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction label
19 sbsetiw t0, t1, 32 # CHECK: :[[@LINE]]:17: error: immediate must be an integer in the range [0, 31] label
20 sbsetiw t0, t1, -1 # CHECK: :[[@LINE]]:17: error: immediate must be an integer in the range [0, 31] label
Drv64zbs-valid.s30 # CHECK-ASM-AND-OBJ: sbsetiw t0, t1, 0
32 sbsetiw t0, t1, 0 label
/external/llvm-project/llvm/test/CodeGen/RISCV/
Drv64Zbs.ll778 ; RV64IB-NEXT: sbsetiw a0, a0, 11
783 ; RV64IBS-NEXT: sbsetiw a0, a0, 11
798 ; RV64IB-NEXT: sbsetiw a0, a0, 30
803 ; RV64IBS-NEXT: sbsetiw a0, a0, 30
818 ; RV64IB-NEXT: sbsetiw a0, a0, 31
823 ; RV64IBS-NEXT: sbsetiw a0, a0, 31
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfoB.td394 def SBSETIW : RVBShiftW_ri<0b0010100, 0b001, OPC_OP_IMM_32, "sbsetiw">,