Uses of Enum
jnr.a64asm.InstructionGroup
-
Uses of InstructionGroup in jnr.a64asm
Fields in jnr.a64asm declared as InstructionGroupModifier and TypeFieldDescription(package private) final InstructionGroupInstructionDescription.groupMethods in jnr.a64asm that return InstructionGroupModifier and TypeMethodDescriptionstatic InstructionGroupReturns 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) voidAssembler_A64._emitJmpOrCallReloc(InstructionGroup instruction, long target) private static final InstructionDescriptionInstructionDescription.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)