Package | Description |
---|---|
com.kenai.jnr.x86asm |
Modifier and Type | Field and Description |
---|---|
(package private) InstructionGroup |
InstructionDescription.group
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static InstructionGroup |
InstructionGroup.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static InstructionGroup[] |
InstructionGroup.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
Assembler._emitJmpOrCallReloc(InstructionGroup instruction,
long target)
Deprecated.
|
private static InstructionDescription |
InstructionDescription.MAKE_INST(INST_CODE code,
java.lang.String name,
InstructionGroup group,
int of1,
int of2,
int r,
int op1,
int op2)
Deprecated.
|
Constructor and Description |
---|
InstructionDescription(INST_CODE code,
java.lang.String name,
InstructionGroup group,
int o1flags,
int o2flags,
int opCodeR,
int opCode1,
int opCode2)
Deprecated.
|