public static enum InstructionSet.UMULL extends java.lang.Enum<InstructionSet.UMULL>
Enum Constant and Description |
---|
UMULL |
UMULLAL |
UMULLALS |
UMULLEQ |
UMULLEQS |
UMULLGE |
UMULLGES |
UMULLGT |
UMULLGTS |
UMULLHI |
UMULLHIS |
UMULLHS |
UMULLHSS |
UMULLLE |
UMULLLES |
UMULLLO |
UMULLLOS |
UMULLLS |
UMULLLSS |
UMULLLT |
UMULLLTS |
UMULLMI |
UMULLMIS |
UMULLNE |
UMULLNES |
UMULLPL |
UMULLPLS |
UMULLS |
UMULLVC |
UMULLVCS |
UMULLVS |
UMULLVSS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.UMULL |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.UMULL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.UMULL UMULL
public static final InstructionSet.UMULL UMULLEQ
public static final InstructionSet.UMULL UMULLNE
public static final InstructionSet.UMULL UMULLHS
public static final InstructionSet.UMULL UMULLLO
public static final InstructionSet.UMULL UMULLMI
public static final InstructionSet.UMULL UMULLPL
public static final InstructionSet.UMULL UMULLVS
public static final InstructionSet.UMULL UMULLVC
public static final InstructionSet.UMULL UMULLHI
public static final InstructionSet.UMULL UMULLLS
public static final InstructionSet.UMULL UMULLGE
public static final InstructionSet.UMULL UMULLLT
public static final InstructionSet.UMULL UMULLGT
public static final InstructionSet.UMULL UMULLLE
public static final InstructionSet.UMULL UMULLAL
public static final InstructionSet.UMULL UMULLS
public static final InstructionSet.UMULL UMULLEQS
public static final InstructionSet.UMULL UMULLNES
public static final InstructionSet.UMULL UMULLHSS
public static final InstructionSet.UMULL UMULLLOS
public static final InstructionSet.UMULL UMULLMIS
public static final InstructionSet.UMULL UMULLPLS
public static final InstructionSet.UMULL UMULLVSS
public static final InstructionSet.UMULL UMULLVCS
public static final InstructionSet.UMULL UMULLHIS
public static final InstructionSet.UMULL UMULLLSS
public static final InstructionSet.UMULL UMULLGES
public static final InstructionSet.UMULL UMULLLTS
public static final InstructionSet.UMULL UMULLGTS
public static final InstructionSet.UMULL UMULLLES
public static final InstructionSet.UMULL UMULLALS
public static InstructionSet.UMULL[] values()
for (InstructionSet.UMULL c : InstructionSet.UMULL.values()) System.out.println(c);
public static InstructionSet.UMULL 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