Set crbit type to Register (since it is treaded like this in the printer).

This commit is contained in:
Rot127 2023-09-14 12:55:20 -05:00
parent 734a2872a1
commit ca514b860f
No known key found for this signature in database
GPG Key ID: 3812B8258810AF67

View File

@ -785,6 +785,7 @@ def crbitm: Operand<i8> {
let EncoderMethod = "get_crbitm_encoding";
let DecoderMethod = "decodeCRBitMOperand";
let ParserMatchClass = PPCCRBitMaskOperand;
let OperandType = "OPERAND_REGISTER";
}
// Address operands
// A version of ptr_rc which excludes R0 (or X0 in 64-bit mode).