public static enum AArch64ArithmeticOp.ARMv8ConstantCategory extends Enum<AArch64ArithmeticOp.ARMv8ConstantCategory>
| Enum Constant and Description |
|---|
ADDSUBTRACT |
LOGICAL |
NONE |
SHIFT |
| Modifier and Type | Method and Description |
|---|---|
static AArch64ArithmeticOp.ARMv8ConstantCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AArch64ArithmeticOp.ARMv8ConstantCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AArch64ArithmeticOp.ARMv8ConstantCategory NONE
public static final AArch64ArithmeticOp.ARMv8ConstantCategory LOGICAL
public static final AArch64ArithmeticOp.ARMv8ConstantCategory ADDSUBTRACT
public static final AArch64ArithmeticOp.ARMv8ConstantCategory SHIFT
public static AArch64ArithmeticOp.ARMv8ConstantCategory[] values()
public static AArch64ArithmeticOp.ARMv8ConstantCategory 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