Searched refs:sbinviw (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/MC/RISCV/ |
D | rv64zbs-invalid.s | 22 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
|
D | rv64zbs-valid.s | 33 # CHECK-ASM-AND-OBJ: sbinviw t0, t1, 0 35 sbinviw t0, t1, 0 label
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | rv64Zbs.ll | 981 ; 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/ |
D | RISCVInstrInfoB.td | 396 def SBINVIW : RVBShiftW_ri<0b0110100, 0b001, OPC_OP_IMM_32, "sbinviw">,
|