Register
or a
stack slot.
Modifier and Type | Field and Description |
---|---|
public final int | |
public final Register |
Modifier and Type | Method and Description |
---|---|
public boolean | |
public boolean | |
public static Location | |
public static Location | |
public static Location | subregister(Register
the reg, int vector register the offset in bytes into the vector register offset)Create a |
public String |
offset | back to summary |
---|---|
public final int offset |
reg | back to summary |
---|---|
public final Register reg |
Location | back to summary |
---|---|
private Location(Register reg, int offset) |
isRegister | back to summary |
---|---|
public boolean isRegister() |
isStack | back to summary |
---|---|
public boolean isStack() |
register | back to summary |
---|---|
public static Location register(Register reg) Create a |
stack | back to summary |
---|---|
public static Location stack(int offset) Create a |
subregister | back to summary |
---|---|
public static Location subregister(Register reg, int offset) Create a
|
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |