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