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