public static enum AArch64BitManipulationOp.BitManipulationOpCode extends Enum<AArch64BitManipulationOp.BitManipulationOpCode>
| Modifier and Type | Method and Description |
|---|---|
static AArch64BitManipulationOp.BitManipulationOpCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AArch64BitManipulationOp.BitManipulationOpCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AArch64BitManipulationOp.BitManipulationOpCode CTZ
public static final AArch64BitManipulationOp.BitManipulationOpCode BSR
public static final AArch64BitManipulationOp.BitManipulationOpCode BSWP
public static final AArch64BitManipulationOp.BitManipulationOpCode CLZ
public static final AArch64BitManipulationOp.BitManipulationOpCode POPCNT
public static AArch64BitManipulationOp.BitManipulationOpCode[] values()
public static AArch64BitManipulationOp.BitManipulationOpCode 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