public static enum InstructionSet.MCR extends java.lang.Enum<InstructionSet.MCR>
Enum Constant and Description |
---|
MCR |
MCR2 |
MCRAL |
MCREQ |
MCRGE |
MCRGT |
MCRHI |
MCRHS |
MCRLE |
MCRLO |
MCRLS |
MCRLT |
MCRMI |
MCRNE |
MCRPL |
MCRVC |
MCRVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.MCR |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.MCR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.MCR MCR
public static final InstructionSet.MCR MCREQ
public static final InstructionSet.MCR MCRNE
public static final InstructionSet.MCR MCRHS
public static final InstructionSet.MCR MCRLO
public static final InstructionSet.MCR MCRMI
public static final InstructionSet.MCR MCRPL
public static final InstructionSet.MCR MCRVS
public static final InstructionSet.MCR MCRVC
public static final InstructionSet.MCR MCRHI
public static final InstructionSet.MCR MCRLS
public static final InstructionSet.MCR MCRGE
public static final InstructionSet.MCR MCRLT
public static final InstructionSet.MCR MCRGT
public static final InstructionSet.MCR MCRLE
public static final InstructionSet.MCR MCRAL
public static final InstructionSet.MCR MCR2
public static InstructionSet.MCR[] values()
for (InstructionSet.MCR c : InstructionSet.MCR.values()) System.out.println(c);
public static InstructionSet.MCR 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