public static enum InstructionSet.MRC extends java.lang.Enum<InstructionSet.MRC>
Enum Constant and Description |
---|
MRC |
MRC2 |
MRCAL |
MRCEQ |
MRCGE |
MRCGT |
MRCHI |
MRCHS |
MRCLE |
MRCLO |
MRCLS |
MRCLT |
MRCMI |
MRCNE |
MRCPL |
MRCVC |
MRCVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.MRC |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.MRC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.MRC MRC
public static final InstructionSet.MRC MRCEQ
public static final InstructionSet.MRC MRCNE
public static final InstructionSet.MRC MRCHS
public static final InstructionSet.MRC MRCLO
public static final InstructionSet.MRC MRCMI
public static final InstructionSet.MRC MRCPL
public static final InstructionSet.MRC MRCVS
public static final InstructionSet.MRC MRCVC
public static final InstructionSet.MRC MRCHI
public static final InstructionSet.MRC MRCLS
public static final InstructionSet.MRC MRCGE
public static final InstructionSet.MRC MRCLT
public static final InstructionSet.MRC MRCGT
public static final InstructionSet.MRC MRCLE
public static final InstructionSet.MRC MRCAL
public static final InstructionSet.MRC MRC2
public static InstructionSet.MRC[] values()
for (InstructionSet.MRC c : InstructionSet.MRC.values()) System.out.println(c);
public static InstructionSet.MRC 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