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