FloatToIntInstruction Class

Definition

Line 1572 of cmsxi/Instruction.cm

Inheritance

Constructors & Destructor

public nothrow FloatToIntInstruction(int line_)

Member Functions

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

Constructor& Destructor Details

FloatToIntInstruction Constructor

public nothrow FloatToIntInstruction(int line_)

Definition
Line 1574 of cmsxi/Instruction.cm


Member Function Details

GenerateCode Member Function

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

Definition
Line 1593 of cmsxi/Instruction.cm


OperationName Member Function

public override nothrow String<char> OperationName()

Definition
Line 1577 of cmsxi/Instruction.cm


Validate Member Function

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

Definition
Line 1581 of cmsxi/Instruction.cm