public static enum AArch64ASIMDAssembler.ASIMDSize extends Enum<AArch64ASIMDAssembler.ASIMDSize>
| Modifier and Type | Method and Description |
|---|---|
int |
bits() |
int |
bytes() |
static AArch64ASIMDAssembler.ASIMDSize |
fromVectorKind(PlatformKind kind) |
static AArch64ASIMDAssembler.ASIMDSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AArch64ASIMDAssembler.ASIMDSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AArch64ASIMDAssembler.ASIMDSize HalfReg
public static final AArch64ASIMDAssembler.ASIMDSize FullReg
public static AArch64ASIMDAssembler.ASIMDSize[] values()
public static AArch64ASIMDAssembler.ASIMDSize 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 int bits()
public int bytes()
public static AArch64ASIMDAssembler.ASIMDSize fromVectorKind(PlatformKind kind)