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