public static enum InstructionSet.MSR extends java.lang.Enum<InstructionSet.MSR>
Enum Constant and Description |
---|
MSR |
MSRAL |
MSREQ |
MSRGE |
MSRGT |
MSRHI |
MSRHS |
MSRLE |
MSRLO |
MSRLS |
MSRLT |
MSRMI |
MSRNE |
MSRPL |
MSRVC |
MSRVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.MSR |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.MSR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.MSR MSR
public static final InstructionSet.MSR MSREQ
public static final InstructionSet.MSR MSRNE
public static final InstructionSet.MSR MSRHS
public static final InstructionSet.MSR MSRLO
public static final InstructionSet.MSR MSRMI
public static final InstructionSet.MSR MSRPL
public static final InstructionSet.MSR MSRVS
public static final InstructionSet.MSR MSRVC
public static final InstructionSet.MSR MSRHI
public static final InstructionSet.MSR MSRLS
public static final InstructionSet.MSR MSRGE
public static final InstructionSet.MSR MSRLT
public static final InstructionSet.MSR MSRGT
public static final InstructionSet.MSR MSRLE
public static final InstructionSet.MSR MSRAL
public static InstructionSet.MSR[] values()
for (InstructionSet.MSR c : InstructionSet.MSR.values()) System.out.println(c);
public static InstructionSet.MSR valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null