public static enum InstructionSetThumb.LDRH extends java.lang.Enum<InstructionSetThumb.LDRH>
Enum Constant and Description |
---|
LDRALH |
LDREQH |
LDRGEH |
LDRGTH |
LDRH |
LDRHIH |
LDRHSH |
LDRLEH |
LDRLOH |
LDRLSH |
LDRLTH |
LDRMIH |
LDRNEH |
LDRPLH |
LDRVCH |
LDRVSH |
Modifier and Type | Method and Description |
---|---|
static InstructionSetThumb.LDRH |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSetThumb.LDRH[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSetThumb.LDRH LDRH
public static final InstructionSetThumb.LDRH LDREQH
public static final InstructionSetThumb.LDRH LDRNEH
public static final InstructionSetThumb.LDRH LDRHSH
public static final InstructionSetThumb.LDRH LDRLOH
public static final InstructionSetThumb.LDRH LDRMIH
public static final InstructionSetThumb.LDRH LDRPLH
public static final InstructionSetThumb.LDRH LDRVSH
public static final InstructionSetThumb.LDRH LDRVCH
public static final InstructionSetThumb.LDRH LDRHIH
public static final InstructionSetThumb.LDRH LDRLSH
public static final InstructionSetThumb.LDRH LDRGEH
public static final InstructionSetThumb.LDRH LDRLTH
public static final InstructionSetThumb.LDRH LDRGTH
public static final InstructionSetThumb.LDRH LDRLEH
public static final InstructionSetThumb.LDRH LDRALH
public static InstructionSetThumb.LDRH[] values()
for (InstructionSetThumb.LDRH c : InstructionSetThumb.LDRH.values()) System.out.println(c);
public static InstructionSetThumb.LDRH 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