Lines Matching defs:IT
20 static void setMemOp(InstructionTemplate &IT, int OpIdx,
22 const auto Op = IT.getInstr().Operands[OpIdx];
24 IT.getValueFor(Op) = OpVal;
42 void fillMemoryOperands(InstructionTemplate &IT, MCRegister Reg,
77 void ExegesisPowerPCTarget::fillMemoryOperands(InstructionTemplate &IT,
81 if (IT.getInstr().hasTiedRegisters())
84 const auto DispOp = IT.getInstr().Operands[DispOpIdx];
89 setMemOp(IT, DispOpIdx, MCOperand::createReg(PPC::X1));
91 setMemOp(IT, DispOpIdx, MCOperand::createImm(Offset)); // Disp
92 setMemOp(IT, MemOpIdx + 2, MCOperand::createReg(Reg)); // BaseReg