mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-26 23:21:11 +00:00
Set crbit type to Register (since it is treaded like this in the printer).
This commit is contained in:
parent
734a2872a1
commit
ca514b860f
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user