Uses of Class
com.kenai.jnr.x86asm.INST_CODE
-
Packages that use INST_CODE Package Description com.kenai.jnr.x86asm -
-
Uses of INST_CODE in com.kenai.jnr.x86asm
Fields in com.kenai.jnr.x86asm declared as INST_CODE Modifier and Type Field Description (package private) static INST_CODE[]SerializerCore. _cmovcctableDeprecated.Map used for cmovcc instructions.(package private) static INST_CODE[]SerializerCore. _jcctableDeprecated.Map used for jcc instructions.(package private) static INST_CODE[]SerializerCore. _setcctableDeprecated.(package private) INST_CODEInstructionDescription. codeDeprecated.static INST_CODEINST_CODE. INST_JDeprecated.static INST_CODEINST_CODE. INST_J_SHORTDeprecated.Fields in com.kenai.jnr.x86asm with type parameters of type INST_CODE Modifier and Type Field Description private static java.util.Map<INST_CODE,InstructionDescription>InstructionDescription. tableDeprecated.Methods in com.kenai.jnr.x86asm that return INST_CODE Modifier and Type Method Description (package private) static INST_CODESerializerCore. conditionToCMovCC(CONDITION cc)Deprecated.(package private) static INST_CODESerializerCore. conditionToJCC(CONDITION cc)Deprecated.(package private) static INST_CODESerializerCore. conditionToSetCC(CONDITION cc)Deprecated.static INST_CODEINST_CODE. valueOf(int idx)Deprecated.Returns the enum constant of this type with the specified name.static INST_CODEINST_CODE. valueOf(java.lang.String name)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_CODE Modifier and Type Method Description (package private) voidSerializerCore. _emitJcc(INST_CODE code, Label label, int hint)Deprecated.(package private) voidSerializerCore. _emitJcc(INST_CODE code, Label label, HINT hint)Deprecated.(package private) voidAssembler. _emitX86(INST_CODE code, Operand o1, Operand o2, Operand o3)Deprecated.(package private) abstract voidSerializerCore. _emitX86(INST_CODE code, Operand o1, Operand o2, Operand o3)Deprecated.(package private) voidSerializerCore. emitX86(INST_CODE code)Deprecated.(package private) voidSerializerCore. emitX86(INST_CODE code, Operand o1)Deprecated.(package private) voidSerializerCore. emitX86(INST_CODE code, Operand o1, Operand o2)Deprecated.(package private) voidSerializerCore. emitX86(INST_CODE code, Operand o1, Operand o2, Operand o3)Deprecated.static InstructionDescriptionInstructionDescription. find(INST_CODE code)Deprecated.private static InstructionDescriptionInstructionDescription. MAKE_INST(INST_CODE code, java.lang.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_CODE Constructor Description InstructionDescription(INST_CODE code, java.lang.String name, InstructionGroup group, int o1flags, int o2flags, int opCodeR, int opCode1, int opCode2)Deprecated.
-