public static enum AArch64Move.ExtendKind extends Enum<AArch64Move.ExtendKind>
| Enum Constant and Description |
|---|
NONE |
SIGN_EXTEND |
ZERO_EXTEND |
| Modifier and Type | Method and Description |
|---|---|
static AArch64Move.ExtendKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AArch64Move.ExtendKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AArch64Move.ExtendKind NONE
public static final AArch64Move.ExtendKind ZERO_EXTEND
public static final AArch64Move.ExtendKind SIGN_EXTEND
public static AArch64Move.ExtendKind[] values()
public static AArch64Move.ExtendKind 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