We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f170e6 commit 68e3c02Copy full SHA for 68e3c02
llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td
@@ -54,6 +54,7 @@ let Predicates = [HasVendorXCVbitmanip, IsRV32],
54
def CV_INSERT : CVInstBitManipRII<0b10, 0b000, (outs GPR:$rd_wb),
55
(ins GPR:$rd, GPR:$rs1, uimm5:$is3, uimm5:$is2),
56
"cv.insert", "$rd, $rs1, $is3, $is2">;
57
+ let DecoderNamespace = "XCVbitmanip" in
58
def CV_INSERTR : RVInstR<0b0011010, 0b011, OPC_CUSTOM_1, (outs GPR:$rd_wb),
59
(ins GPR:$rd, GPR:$rs1, GPR:$rs2),
60
"cv.insertr", "$rd, $rs1, $rs2">;
0 commit comments