@Deprecated
public final class InstructionDescription
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static InstructionDescription[] |
all
Deprecated.
|
(package private) INST_CODE |
code
Deprecated.
|
(package private) InstructionGroup |
group
Deprecated.
|
(package private) java.lang.String |
name
Deprecated.
|
(package private) int |
o1Flags
Deprecated.
|
(package private) int |
o2Flags
Deprecated.
|
(package private) int |
opCode1
Deprecated.
|
(package private) int |
opCode2
Deprecated.
|
(package private) int |
opCodeR
Deprecated.
|
private static java.util.Map<INST_CODE,InstructionDescription> |
table
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.
|
Modifier and Type | Method and Description |
---|---|
static InstructionDescription |
find(INST_CODE code)
Deprecated.
|
private static InstructionDescription |
MAKE_INST(INST_CODE code,
java.lang.String name,
InstructionGroup group,
int of1,
int of2,
int r,
int op1,
int op2)
Deprecated.
|
final INST_CODE code
final java.lang.String name
final InstructionGroup group
final int o1Flags
final int o2Flags
final int opCodeR
final int opCode1
final int opCode2
private static final java.util.Map<INST_CODE,InstructionDescription> table
private static final InstructionDescription[] all
InstructionDescription(INST_CODE code, java.lang.String name, InstructionGroup group, int o1flags, int o2flags, int opCodeR, int opCode1, int opCode2)
private static final InstructionDescription MAKE_INST(INST_CODE code, java.lang.String name, InstructionGroup group, int of1, int of2, int r, int op1, int op2)
public static final InstructionDescription find(INST_CODE code)