public enum AArch64PermuteOp extends Enum<AArch64PermuteOp>
| Modifier and Type | Class and Description |
|---|---|
static class |
AArch64PermuteOp.ASIMDBinaryOp |
| Enum Constant and Description |
|---|
TBL |
UNZIPEVEN |
UNZIPODD |
ZIPEVEN |
ZIPHIGH |
ZIPLOW |
ZIPODD |
| Modifier and Type | Method and Description |
|---|---|
static AArch64PermuteOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AArch64PermuteOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AArch64PermuteOp TBL
public static final AArch64PermuteOp ZIPLOW
public static final AArch64PermuteOp ZIPHIGH
public static final AArch64PermuteOp ZIPEVEN
public static final AArch64PermuteOp ZIPODD
public static final AArch64PermuteOp UNZIPEVEN
public static final AArch64PermuteOp UNZIPODD
public static AArch64PermuteOp[] values()
public static AArch64PermuteOp 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