public static enum InstructionSet.SMLAL extends java.lang.Enum<InstructionSet.SMLAL>
Enum Constant and Description |
---|
SMLAL |
SMLALAL |
SMLALALS |
SMLALEQ |
SMLALEQS |
SMLALGE |
SMLALGES |
SMLALGT |
SMLALGTS |
SMLALHI |
SMLALHIS |
SMLALHS |
SMLALHSS |
SMLALLE |
SMLALLES |
SMLALLO |
SMLALLOS |
SMLALLS |
SMLALLSS |
SMLALLT |
SMLALLTS |
SMLALMI |
SMLALMIS |
SMLALNE |
SMLALNES |
SMLALPL |
SMLALPLS |
SMLALS |
SMLALVC |
SMLALVCS |
SMLALVS |
SMLALVSS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.SMLAL |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.SMLAL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.SMLAL SMLAL
public static final InstructionSet.SMLAL SMLALEQ
public static final InstructionSet.SMLAL SMLALNE
public static final InstructionSet.SMLAL SMLALHS
public static final InstructionSet.SMLAL SMLALLO
public static final InstructionSet.SMLAL SMLALMI
public static final InstructionSet.SMLAL SMLALPL
public static final InstructionSet.SMLAL SMLALVS
public static final InstructionSet.SMLAL SMLALVC
public static final InstructionSet.SMLAL SMLALHI
public static final InstructionSet.SMLAL SMLALLS
public static final InstructionSet.SMLAL SMLALGE
public static final InstructionSet.SMLAL SMLALLT
public static final InstructionSet.SMLAL SMLALGT
public static final InstructionSet.SMLAL SMLALLE
public static final InstructionSet.SMLAL SMLALAL
public static final InstructionSet.SMLAL SMLALS
public static final InstructionSet.SMLAL SMLALEQS
public static final InstructionSet.SMLAL SMLALNES
public static final InstructionSet.SMLAL SMLALHSS
public static final InstructionSet.SMLAL SMLALLOS
public static final InstructionSet.SMLAL SMLALMIS
public static final InstructionSet.SMLAL SMLALPLS
public static final InstructionSet.SMLAL SMLALVSS
public static final InstructionSet.SMLAL SMLALVCS
public static final InstructionSet.SMLAL SMLALHIS
public static final InstructionSet.SMLAL SMLALLSS
public static final InstructionSet.SMLAL SMLALGES
public static final InstructionSet.SMLAL SMLALLTS
public static final InstructionSet.SMLAL SMLALGTS
public static final InstructionSet.SMLAL SMLALLES
public static final InstructionSet.SMLAL SMLALALS
public static InstructionSet.SMLAL[] values()
for (InstructionSet.SMLAL c : InstructionSet.SMLAL.values()) System.out.println(c);
public static InstructionSet.SMLAL 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