Package com.kenai.jnr.x86asm
Class Immediate
java.lang.Object
com.kenai.jnr.x86asm.Operand
com.kenai.jnr.x86asm.Immediate
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
Deprecated.Internal cache of common native long values -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final boolean
Deprecated.private final RELOC_MODE
Deprecated.private final long
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal byte
Deprecated.static final Immediate
imm
(long value) Deprecated.final int
intValue()
Deprecated.final boolean
Deprecated.Return true if immediate is unsigned value.final long
Deprecated.(package private) RELOC_MODE
Deprecated.Return relocation mode.final short
Deprecated.static final Immediate
uimm
(long value) Deprecated.long
value()
Deprecated.
-
Field Details
-
value
private final long valueDeprecated. -
isUnsigned
private final boolean isUnsignedDeprecated. -
relocMode
Deprecated.
-
-
Constructor Details
-
Immediate
public Immediate(long value, boolean isUnsigned) Deprecated.
-
-
Method Details
-
value
public long value()Deprecated. -
byteValue
public final byte byteValue()Deprecated. -
shortValue
public final short shortValue()Deprecated. -
intValue
public final int intValue()Deprecated. -
longValue
public final long longValue()Deprecated. -
isUnsigned
public final boolean isUnsigned()Deprecated.Return true if immediate is unsigned value. -
relocMode
RELOC_MODE relocMode()Deprecated.Return relocation mode. -
imm
Deprecated. -
uimm
Deprecated.
-