Uses of Enum
jnr.x86asm.InstructionGroup
Packages that use InstructionGroup
-
Uses of InstructionGroup in jnr.x86asm
Fields in jnr.x86asm declared as InstructionGroupModifier and TypeFieldDescription(package private) final InstructionGroup
InstructionDescription.group
Methods in jnr.x86asm that return InstructionGroupModifier and TypeMethodDescriptionstatic InstructionGroup
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 InstructionGroupModifier and TypeMethodDescription(package private) void
Assembler._emitJmpOrCallReloc
(InstructionGroup instruction, long target) private static final InstructionDescription
InstructionDescription.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 InstructionGroupModifierConstructorDescription(package private)
InstructionDescription
(INST_CODE code, String name, InstructionGroup group, int o1flags, int o2flags, int opCodeR, int opCode1, int opCode2)