LoadInstruction Class

Definition

Line 1881 of cmsxi/Instruction.cm

Inheritance

Constructors & Destructor

public nothrow LoadInstruction(Value* result_, Value* ptr_, int line_)

Member Functions

public override nothrow void BeginComputeLivenessAndNextUse()
public override nothrow void EndComputeLivenessAndNextUse()
public override void GenerateCode(MachineCode& machineCode, CodeFormatter& formatter)
public override nothrow String<char> OperationName() const
public override void Print(CodeFormatter& formatter)
public override void Validate(Function& function, int numArgs)

Member Variables

public Value* ptr

Constructor& Destructor Details

LoadInstruction Constructor

public nothrow LoadInstruction(Value* result_, Value* ptr_, int line_)

Definition
Line 1883 of cmsxi/Instruction.cm


Member Function Details

BeginComputeLivenessAndNextUse Member Function

public override nothrow void BeginComputeLivenessAndNextUse()

Definition
Line 1914 of cmsxi/Instruction.cm


EndComputeLivenessAndNextUse Member Function

public override nothrow void EndComputeLivenessAndNextUse()

Definition
Line 1923 of cmsxi/Instruction.cm


GenerateCode Member Function

public override void GenerateCode(MachineCode& machineCode, CodeFormatter& formatter)

Definition
Line 1928 of cmsxi/Instruction.cm


OperationName Member Function

public override nothrow String<char> OperationName()

Definition
Line 1887 of cmsxi/Instruction.cm


Print Member Function

public override void Print(CodeFormatter& formatter)

Definition
Line 1909 of cmsxi/Instruction.cm


Validate Member Function

public override void Validate(Function& function, int numArgs)

Definition
Line 1891 of cmsxi/Instruction.cm