Searched refs:TransferOperands (Results 1 – 1 of 1) sorted by relevance
66 OpInfo(enum OperandTransfer TransferOperands) in OpInfo()67 : TransferOperands(TransferOperands) {} in OpInfo()68 OpInfo() : TransferOperands(OT_NA) {} in OpInfo()71 TransferOperands; ///< Operands to transfer to the new instruction member107 enum OperandTransfer TransferOperands() const { in TransferOperands() function108 return OpInf.TransferOperands; in TransferOperands()698 enum OperandTransfer OpTransfer = Entry.TransferOperands(); in ReplaceInstruction()