public static enum InstructionSet.MOV extends java.lang.Enum<InstructionSet.MOV>
Enum Constant and Description |
---|
MOV |
MOVAL |
MOVALS |
MOVEQ |
MOVEQS |
MOVGE |
MOVGES |
MOVGT |
MOVGTS |
MOVHI |
MOVHIS |
MOVHS |
MOVHSS |
MOVLE |
MOVLES |
MOVLO |
MOVLOS |
MOVLS |
MOVLSS |
MOVLT |
MOVLTS |
MOVMI |
MOVMIS |
MOVNE |
MOVNES |
MOVPL |
MOVPLS |
MOVS |
MOVVC |
MOVVCS |
MOVVS |
MOVVSS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.MOV |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.MOV[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.MOV MOV
public static final InstructionSet.MOV MOVEQ
public static final InstructionSet.MOV MOVNE
public static final InstructionSet.MOV MOVHS
public static final InstructionSet.MOV MOVLO
public static final InstructionSet.MOV MOVMI
public static final InstructionSet.MOV MOVPL
public static final InstructionSet.MOV MOVVS
public static final InstructionSet.MOV MOVVC
public static final InstructionSet.MOV MOVHI
public static final InstructionSet.MOV MOVLS
public static final InstructionSet.MOV MOVGE
public static final InstructionSet.MOV MOVLT
public static final InstructionSet.MOV MOVGT
public static final InstructionSet.MOV MOVLE
public static final InstructionSet.MOV MOVAL
public static final InstructionSet.MOV MOVEQS
public static final InstructionSet.MOV MOVNES
public static final InstructionSet.MOV MOVHSS
public static final InstructionSet.MOV MOVLOS
public static final InstructionSet.MOV MOVMIS
public static final InstructionSet.MOV MOVPLS
public static final InstructionSet.MOV MOVVSS
public static final InstructionSet.MOV MOVVCS
public static final InstructionSet.MOV MOVHIS
public static final InstructionSet.MOV MOVLSS
public static final InstructionSet.MOV MOVGES
public static final InstructionSet.MOV MOVLTS
public static final InstructionSet.MOV MOVGTS
public static final InstructionSet.MOV MOVLES
public static final InstructionSet.MOV MOVALS
public static final InstructionSet.MOV MOVS
public static InstructionSet.MOV[] values()
for (InstructionSet.MOV c : InstructionSet.MOV.values()) System.out.println(c);
public static InstructionSet.MOV 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