Package jnr.x86asm
Class InstructionDescription
java.lang.Object
jnr.x86asm.InstructionDescription
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final InstructionDescription[]
(package private) final INST_CODE
(package private) final InstructionGroup
(package private) final String
(package private) final int
(package private) final int
(package private) final int
(package private) final int
(package private) final int
private static final Map<INST_CODE,
InstructionDescription> -
Constructor Summary
ConstructorsConstructorDescriptionInstructionDescription
(INST_CODE code, String name, InstructionGroup group, int o1flags, int o2flags, int opCodeR, int opCode1, int opCode2) -
Method Summary
Modifier and TypeMethodDescriptionstatic final InstructionDescription
private static final InstructionDescription
MAKE_INST
(INST_CODE code, String name, InstructionGroup group, int of1, int of2, int r, int op1, int op2)
-
Field Details
-
code
-
name
-
group
-
o1Flags
final int o1Flags -
o2Flags
final int o2Flags -
opCodeR
final int opCodeR -
opCode1
final int opCode1 -
opCode2
final int opCode2 -
table
-
all
-
-
Constructor Details
-
InstructionDescription
InstructionDescription(INST_CODE code, String name, InstructionGroup group, int o1flags, int o2flags, int opCodeR, int opCode1, int opCode2)
-
-
Method Details
-
MAKE_INST
private static final InstructionDescription MAKE_INST(INST_CODE code, String name, InstructionGroup group, int of1, int of2, int r, int op1, int op2) -
find
-