public static enum AArch64Assembler.SystemHint extends Enum<AArch64Assembler.SystemHint>
| Modifier and Type | Method and Description |
|---|---|
static AArch64Assembler.SystemHint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AArch64Assembler.SystemHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AArch64Assembler.SystemHint NOP
public static final AArch64Assembler.SystemHint YIELD
public static final AArch64Assembler.SystemHint WFE
public static final AArch64Assembler.SystemHint WFI
public static final AArch64Assembler.SystemHint SEV
public static final AArch64Assembler.SystemHint SEVL
public static final AArch64Assembler.SystemHint CSDB
public static AArch64Assembler.SystemHint[] values()
public static AArch64Assembler.SystemHint 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 null