Package | Description |
---|---|
jnr.x86asm |
Modifier and Type | Field and Description |
---|---|
(package private) InstructionGroup |
InstructionDescription.group |
Modifier and Type | Method and Description |
---|---|
static InstructionGroup |
InstructionGroup.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionGroup[] |
InstructionGroup.values()
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) |
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) |
Constructor and Description |
---|
InstructionDescription(INST_CODE code,
java.lang.String name,
InstructionGroup group,
int o1flags,
int o2flags,
int opCodeR,
int opCode1,
int opCode2) |