Searched refs:TiedToIndex (Results 1 – 2 of 2) sorted by relevance
33 Operand.TiedToIndex = in Instruction()61 if (Op.IsExplicit && Op.TiedToIndex < 0) { in Instruction()69 if (Op.TiedToIndex >= 0) in Instruction()70 Op.VariableIndex = Operands[Op.TiedToIndex].VariableIndex; in Instruction()
64 int TiedToIndex = -1; // Set for Reg&Explicit Op. member