mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
Add memory operand type to authenticated load/store offsets
This commit is contained in:
parent
1fd468f9a6
commit
5b5c015759
@ -322,6 +322,7 @@ def simm10Scaled : Operand<i64> {
|
||||
let ParserMatchClass = SImm10s8Operand;
|
||||
let DecoderMethod = "DecodeSImm<10>";
|
||||
let PrintMethod = "printImmScale<8>";
|
||||
let OperandType = "OPERAND_MEMORY";
|
||||
}
|
||||
|
||||
def simm9s16 : Operand<i64> {
|
||||
|
Loading…
Reference in New Issue
Block a user