Add memory operand type to authenticated load/store offsets

This commit is contained in:
Rot127 2023-08-30 13:59:45 -05:00
parent 1fd468f9a6
commit 5b5c015759
No known key found for this signature in database
GPG Key ID: 3812B8258810AF67

View File

@ -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> {