Uses of Enum
com.kenai.jnr.x86asm.INST_CODE
Packages that use INST_CODE
-
Uses of INST_CODE in com.kenai.jnr.x86asm
Fields in com.kenai.jnr.x86asm declared as INST_CODEModifier and TypeFieldDescription(package private) static INST_CODE[]
SerializerCore._cmovcctable
Deprecated.Map used for cmovcc instructions.(package private) static INST_CODE[]
SerializerCore._jcctable
Deprecated.Map used for jcc instructions.(package private) static final INST_CODE[]
SerializerCore._setcctable
Deprecated.(package private) final INST_CODE
InstructionDescription.code
Deprecated.static final INST_CODE
INST_CODE.INST_J
Deprecated.static final INST_CODE
INST_CODE.INST_J_SHORT
Deprecated.Fields in com.kenai.jnr.x86asm with type parameters of type INST_CODEModifier and TypeFieldDescriptionprivate static final Map
<INST_CODE, InstructionDescription> InstructionDescription.table
Deprecated.Methods in com.kenai.jnr.x86asm that return INST_CODEModifier and TypeMethodDescription(package private) static INST_CODE
SerializerCore.conditionToCMovCC
(CONDITION cc) Deprecated.(package private) static INST_CODE
SerializerCore.conditionToJCC
(CONDITION cc) Deprecated.(package private) static INST_CODE
SerializerCore.conditionToSetCC
(CONDITION cc) Deprecated.static final INST_CODE
INST_CODE.valueOf
(int idx) Deprecated.Returns the enum constant of this type with the specified name.static INST_CODE
Deprecated.Returns the enum constant of this type with the specified name.static INST_CODE[]
INST_CODE.values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.kenai.jnr.x86asm with parameters of type INST_CODEModifier and TypeMethodDescription(package private) void
Deprecated.(package private) void
Deprecated.(package private) void
Deprecated.(package private) abstract void
Deprecated.(package private) void
Deprecated.(package private) void
Deprecated.(package private) void
Deprecated.(package private) void
Deprecated.static final InstructionDescription
Deprecated.private static final InstructionDescription
InstructionDescription.MAKE_INST
(INST_CODE code, String name, InstructionGroup group, int of1, int of2, int r, int op1, int op2) Deprecated.Constructors in com.kenai.jnr.x86asm with parameters of type INST_CODEModifierConstructorDescription(package private)
InstructionDescription
(INST_CODE code, String name, InstructionGroup group, int o1flags, int o2flags, int opCodeR, int opCode1, int opCode2) Deprecated.