Set correct printer for PS memory operands
Some checks failed
LLVM-Tblgen-Build / build-and-test-llvm-tblgen (push) Has been cancelled

This commit is contained in:
Rot127 2024-11-18 13:41:19 -05:00 committed by Rot127
parent 7c6840d171
commit e6420b28d3

View File

@ -21,7 +21,7 @@ def dispRID12 : Operand<iPTR> {
} }
def memrid12 : Operand<iPTR> { // Paired Single displacement where imm is 12 bits. 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 MIOperandInfo = (ops dispRID12:$imm, ptr_rc_nor0:$reg);
let OperandType = "OPERAND_MEMORY"; let OperandType = "OPERAND_MEMORY";
} }