public static class SPARCLIRInstruction.SizeEstimate extends Object
Modifier and Type | Field and Description |
---|---|
private static SPARCLIRInstruction.SizeEstimate[] |
cache
Cache the first size definition (with just 0 as constant size).
|
int |
constantSize |
int |
instructionSize |
Constructor and Description |
---|
SizeEstimate(int instructionSize,
int constantSize) |
Modifier and Type | Method and Description |
---|---|
static SPARCLIRInstruction.SizeEstimate |
create(int instructionSize) |
static SPARCLIRInstruction.SizeEstimate |
create(int instructionSize,
int constantSize) |
String |
toString() |
private static final SPARCLIRInstruction.SizeEstimate[] cache
public final int instructionSize
public final int constantSize
public SizeEstimate(int instructionSize, int constantSize)
public static SPARCLIRInstruction.SizeEstimate create(int instructionSize, int constantSize)
public static SPARCLIRInstruction.SizeEstimate create(int instructionSize)