| Package | Description |
|---|---|
| com.kenai.jnr.x86asm |
| Modifier and Type | Field and Description |
|---|---|
private static InstructionDescription[] |
InstructionDescription.all
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<INST_CODE,InstructionDescription> |
InstructionDescription.table
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static InstructionDescription |
InstructionDescription.find(INST_CODE code)
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.
|