LongValue Class

Definition

Line 438 of cmsxi/Value.cm

Inheritance

Constructors & Destructor

public nothrow LongValue(long value_)

Member Functions

public override void GenerateCode(MachineCode& machineCode, String<char>& label, Context& context)
public override void GenerateSetValue(Register* reg, MachineCode& machineCode, int line, Instruction* inst)
public override nothrow bool IsImmediate(byte& immediateValue) const
public override Operand* MakeDataOperand(Context& context) const
public override nothrow String<char> Name() const
public override ConstantValue* SignExtendTo(Type* targetType, int line)
public override ConstantValue* TruncateTo(Type* targetType, int line)

Member Variables

public long value

Constructor& Destructor Details

LongValue Constructor

public nothrow LongValue(long value_)

Definition
Line 441 of cmsxi/Value.cm


Member Function Details

GenerateCode Member Function

public override void GenerateCode(MachineCode& machineCode, String<char>& label, Context& context)

Definition
Line 496 of cmsxi/Value.cm


GenerateSetValue Member Function

public override void GenerateSetValue(Register* reg, MachineCode& machineCode, int line, Instruction* inst)

Definition
Line 460 of cmsxi/Value.cm


IsImmediate Member Function

public override nothrow bool IsImmediate(byte& immediateValue)

Definition
Line 448 of cmsxi/Value.cm


MakeDataOperand Member Function

public override Operand* MakeDataOperand(Context& context)

Definition
Line 502 of cmsxi/Value.cm


Name Member Function

public override nothrow String<char> Name()

Definition
Line 444 of cmsxi/Value.cm


SignExtendTo Member Function

public override ConstantValue* SignExtendTo(Type* targetType, int line)

Definition
Line 488 of cmsxi/Value.cm


TruncateTo Member Function

public override ConstantValue* TruncateTo(Type* targetType, int line)

Definition
Line 492 of cmsxi/Value.cm