Uses of Enum
jnr.a64asm.InstructionGroup
-
Uses of InstructionGroup in jnr.a64asm
Fields in jnr.a64asm declared as InstructionGroupModifier and TypeFieldDescription(package private) final InstructionGroup
InstructionDescription.group
Methods in jnr.a64asm 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.a64asm with parameters of type InstructionGroupModifier and TypeMethodDescription(package private) void
Assembler_A64._emitJmpOrCallReloc
(InstructionGroup instruction, long target) private static final InstructionDescription
InstructionDescription.MAKE_INST
(INST_CODE code, int opcode, int mask, InstructionGroup group) Constructors in jnr.a64asm with parameters of type InstructionGroupModifierConstructorDescription(package private)
InstructionDescription
(INST_CODE code, int opCode, int mask, InstructionGroup group)