public static enum InstructionSet.RSB extends java.lang.Enum<InstructionSet.RSB>
Enum Constant and Description |
---|
RSB |
RSBAL |
RSBALS |
RSBEQ |
RSBEQS |
RSBGE |
RSBGES |
RSBGT |
RSBGTS |
RSBHI |
RSBHIS |
RSBHS |
RSBHSS |
RSBLE |
RSBLES |
RSBLO |
RSBLOS |
RSBLS |
RSBLSS |
RSBLT |
RSBLTS |
RSBMI |
RSBMIS |
RSBNE |
RSBNES |
RSBPL |
RSBPLS |
RSBS |
RSBVC |
RSBVCS |
RSBVS |
RSBVSS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.RSB |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.RSB[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.RSB RSB
public static final InstructionSet.RSB RSBEQ
public static final InstructionSet.RSB RSBNE
public static final InstructionSet.RSB RSBHS
public static final InstructionSet.RSB RSBLO
public static final InstructionSet.RSB RSBMI
public static final InstructionSet.RSB RSBPL
public static final InstructionSet.RSB RSBVS
public static final InstructionSet.RSB RSBVC
public static final InstructionSet.RSB RSBHI
public static final InstructionSet.RSB RSBLS
public static final InstructionSet.RSB RSBGE
public static final InstructionSet.RSB RSBLT
public static final InstructionSet.RSB RSBGT
public static final InstructionSet.RSB RSBLE
public static final InstructionSet.RSB RSBAL
public static final InstructionSet.RSB RSBEQS
public static final InstructionSet.RSB RSBNES
public static final InstructionSet.RSB RSBHSS
public static final InstructionSet.RSB RSBLOS
public static final InstructionSet.RSB RSBMIS
public static final InstructionSet.RSB RSBPLS
public static final InstructionSet.RSB RSBVSS
public static final InstructionSet.RSB RSBVCS
public static final InstructionSet.RSB RSBHIS
public static final InstructionSet.RSB RSBLSS
public static final InstructionSet.RSB RSBGES
public static final InstructionSet.RSB RSBLTS
public static final InstructionSet.RSB RSBGTS
public static final InstructionSet.RSB RSBLES
public static final InstructionSet.RSB RSBALS
public static final InstructionSet.RSB RSBS
public static InstructionSet.RSB[] values()
for (InstructionSet.RSB c : InstructionSet.RSB.values()) System.out.println(c);
public static InstructionSet.RSB 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