Uses of Class
jnr.a64asm.CPU_A64
-
-
Uses of CPU_A64 in jnr.a64asm
Fields in jnr.a64asm declared as CPU_A64 Modifier and Type Field Description static CPU_A64
CPU_A64. A64
static CPU_A64
Asm. Aarch_64
static CPU_A64
Assembler_A64. Aarch_64
private CPU_A64
Assembler_A64. cpu
static CPU_A64
CPU_A64. I386
Methods in jnr.a64asm that return CPU_A64 Modifier and Type Method Description static CPU_A64
CPU_A64. valueOf(java.lang.String name)
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 Constructor Description Assembler_A64(CPU_A64 cpu)
-