public static enum AMD64MathIntrinsicOp.IntrinsicOpcode extends Enum<AMD64MathIntrinsicOp.IntrinsicOpcode>
Modifier and Type | Method and Description |
---|---|
static AMD64MathIntrinsicOp.IntrinsicOpcode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMD64MathIntrinsicOp.IntrinsicOpcode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AMD64MathIntrinsicOp.IntrinsicOpcode SIN
public static final AMD64MathIntrinsicOp.IntrinsicOpcode COS
public static final AMD64MathIntrinsicOp.IntrinsicOpcode TAN
public static final AMD64MathIntrinsicOp.IntrinsicOpcode LOG
public static final AMD64MathIntrinsicOp.IntrinsicOpcode LOG10
public static AMD64MathIntrinsicOp.IntrinsicOpcode[] values()
for (AMD64MathIntrinsicOp.IntrinsicOpcode c : AMD64MathIntrinsicOp.IntrinsicOpcode.values()) System.out.println(c);
public static AMD64MathIntrinsicOp.IntrinsicOpcode 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