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