public static enum InstructionSet.ORR extends java.lang.Enum<InstructionSet.ORR>
Enum Constant and Description |
---|
ORR |
ORRAL |
ORRALS |
ORREQ |
ORREQS |
ORRGE |
ORRGES |
ORRGT |
ORRGTS |
ORRHI |
ORRHIS |
ORRHS |
ORRHSS |
ORRLE |
ORRLES |
ORRLO |
ORRLOS |
ORRLS |
ORRLSS |
ORRLT |
ORRLTS |
ORRMI |
ORRMIS |
ORRNE |
ORRNES |
ORRPL |
ORRPLS |
ORRS |
ORRVC |
ORRVCS |
ORRVS |
ORRVSS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.ORR |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.ORR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.ORR ORR
public static final InstructionSet.ORR ORREQ
public static final InstructionSet.ORR ORRNE
public static final InstructionSet.ORR ORRHS
public static final InstructionSet.ORR ORRLO
public static final InstructionSet.ORR ORRMI
public static final InstructionSet.ORR ORRPL
public static final InstructionSet.ORR ORRVS
public static final InstructionSet.ORR ORRVC
public static final InstructionSet.ORR ORRHI
public static final InstructionSet.ORR ORRLS
public static final InstructionSet.ORR ORRGE
public static final InstructionSet.ORR ORRLT
public static final InstructionSet.ORR ORRGT
public static final InstructionSet.ORR ORRLE
public static final InstructionSet.ORR ORRAL
public static final InstructionSet.ORR ORREQS
public static final InstructionSet.ORR ORRNES
public static final InstructionSet.ORR ORRHSS
public static final InstructionSet.ORR ORRLOS
public static final InstructionSet.ORR ORRMIS
public static final InstructionSet.ORR ORRPLS
public static final InstructionSet.ORR ORRVSS
public static final InstructionSet.ORR ORRVCS
public static final InstructionSet.ORR ORRHIS
public static final InstructionSet.ORR ORRLSS
public static final InstructionSet.ORR ORRGES
public static final InstructionSet.ORR ORRLTS
public static final InstructionSet.ORR ORRGTS
public static final InstructionSet.ORR ORRLES
public static final InstructionSet.ORR ORRALS
public static final InstructionSet.ORR ORRS
public static InstructionSet.ORR[] values()
for (InstructionSet.ORR c : InstructionSet.ORR.values()) System.out.println(c);
public static InstructionSet.ORR 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