public static enum AArch64ASIMDAssembler.ASIMDImmediateTable.BitValues extends Enum<AArch64ASIMDAssembler.ASIMDImmediateTable.BitValues>
| Modifier and Type | Method and Description |
|---|---|
static AArch64ASIMDAssembler.ASIMDImmediateTable.BitValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AArch64ASIMDAssembler.ASIMDImmediateTable.BitValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AArch64ASIMDAssembler.ASIMDImmediateTable.BitValues ZERO
public static final AArch64ASIMDAssembler.ASIMDImmediateTable.BitValues ONE
public static final AArch64ASIMDAssembler.ASIMDImmediateTable.BitValues ANY
public static AArch64ASIMDAssembler.ASIMDImmediateTable.BitValues[] values()
public static AArch64ASIMDAssembler.ASIMDImmediateTable.BitValues 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