Uses of Enum
jnr.a64asm.CPU_A64
-
Uses of CPU_A64 in jnr.a64asm
Fields in jnr.a64asm declared as CPU_A64Modifier and TypeFieldDescriptionstatic final CPU_A64
CPU_A64.A64
static final CPU_A64
Asm.Aarch_64
static final CPU_A64
Assembler_A64.Aarch_64
private final CPU_A64
Assembler_A64.cpu
static final CPU_A64
CPU_A64.I386
Methods in jnr.a64asm that return CPU_A64Modifier and TypeMethodDescriptionstatic CPU_A64
Returns the enum constant of this type with the specified name.static CPU_A64[]
CPU_A64.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jnr.a64asm with parameters of type CPU_A64