public static enum InstructionSetThumb.CMP extends java.lang.Enum<InstructionSetThumb.CMP>
Enum Constant and Description |
---|
CMP |
CMPAL |
CMPEQ |
CMPGE |
CMPGT |
CMPHI |
CMPHS |
CMPLE |
CMPLO |
CMPLS |
CMPLT |
CMPMI |
CMPNE |
CMPPL |
CMPVC |
CMPVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSetThumb.CMP |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSetThumb.CMP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSetThumb.CMP CMP
public static final InstructionSetThumb.CMP CMPEQ
public static final InstructionSetThumb.CMP CMPNE
public static final InstructionSetThumb.CMP CMPHS
public static final InstructionSetThumb.CMP CMPLO
public static final InstructionSetThumb.CMP CMPMI
public static final InstructionSetThumb.CMP CMPPL
public static final InstructionSetThumb.CMP CMPVS
public static final InstructionSetThumb.CMP CMPVC
public static final InstructionSetThumb.CMP CMPHI
public static final InstructionSetThumb.CMP CMPLS
public static final InstructionSetThumb.CMP CMPGE
public static final InstructionSetThumb.CMP CMPLT
public static final InstructionSetThumb.CMP CMPGT
public static final InstructionSetThumb.CMP CMPLE
public static final InstructionSetThumb.CMP CMPAL
public static InstructionSetThumb.CMP[] values()
for (InstructionSetThumb.CMP c : InstructionSetThumb.CMP.values()) System.out.println(c);
public static InstructionSetThumb.CMP 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