Searched refs:sbext (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/test/MC/RISCV/ |
D | rv32zbs-valid.s | 24 # CHECK-ASM-AND-OBJ: sbext t0, t1, t2 26 sbext t0, t1, t2 label
|
D | rv32zbs-invalid.s | 10 sbext t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction label
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | rv32Zbs.ll | 339 ; RV32IB-NEXT: sbext a0, a0, a1 344 ; RV32IBS-NEXT: sbext a0, a0, a1 361 ; RV32IB-NEXT: sbext a0, a0, a1 366 ; RV32IBS-NEXT: sbext a0, a0, a1
|
D | rv64Zbs.ll | 464 ; RV64IB-NEXT: sbext a0, a0, a1 469 ; RV64IBS-NEXT: sbext a0, a0, a1 486 ; RV64IB-NEXT: sbext a0, a0, a1 491 ; RV64IBS-NEXT: sbext a0, a0, a1
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfoB.td | 221 def SBEXT : ALU_rr<0b0100100, 0b101, "sbext">, Sched<[]>;
|