Uses of Enum Class
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 InstructionGroup
InstructionDescription.group
Deprecated.Methods in com.kenai.jnr.x86asm that return InstructionGroupModifier and TypeMethodDescriptionstatic InstructionGroup
Deprecated.Returns the enum constant of this class with the specified name.static InstructionGroup[]
InstructionGroup.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.kenai.jnr.x86asm with parameters of type InstructionGroupModifier and TypeMethodDescription(package private) void
Assembler._emitJmpOrCallReloc
(InstructionGroup instruction, long target) Deprecated.private static final InstructionDescription
InstructionDescription.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.