Searched refs:greviw (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/MC/RISCV/ |
D | rv64zbp-invalid.s | 13 greviw t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction label 15 greviw t0, t1, 32 # CHECK: :[[@LINE]]:16: error: immediate must be an integer in the range [0, 31] label 16 greviw t0, t1, -1 # CHECK: :[[@LINE]]:16: error: immediate must be an integer in the range [0, 31] label
|
D | rv64zbp-valid.s | 24 # CHECK-ASM-AND-OBJ: greviw t0, t1, 0 26 greviw t0, t1, 0 label
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | rv64Zbp.ll | 1337 ; RV64IB-NEXT: greviw a0, a0, 1 1342 ; RV64IBP-NEXT: greviw a0, a0, 1 1414 ; RV64IB-NEXT: greviw a0, a0, 2 1419 ; RV64IBP-NEXT: greviw a0, a0, 2 1500 ; RV64IB-NEXT: greviw a0, a0, 3 1505 ; RV64IBP-NEXT: greviw a0, a0, 3 1608 ; RV64IB-NEXT: greviw a0, a0, 4 1613 ; RV64IBP-NEXT: greviw a0, a0, 4 1694 ; RV64IB-NEXT: greviw a0, a0, 5 1699 ; RV64IBP-NEXT: greviw a0, a0, 5 [all …]
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfoB.td | 402 def GREVIW : RVBShiftW_ri<0b0110100, 0b101, OPC_OP_IMM_32, "greviw">, Sched<[]>;
|