Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/MC/RISCV/
Drv64zbs-invalid.s22 sbinviw t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction label
24 sbinviw t0, t1, 32 # CHECK: :[[@LINE]]:17: error: immediate must be an integer in the range [0, 31] label
25 sbinviw t0, t1, -1 # CHECK: :[[@LINE]]:17: error: immediate must be an integer in the range [0, 31] label
Drv64zbs-valid.s33 # CHECK-ASM-AND-OBJ: sbinviw t0, t1, 0
35 sbinviw t0, t1, 0 label
/external/llvm-project/llvm/test/CodeGen/RISCV/
Drv64Zbs.ll981 ; RV64IB-NEXT: sbinviw a0, a0, 11
986 ; RV64IBS-NEXT: sbinviw a0, a0, 11
1001 ; RV64IB-NEXT: sbinviw a0, a0, 30
1006 ; RV64IBS-NEXT: sbinviw a0, a0, 30
1021 ; RV64IB-NEXT: sbinviw a0, a0, 31
1026 ; RV64IBS-NEXT: sbinviw a0, a0, 31
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfoB.td396 def SBINVIW : RVBShiftW_ri<0b0110100, 0b001, OPC_OP_IMM_32, "sbinviw">,