ShortValue Class

Definition

Line 218 of cmsxi/Value.cm

Inheritance

Constructors & Destructor

public nothrow ShortValue(short 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 short value

Constructor& Destructor Details

ShortValue Constructor

public nothrow ShortValue(short value_)

Definition
Line 221 of cmsxi/Value.cm


Member Function Details

GenerateCode Member Function

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

Definition
Line 254 of cmsxi/Value.cm


GenerateSetValue Member Function

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

Definition
Line 240 of cmsxi/Value.cm


IsImmediate Member Function

public override nothrow bool IsImmediate(byte& immediateValue)

Definition
Line 228 of cmsxi/Value.cm


MakeDataOperand Member Function

public override Operand* MakeDataOperand(Context& context)

Definition
Line 260 of cmsxi/Value.cm


Name Member Function

public override nothrow String<char> Name()

Definition
Line 224 of cmsxi/Value.cm


SignExtendTo Member Function

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

Definition
Line 246 of cmsxi/Value.cm


TruncateTo Member Function

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

Definition
Line 250 of cmsxi/Value.cm