Uses of Class
com.kenai.jnr.x86asm.InstructionGroup
-
Packages that use InstructionGroup Package Description com.kenai.jnr.x86asm -
-
Uses of InstructionGroup in com.kenai.jnr.x86asm
Fields in com.kenai.jnr.x86asm declared as InstructionGroup Modifier and Type Field Description (package private) InstructionGroupInstructionDescription. groupDeprecated.Methods in com.kenai.jnr.x86asm that return InstructionGroup Modifier and Type Method Description static InstructionGroupInstructionGroup. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static InstructionGroup[]InstructionGroup. 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 InstructionGroup Modifier and Type Method Description (package private) voidAssembler. _emitJmpOrCallReloc(InstructionGroup instruction, long target)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 InstructionGroup Constructor Description InstructionDescription(INST_CODE code, java.lang.String name, InstructionGroup group, int o1flags, int o2flags, int opCodeR, int opCode1, int opCode2)Deprecated.
-