[llvm] [RISCV] Xqciint SystemRegs, Final Assembly Insts (PR #130867)

Sam Elliott via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 18 10:33:23 PDT 2025


================
@@ -471,3 +471,34 @@ def : SysReg<"sctrstatus", 0x14f>;
 def : SysReg<"sctrdepth", 0x15f>;
 def : SysReg<"vsctrctl", 0x24e>;
 def : SysReg<"mctrctl", 0x34e>;
+
+//===-----------------------------------------------
+// Vendor CSRs
+//===-----------------------------------------------
+
+// Xqciint
+let FeaturesRequired = [{ {RISCV::FeatureVendorXqciint} }], isRV32Only = 1 in {
+def : SysReg<"qc.mmcr", 0x7C0>;
+def : SysReg<"qc.mnepc", 0x7C1>;
----------------
lenary wrote:

Thanks, done

https://github.com/llvm/llvm-project/pull/130867


More information about the llvm-commits mailing list