Uses of Class
jnr.x86asm.InstructionGroup
-
Packages that use InstructionGroup Package Description jnr.x86asm -
-
Uses of InstructionGroup in jnr.x86asm
Fields in jnr.x86asm declared as InstructionGroup Modifier and Type Field Description (package private) InstructionGroupInstructionDescription. groupMethods in jnr.x86asm that return InstructionGroup Modifier and Type Method Description static InstructionGroupInstructionGroup. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InstructionGroup[]InstructionGroup. 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 InstructionGroup Modifier and Type Method Description (package private) voidAssembler. _emitJmpOrCallReloc(InstructionGroup instruction, long target)private static InstructionDescriptionInstructionDescription. MAKE_INST(INST_CODE code, java.lang.String name, InstructionGroup group, int of1, int of2, int r, int op1, int op2)Constructors in 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)
-