@Deprecated public final class Immediate extends Operand
Modifier and Type | Class and Description |
---|---|
private static class |
Immediate.Cache
Deprecated.
Internal cache of common native long values
|
Modifier and Type | Field and Description |
---|---|
private boolean |
isUnsigned
Deprecated.
|
private RELOC_MODE |
relocMode
Deprecated.
|
private long |
value
Deprecated.
|
Constructor and Description |
---|
Immediate(long value,
boolean isUnsigned)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
byte |
byteValue()
Deprecated.
|
static Immediate |
imm(long value)
Deprecated.
|
int |
intValue()
Deprecated.
|
boolean |
isUnsigned()
Deprecated.
Return true if immediate is unsigned value.
|
long |
longValue()
Deprecated.
|
(package private) RELOC_MODE |
relocMode()
Deprecated.
Return relocation mode.
|
short |
shortValue()
Deprecated.
|
static Immediate |
uimm(long value)
Deprecated.
|
long |
value()
Deprecated.
|
private final long value
private final boolean isUnsigned
private final RELOC_MODE relocMode
public long value()
public final byte byteValue()
public final short shortValue()
public final int intValue()
public final long longValue()
public final boolean isUnsigned()
RELOC_MODE relocMode()
public static final Immediate imm(long value)
public static final Immediate uimm(long value)