public static enum AArch64Assembler.SystemRegister extends Enum<AArch64Assembler.SystemRegister>
| Enum Constant and Description |
|---|
CNTVCT_EL0 |
FPCR |
FPSR |
| Modifier and Type | Method and Description |
|---|---|
int |
encoding() |
static AArch64Assembler.SystemRegister |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AArch64Assembler.SystemRegister[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AArch64Assembler.SystemRegister FPCR
public static final AArch64Assembler.SystemRegister FPSR
public static final AArch64Assembler.SystemRegister CNTVCT_EL0
public static AArch64Assembler.SystemRegister[] values()
public static AArch64Assembler.SystemRegister valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int encoding()