Uses of Class
jnr.a64asm.InstructionGroup
-
-
Uses of InstructionGroup in jnr.a64asm
Fields in jnr.a64asm declared as InstructionGroup Modifier and Type Field Description (package private) InstructionGroup
InstructionDescription. group
Methods in jnr.a64asm that return InstructionGroup Modifier and Type Method Description static InstructionGroup
InstructionGroup. valueOf(java.lang.String name)
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 InstructionGroup Modifier and Type Method Description (package private) void
Assembler_A64. _emitJmpOrCallReloc(InstructionGroup instruction, long target)
private static InstructionDescription
InstructionDescription. MAKE_INST(INST_CODE code, int opcode, int mask, InstructionGroup group)
Constructors in jnr.a64asm with parameters of type InstructionGroup Constructor Description InstructionDescription(INST_CODE code, int opCode, int mask, InstructionGroup group)
-