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