public enum SPARCCompare extends Enum<SPARCCompare>
Modifier and Type | Class and Description |
---|---|
static class |
SPARCCompare.CompareOp |
Modifier and Type | Method and Description |
---|---|
static void |
emit(CompilationResultBuilder crb,
SPARCMacroAssembler masm,
SPARCCompare opcode,
Value x,
Value y) |
static SPARCCompare |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPARCCompare[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SPARCCompare ICMP
public static final SPARCCompare LCMP
public static final SPARCCompare ACMP
public static final SPARCCompare FCMP
public static final SPARCCompare DCMP
public static SPARCCompare[] values()
for (SPARCCompare c : SPARCCompare.values()) System.out.println(c);
public static SPARCCompare 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 static void emit(CompilationResultBuilder crb, SPARCMacroAssembler masm, SPARCCompare opcode, Value x, Value y)