public static enum InstructionSet.SMULL extends java.lang.Enum<InstructionSet.SMULL>
Enum Constant and Description |
---|
SMULL |
SMULLAL |
SMULLALS |
SMULLEQ |
SMULLEQS |
SMULLGE |
SMULLGES |
SMULLGT |
SMULLGTS |
SMULLHI |
SMULLHIS |
SMULLHS |
SMULLHSS |
SMULLLE |
SMULLLES |
SMULLLO |
SMULLLOS |
SMULLLS |
SMULLLSS |
SMULLLT |
SMULLLTS |
SMULLMI |
SMULLMIS |
SMULLNE |
SMULLNES |
SMULLPL |
SMULLPLS |
SMULLS |
SMULLVC |
SMULLVCS |
SMULLVS |
SMULLVSS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.SMULL |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.SMULL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.SMULL SMULL
public static final InstructionSet.SMULL SMULLEQ
public static final InstructionSet.SMULL SMULLNE
public static final InstructionSet.SMULL SMULLHS
public static final InstructionSet.SMULL SMULLLO
public static final InstructionSet.SMULL SMULLMI
public static final InstructionSet.SMULL SMULLPL
public static final InstructionSet.SMULL SMULLVS
public static final InstructionSet.SMULL SMULLVC
public static final InstructionSet.SMULL SMULLHI
public static final InstructionSet.SMULL SMULLLS
public static final InstructionSet.SMULL SMULLGE
public static final InstructionSet.SMULL SMULLLT
public static final InstructionSet.SMULL SMULLGT
public static final InstructionSet.SMULL SMULLLE
public static final InstructionSet.SMULL SMULLAL
public static final InstructionSet.SMULL SMULLS
public static final InstructionSet.SMULL SMULLEQS
public static final InstructionSet.SMULL SMULLNES
public static final InstructionSet.SMULL SMULLHSS
public static final InstructionSet.SMULL SMULLLOS
public static final InstructionSet.SMULL SMULLMIS
public static final InstructionSet.SMULL SMULLPLS
public static final InstructionSet.SMULL SMULLVSS
public static final InstructionSet.SMULL SMULLVCS
public static final InstructionSet.SMULL SMULLHIS
public static final InstructionSet.SMULL SMULLLSS
public static final InstructionSet.SMULL SMULLGES
public static final InstructionSet.SMULL SMULLLTS
public static final InstructionSet.SMULL SMULLGTS
public static final InstructionSet.SMULL SMULLLES
public static final InstructionSet.SMULL SMULLALS
public static InstructionSet.SMULL[] values()
for (InstructionSet.SMULL c : InstructionSet.SMULL.values()) System.out.println(c);
public static InstructionSet.SMULL 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