public static enum InstructionSetThumb.LDRSH extends java.lang.Enum<InstructionSetThumb.LDRSH>
Enum Constant and Description |
---|
LDRALSH |
LDREQSH |
LDRGESH |
LDRGTSH |
LDRHISH |
LDRHSSH |
LDRLESH |
LDRLOSH |
LDRLSSH |
LDRLTSH |
LDRMISH |
LDRNESH |
LDRPLSH |
LDRSH |
LDRVCSH |
LDRVSSH |
Modifier and Type | Method and Description |
---|---|
static InstructionSetThumb.LDRSH |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSetThumb.LDRSH[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSetThumb.LDRSH LDRSH
public static final InstructionSetThumb.LDRSH LDREQSH
public static final InstructionSetThumb.LDRSH LDRNESH
public static final InstructionSetThumb.LDRSH LDRHSSH
public static final InstructionSetThumb.LDRSH LDRLOSH
public static final InstructionSetThumb.LDRSH LDRMISH
public static final InstructionSetThumb.LDRSH LDRPLSH
public static final InstructionSetThumb.LDRSH LDRVSSH
public static final InstructionSetThumb.LDRSH LDRVCSH
public static final InstructionSetThumb.LDRSH LDRHISH
public static final InstructionSetThumb.LDRSH LDRLSSH
public static final InstructionSetThumb.LDRSH LDRGESH
public static final InstructionSetThumb.LDRSH LDRLTSH
public static final InstructionSetThumb.LDRSH LDRGTSH
public static final InstructionSetThumb.LDRSH LDRLESH
public static final InstructionSetThumb.LDRSH LDRALSH
public static InstructionSetThumb.LDRSH[] values()
for (InstructionSetThumb.LDRSH c : InstructionSetThumb.LDRSH.values()) System.out.println(c);
public static InstructionSetThumb.LDRSH 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