TrapInstruction Class

Definition

Line 3220 of cmsxi/Instruction.cm

Inheritance

Constructors & Destructor

public nothrow TrapInstruction(Value* result_, Value* b0_, Value* b1_, Value* b2_, int line_)

Member Functions

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* b0
public Value* b1
public Value* b2

Constructor& Destructor Details

TrapInstruction Constructor

public nothrow TrapInstruction(Value* result_, Value* b0_, Value* b1_, Value* b2_, int line_)

Definition
Line 3222 of cmsxi/Instruction.cm


Member Function Details

GenerateCode Member Function

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

Definition
Line 3279 of cmsxi/Instruction.cm


OperationName Member Function

public override nothrow String<char> OperationName()

Definition
Line 3226 of cmsxi/Instruction.cm


Print Member Function

public override void Print(CodeFormatter& formatter)

Definition
Line 3274 of cmsxi/Instruction.cm


Validate Member Function

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

Definition
Line 3230 of cmsxi/Instruction.cm