public static enum InstructionSet.RSC extends java.lang.Enum<InstructionSet.RSC>
Enum Constant and Description |
---|
RSC |
RSCAL |
RSCALS |
RSCEQ |
RSCEQS |
RSCGE |
RSCGES |
RSCGT |
RSCGTS |
RSCHI |
RSCHIS |
RSCHS |
RSCHSS |
RSCLE |
RSCLES |
RSCLO |
RSCLOS |
RSCLS |
RSCLSS |
RSCLT |
RSCLTS |
RSCMI |
RSCMIS |
RSCNE |
RSCNES |
RSCPL |
RSCPLS |
RSCS |
RSCVC |
RSCVCS |
RSCVS |
RSCVSS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.RSC |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.RSC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.RSC RSC
public static final InstructionSet.RSC RSCEQ
public static final InstructionSet.RSC RSCNE
public static final InstructionSet.RSC RSCHS
public static final InstructionSet.RSC RSCLO
public static final InstructionSet.RSC RSCMI
public static final InstructionSet.RSC RSCPL
public static final InstructionSet.RSC RSCVS
public static final InstructionSet.RSC RSCVC
public static final InstructionSet.RSC RSCHI
public static final InstructionSet.RSC RSCLS
public static final InstructionSet.RSC RSCGE
public static final InstructionSet.RSC RSCLT
public static final InstructionSet.RSC RSCGT
public static final InstructionSet.RSC RSCLE
public static final InstructionSet.RSC RSCAL
public static final InstructionSet.RSC RSCEQS
public static final InstructionSet.RSC RSCNES
public static final InstructionSet.RSC RSCHSS
public static final InstructionSet.RSC RSCLOS
public static final InstructionSet.RSC RSCMIS
public static final InstructionSet.RSC RSCPLS
public static final InstructionSet.RSC RSCVSS
public static final InstructionSet.RSC RSCVCS
public static final InstructionSet.RSC RSCHIS
public static final InstructionSet.RSC RSCLSS
public static final InstructionSet.RSC RSCGES
public static final InstructionSet.RSC RSCLTS
public static final InstructionSet.RSC RSCGTS
public static final InstructionSet.RSC RSCLES
public static final InstructionSet.RSC RSCALS
public static final InstructionSet.RSC RSCS
public static InstructionSet.RSC[] values()
for (InstructionSet.RSC c : InstructionSet.RSC.values()) System.out.println(c);
public static InstructionSet.RSC 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