mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-22 21:30:10 +00:00
Set correct printer for PS memory operands
Some checks failed
LLVM-Tblgen-Build / build-and-test-llvm-tblgen (push) Has been cancelled
Some checks failed
LLVM-Tblgen-Build / build-and-test-llvm-tblgen (push) Has been cancelled
This commit is contained in:
parent
7c6840d171
commit
e6420b28d3
@ -21,7 +21,7 @@ def dispRID12 : Operand<iPTR> {
|
||||
}
|
||||
|
||||
def memrid12 : Operand<iPTR> { // Paired Single displacement where imm is 12 bits.
|
||||
let PrintMethod = "printMemRegImm";
|
||||
let PrintMethod = "printMemRegImmPS";
|
||||
let MIOperandInfo = (ops dispRID12:$imm, ptr_rc_nor0:$reg);
|
||||
let OperandType = "OPERAND_MEMORY";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user