Method | Description | |
---|---|---|
FormatSignedValue ( Constant c ) : string | ||
FormatUnsignedValue ( Constant c ) : string | ||
FormatValue ( Constant c ) : string | ||
ToString ( ) : string | ||
ToString ( bool fExplicit ) : string | ||
Write ( bool fExplicit, MachineInstructionWriter writer ) : void |
Method | Description | |
---|---|---|
MachineOperand ( PrimitiveType width ) : Reko.Core |
Method | Description | |
---|---|---|
FormatString ( DataType dt ) : string |
public static FormatSignedValue ( Constant c ) : string | ||
c | Constant | |
return | string |
public static FormatUnsignedValue ( Constant c ) : string | ||
c | Constant | |
return | string |
public static FormatValue ( Constant c ) : string | ||
c | Constant | |
return | string |
protected MachineOperand ( PrimitiveType width ) : Reko.Core | ||
width | PrimitiveType | |
return | Reko.Core |
public abstract Write ( bool fExplicit, MachineInstructionWriter writer ) : void | ||
fExplicit | bool | |
writer | MachineInstructionWriter | |
return | void |