================
@@ -2096,6 +2096,30 @@ def sys_cr_op : Operand<i32> {
let OperandType = "OPERAND_IMMEDIATE";
}
+// SYSP operands are more restricted than generic system CR/imm fields.
+def sysp_op1 : Operand<i64>, ImmLeaf<i64, [{
----------------
jthackray wrote:Agreed. Done. https://github.com/llvm/llvm-project/pull/182410 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
