protected static enum AArch64Assembler.InstructionType extends Enum<AArch64Assembler.InstructionType>
| Modifier and Type | Field and Description |
|---|---|
int |
encoding |
boolean |
isGeneral |
int |
width |
| Modifier and Type | Method and Description |
|---|---|
static AArch64Assembler.InstructionType |
floatFromSize(int size) |
static AArch64Assembler.InstructionType |
generalFromSize(int size) |
static AArch64Assembler.InstructionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AArch64Assembler.InstructionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AArch64Assembler.InstructionType General32
public static final AArch64Assembler.InstructionType General64
public static final AArch64Assembler.InstructionType FP32
public static final AArch64Assembler.InstructionType FP64
public final int encoding
public final int width
public final boolean isGeneral
public static AArch64Assembler.InstructionType[] values()
public static AArch64Assembler.InstructionType 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 static AArch64Assembler.InstructionType generalFromSize(int size)
public static AArch64Assembler.InstructionType floatFromSize(int size)