public static enum AArch64ASIMDAssembler.ElementSize extends Enum<AArch64ASIMDAssembler.ElementSize>
Byte(B):8b/lane; HalfWord(H):16b/lane; Word(S):32b/lane; DoubleWord(D):64b/lane.
| Enum Constant and Description |
|---|
Byte |
DoubleWord |
HalfWord |
Word |
| Modifier and Type | Method and Description |
|---|---|
int |
bits() |
int |
bytes() |
AArch64ASIMDAssembler.ElementSize |
expand() |
static AArch64ASIMDAssembler.ElementSize |
fromKind(PlatformKind kind) |
static AArch64ASIMDAssembler.ElementSize |
fromSize(int size) |
AArch64ASIMDAssembler.ElementSize |
narrow() |
static AArch64ASIMDAssembler.ElementSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AArch64ASIMDAssembler.ElementSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AArch64ASIMDAssembler.ElementSize Byte
public static final AArch64ASIMDAssembler.ElementSize HalfWord
public static final AArch64ASIMDAssembler.ElementSize Word
public static final AArch64ASIMDAssembler.ElementSize DoubleWord
public static AArch64ASIMDAssembler.ElementSize[] values()
public static AArch64ASIMDAssembler.ElementSize 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.ElementSize fromKind(PlatformKind kind)
public static AArch64ASIMDAssembler.ElementSize fromSize(int size)
public AArch64ASIMDAssembler.ElementSize expand()
public AArch64ASIMDAssembler.ElementSize narrow()