public static enum AArch64Assembler.ExtendType extends Enum<AArch64Assembler.ExtendType>
| Enum Constant and Description |
|---|
SXTB |
SXTH |
SXTW |
SXTX |
UXTB |
UXTH |
UXTW |
UXTX |
| Modifier and Type | Field and Description |
|---|---|
int |
encoding |
| Modifier and Type | Method and Description |
|---|---|
static AArch64Assembler.ExtendType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AArch64Assembler.ExtendType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AArch64Assembler.ExtendType UXTB
public static final AArch64Assembler.ExtendType UXTH
public static final AArch64Assembler.ExtendType UXTW
public static final AArch64Assembler.ExtendType UXTX
public static final AArch64Assembler.ExtendType SXTB
public static final AArch64Assembler.ExtendType SXTH
public static final AArch64Assembler.ExtendType SXTW
public static final AArch64Assembler.ExtendType SXTX
public static AArch64Assembler.ExtendType[] values()
public static AArch64Assembler.ExtendType 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