public static enum SPARCAssembler.CC extends Enum<SPARCAssembler.CC>
Enum Constant and Description |
---|
Fcc0 |
Fcc1 |
Fcc2 |
Fcc3 |
Icc
Condition is considered as 32bit operation condition.
|
Xcc
Condition is considered as 64bit operation condition.
|
Modifier and Type | Field and Description |
---|---|
private boolean |
isFloat |
private String |
operator |
private int |
value |
Modifier and Type | Method and Description |
---|---|
static SPARCAssembler.CC |
forKind(Kind kind) |
String |
getOperator() |
int |
getValue() |
static SPARCAssembler.CC |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPARCAssembler.CC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SPARCAssembler.CC Icc
public static final SPARCAssembler.CC Xcc
public static final SPARCAssembler.CC Fcc0
public static final SPARCAssembler.CC Fcc1
public static final SPARCAssembler.CC Fcc2
public static final SPARCAssembler.CC Fcc3
public static SPARCAssembler.CC[] values()
for (SPARCAssembler.CC c : SPARCAssembler.CC.values()) System.out.println(c);
public static SPARCAssembler.CC valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
public String getOperator()
public static SPARCAssembler.CC forKind(Kind kind)