================ @@ -741,6 +750,28 @@ def QC_C_MILEAVERET : QCIRVInst16CI_NONE<0b10100, "qc.c.mileaveret">; } // Predicates = [HasVendorXqciint, IsRV32], hasSideEffects = 1 +let Predicates = [HasVendorXqciio, IsRV32] in { +let hasSideEffects = 1, mayLoad = 0, mayStore = 0 in { + def QC_OUTW : RVInstI<0b100, OPC_CUSTOM_0, (outs), + (ins GPR:$rs3, GPR:$rs1, uimm14lsb00:$imm14), + "qc.outw", "$rs3, ${imm14}(${rs1})"> { + bits<5> rs3; ---------------- topperc wrote:
Doesn't the spec call this $rs2? https://github.com/llvm/llvm-project/pull/132721 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits