Constructor and Description |
---|
Offset() |
Modifier and Type | Method and Description |
---|---|
boolean |
EQ(Offset off2) |
static Offset |
fromIntSignExtend(int address) |
static Offset |
fromIntZeroExtend(int address) |
static Offset |
fromLong(long address) |
boolean |
isMax() |
boolean |
isZero() |
static Offset |
max() |
Offset |
minus(int byteSize) |
Offset |
minus(Offset off2) |
boolean |
NE(Offset off2) |
Offset |
plus(int byteSize) |
Offset |
plus(Offset off2) |
boolean |
sGE(Offset off2) |
boolean |
sGT(Offset off2) |
boolean |
sLE(Offset off2) |
boolean |
sLT(Offset off2) |
int |
toInt() |
long |
toLong() |
Word |
toWord() |
static Offset |
zero() |
public Offset()
public static Offset fromIntSignExtend(int address)
public static Offset fromIntZeroExtend(int address)
public int toInt()
public long toLong()
public boolean isZero()
public boolean isMax()