public static enum InstructionSet.ImmediateSpec extends java.lang.Enum<InstructionSet.ImmediateSpec>
Enum Constant and Description |
---|
Bconst |
Bcpci |
Blvti |
BlvtiBconst |
Icpci |
Ipc |
NONE |
Sconst |
Scpci |
ScpciBdim |
Scpfi |
Scpmi |
ScpmiBB |
Spc |
UNKNOWN |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
private InstructionSet.TypeSpec[] |
types |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
InstructionSet.TypeSpec[] |
getTypes() |
static InstructionSet.ImmediateSpec |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.ImmediateSpec[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.ImmediateSpec NONE
public static final InstructionSet.ImmediateSpec UNKNOWN
public static final InstructionSet.ImmediateSpec Bconst
public static final InstructionSet.ImmediateSpec Sconst
public static final InstructionSet.ImmediateSpec Bcpci
public static final InstructionSet.ImmediateSpec Scpci
public static final InstructionSet.ImmediateSpec Icpci
public static final InstructionSet.ImmediateSpec Blvti
public static final InstructionSet.ImmediateSpec Spc
public static final InstructionSet.ImmediateSpec Ipc
public static final InstructionSet.ImmediateSpec Scpfi
public static final InstructionSet.ImmediateSpec Scpmi
public static final InstructionSet.ImmediateSpec ScpmiBB
public static final InstructionSet.ImmediateSpec ScpciBdim
public static final InstructionSet.ImmediateSpec BlvtiBconst
private final java.lang.String name
private final InstructionSet.TypeSpec[] types
public static InstructionSet.ImmediateSpec[] values()
for (InstructionSet.ImmediateSpec c : InstructionSet.ImmediateSpec.values()) System.out.println(c);
public static InstructionSet.ImmediateSpec 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 nullpublic java.lang.String getName()
public InstructionSet.TypeSpec[] getTypes()