Constructor and Description |
---|
Extent() |
Modifier and Type | Method and Description |
---|---|
boolean |
EQ(Extent extent2) |
static Extent |
fromIntSignExtend(int address) |
static Extent |
fromIntZeroExtend(int address) |
boolean |
GE(Extent extent2) |
boolean |
GT(Extent extent2) |
boolean |
LE(Extent extent2) |
boolean |
LT(Extent extent2) |
static Extent |
max() |
Extent |
minus(Extent byteSize) |
Extent |
minus(int byteSize) |
boolean |
NE(Extent extent2) |
static Extent |
one() |
Extent |
plus(Extent byteSize) |
Extent |
plus(int byteSize) |
int |
toInt() |
long |
toLong() |
Word |
toWord() |
static Extent |
zero() |
public Extent()
public static Extent fromIntSignExtend(int address)
public static Extent fromIntZeroExtend(int address)
public int toInt()
public long toLong()