Searched refs:TransferOperands (Results 1 – 1 of 1) sorted by relevance
67 OpInfo(enum OperandTransfer TransferOperands) in OpInfo()68 : TransferOperands(TransferOperands) {} in OpInfo()69 OpInfo() : TransferOperands(OT_NA) {} in OpInfo()72 TransferOperands; ///< Operands to transfer to the new instruction member108 enum OperandTransfer TransferOperands() const { in TransferOperands() function109 return OpInf.TransferOperands; in TransferOperands()699 enum OperandTransfer OpTransfer = Entry.TransferOperands(); in ReplaceInstruction()