Mosa.Compiler.Framework.InstructionNode.SetInstruction2 C# (CSharp) Method

SetInstruction2() public method

Sets the instruction.
public SetInstruction2 ( BaseInstruction instruction, Operand result, Operand result2 ) : void
instruction BaseInstruction The instruction.
result Operand The result.
result2 Operand The result2.
return void
        public void SetInstruction2(BaseInstruction instruction, Operand result, Operand result2)
        {
            SetInstruction(instruction, 1, 2);
            Result = result;
            Result2 = result2;
        }

Same methods

InstructionNode::SetInstruction2 ( BaseInstruction instruction, Operand result, Operand result2, Operand operand1 ) : void
InstructionNode::SetInstruction2 ( BaseInstruction instruction, Operand result, Operand result2, Operand operand1, Operand operand2 ) : void
InstructionNode::SetInstruction2 ( BaseInstruction instruction, Operand result, Operand result2, Operand operand1, Operand operand2, Operand operand3 ) : void