public static enum InstructionSet.MVN extends java.lang.Enum<InstructionSet.MVN>
Enum Constant and Description |
---|
MVN |
MVNAL |
MVNALS |
MVNEQ |
MVNEQS |
MVNGE |
MVNGES |
MVNGT |
MVNGTS |
MVNHI |
MVNHIS |
MVNHS |
MVNHSS |
MVNLE |
MVNLES |
MVNLO |
MVNLOS |
MVNLS |
MVNLSS |
MVNLT |
MVNLTS |
MVNMI |
MVNMIS |
MVNNE |
MVNNES |
MVNPL |
MVNPLS |
MVNS |
MVNVC |
MVNVCS |
MVNVS |
MVNVSS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.MVN |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.MVN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.MVN MVN
public static final InstructionSet.MVN MVNEQ
public static final InstructionSet.MVN MVNNE
public static final InstructionSet.MVN MVNHS
public static final InstructionSet.MVN MVNLO
public static final InstructionSet.MVN MVNMI
public static final InstructionSet.MVN MVNPL
public static final InstructionSet.MVN MVNVS
public static final InstructionSet.MVN MVNVC
public static final InstructionSet.MVN MVNHI
public static final InstructionSet.MVN MVNLS
public static final InstructionSet.MVN MVNGE
public static final InstructionSet.MVN MVNLT
public static final InstructionSet.MVN MVNGT
public static final InstructionSet.MVN MVNLE
public static final InstructionSet.MVN MVNAL
public static final InstructionSet.MVN MVNEQS
public static final InstructionSet.MVN MVNNES
public static final InstructionSet.MVN MVNHSS
public static final InstructionSet.MVN MVNLOS
public static final InstructionSet.MVN MVNMIS
public static final InstructionSet.MVN MVNPLS
public static final InstructionSet.MVN MVNVSS
public static final InstructionSet.MVN MVNVCS
public static final InstructionSet.MVN MVNHIS
public static final InstructionSet.MVN MVNLSS
public static final InstructionSet.MVN MVNGES
public static final InstructionSet.MVN MVNLTS
public static final InstructionSet.MVN MVNGTS
public static final InstructionSet.MVN MVNLES
public static final InstructionSet.MVN MVNALS
public static final InstructionSet.MVN MVNS
public static InstructionSet.MVN[] values()
for (InstructionSet.MVN c : InstructionSet.MVN.values()) System.out.println(c);
public static InstructionSet.MVN 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