Package com.kenai.jnr.x86asm
Class InstructionDescription
- java.lang.Object
-
- com.kenai.jnr.x86asm.InstructionDescription
-
@Deprecated public final class InstructionDescription extends java.lang.Object
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description InstructionDescription(INST_CODE code, java.lang.String name, InstructionGroup group, int o1flags, int o2flags, int opCodeR, int opCode1, int opCode2)
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
code
final INST_CODE code
Deprecated.
-
name
final java.lang.String name
Deprecated.
-
group
final InstructionGroup group
Deprecated.
-
o1Flags
final int o1Flags
Deprecated.
-
o2Flags
final int o2Flags
Deprecated.
-
opCodeR
final int opCodeR
Deprecated.
-
opCode1
final int opCode1
Deprecated.
-
opCode2
final int opCode2
Deprecated.
-
table
private static final java.util.Map<INST_CODE,InstructionDescription> table
Deprecated.
-
all
private static final InstructionDescription[] all
Deprecated.
-
-
Constructor Detail
-
InstructionDescription
InstructionDescription(INST_CODE code, java.lang.String name, InstructionGroup group, int o1flags, int o2flags, int opCodeR, int opCode1, int opCode2)
Deprecated.
-
-
Method Detail
-
MAKE_INST
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)
Deprecated.
-
find
public static final InstructionDescription find(INST_CODE code)
Deprecated.
-
-