Uses of Enum
jnr.x86asm.INST_CODE
Packages that use INST_CODE
-
Uses of INST_CODE in jnr.x86asm
Fields in jnr.x86asm declared as INST_CODEModifier and TypeFieldDescription(package private) static INST_CODE[]SerializerCore._cmovcctableMap used for cmovcc instructions.(package private) static INST_CODE[]SerializerCore._jcctableMap used for jcc instructions.(package private) static final INST_CODE[]SerializerCore._setcctable(package private) final INST_CODEInstructionDescription.codestatic final INST_CODEINST_CODE.INST_Jstatic final INST_CODEINST_CODE.INST_J_SHORTFields in jnr.x86asm with type parameters of type INST_CODEModifier and TypeFieldDescriptionprivate static final Map<INST_CODE, InstructionDescription> InstructionDescription.tableMethods in jnr.x86asm that return INST_CODEModifier and TypeMethodDescription(package private) static INST_CODESerializerCore.conditionToCMovCC(CONDITION cc) (package private) static INST_CODESerializerCore.conditionToJCC(CONDITION cc) (package private) static INST_CODESerializerCore.conditionToSetCC(CONDITION cc) static final INST_CODEINST_CODE.valueOf(int idx) Returns the enum constant of this type with the specified name.static INST_CODEReturns the enum constant of this type with the specified name.static INST_CODE[]INST_CODE.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jnr.x86asm with parameters of type INST_CODEModifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) abstract void(package private) void(package private) void(package private) void(package private) voidstatic final InstructionDescriptionprivate static final InstructionDescriptionInstructionDescription.MAKE_INST(INST_CODE code, String name, InstructionGroup group, int of1, int of2, int r, int op1, int op2) Constructors in 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)