public static enum InstructionSet.MUL extends java.lang.Enum<InstructionSet.MUL>
Enum Constant and Description |
---|
MUL |
MULAL |
MULALS |
MULEQ |
MULEQS |
MULGE |
MULGES |
MULGT |
MULGTS |
MULHI |
MULHIS |
MULHS |
MULHSS |
MULLE |
MULLES |
MULLO |
MULLOS |
MULLS |
MULLSS |
MULLT |
MULLTS |
MULMI |
MULMIS |
MULNE |
MULNES |
MULPL |
MULPLS |
MULS |
MULVC |
MULVCS |
MULVS |
MULVSS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.MUL |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.MUL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.MUL MUL
public static final InstructionSet.MUL MULEQ
public static final InstructionSet.MUL MULNE
public static final InstructionSet.MUL MULHS
public static final InstructionSet.MUL MULLO
public static final InstructionSet.MUL MULMI
public static final InstructionSet.MUL MULPL
public static final InstructionSet.MUL MULVS
public static final InstructionSet.MUL MULVC
public static final InstructionSet.MUL MULHI
public static final InstructionSet.MUL MULLS
public static final InstructionSet.MUL MULGE
public static final InstructionSet.MUL MULLT
public static final InstructionSet.MUL MULGT
public static final InstructionSet.MUL MULLE
public static final InstructionSet.MUL MULAL
public static final InstructionSet.MUL MULEQS
public static final InstructionSet.MUL MULNES
public static final InstructionSet.MUL MULHSS
public static final InstructionSet.MUL MULLOS
public static final InstructionSet.MUL MULMIS
public static final InstructionSet.MUL MULPLS
public static final InstructionSet.MUL MULVSS
public static final InstructionSet.MUL MULVCS
public static final InstructionSet.MUL MULHIS
public static final InstructionSet.MUL MULLSS
public static final InstructionSet.MUL MULGES
public static final InstructionSet.MUL MULLTS
public static final InstructionSet.MUL MULGTS
public static final InstructionSet.MUL MULLES
public static final InstructionSet.MUL MULALS
public static final InstructionSet.MUL MULS
public static InstructionSet.MUL[] values()
for (InstructionSet.MUL c : InstructionSet.MUL.values()) System.out.println(c);
public static InstructionSet.MUL 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