public enum AArch64AcrossVectorOp extends Enum<AArch64AcrossVectorOp>
| Modifier and Type | Class and Description |
|---|---|
static class |
AArch64AcrossVectorOp.ASIMDOp |
| Modifier and Type | Method and Description |
|---|---|
static AArch64AcrossVectorOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AArch64AcrossVectorOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AArch64AcrossVectorOp ADDV
public static final AArch64AcrossVectorOp SADDLV
public static final AArch64AcrossVectorOp UADDLV
public static final AArch64AcrossVectorOp UMAX
public static AArch64AcrossVectorOp[] values()
public static AArch64AcrossVectorOp 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