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

InstructionNode() public method

Sets the instruction.
public InstructionNode ( BaseInstruction instruction ) : System
instruction BaseInstruction The instruction.
return System
        public InstructionNode(BaseInstruction instruction)
            : this(instruction, instruction.DefaultOperandCount, instruction.DefaultResultCount)
        {
        }

Same methods

InstructionNode::InstructionNode ( ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, BasicBlock block ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, BasicBlock block1, BasicBlock block2 ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, ConditionCode condition ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, ConditionCode condition, BasicBlock block ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, MosaMethod target ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, Operand result ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, Operand result, Operand operand1 ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, bool updateStatus, Operand result ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, int operandCount, byte resultCount ) : System