public static enum InstructionSet.SUB extends java.lang.Enum<InstructionSet.SUB>
Enum Constant and Description |
---|
SUB |
SUBAL |
SUBALS |
SUBEQ |
SUBEQS |
SUBGE |
SUBGES |
SUBGT |
SUBGTS |
SUBHI |
SUBHIS |
SUBHS |
SUBHSS |
SUBLE |
SUBLES |
SUBLO |
SUBLOS |
SUBLS |
SUBLSS |
SUBLT |
SUBLTS |
SUBMI |
SUBMIS |
SUBNE |
SUBNES |
SUBPL |
SUBPLS |
SUBS |
SUBVC |
SUBVCS |
SUBVS |
SUBVSS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.SUB |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.SUB[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.SUB SUB
public static final InstructionSet.SUB SUBEQ
public static final InstructionSet.SUB SUBNE
public static final InstructionSet.SUB SUBHS
public static final InstructionSet.SUB SUBLO
public static final InstructionSet.SUB SUBMI
public static final InstructionSet.SUB SUBPL
public static final InstructionSet.SUB SUBVS
public static final InstructionSet.SUB SUBVC
public static final InstructionSet.SUB SUBHI
public static final InstructionSet.SUB SUBLS
public static final InstructionSet.SUB SUBGE
public static final InstructionSet.SUB SUBLT
public static final InstructionSet.SUB SUBGT
public static final InstructionSet.SUB SUBLE
public static final InstructionSet.SUB SUBAL
public static final InstructionSet.SUB SUBEQS
public static final InstructionSet.SUB SUBNES
public static final InstructionSet.SUB SUBHSS
public static final InstructionSet.SUB SUBLOS
public static final InstructionSet.SUB SUBMIS
public static final InstructionSet.SUB SUBPLS
public static final InstructionSet.SUB SUBVSS
public static final InstructionSet.SUB SUBVCS
public static final InstructionSet.SUB SUBHIS
public static final InstructionSet.SUB SUBLSS
public static final InstructionSet.SUB SUBGES
public static final InstructionSet.SUB SUBLTS
public static final InstructionSet.SUB SUBGTS
public static final InstructionSet.SUB SUBLES
public static final InstructionSet.SUB SUBALS
public static final InstructionSet.SUB SUBS
public static InstructionSet.SUB[] values()
for (InstructionSet.SUB c : InstructionSet.SUB.values()) System.out.println(c);
public static InstructionSet.SUB 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