public static enum AMD64Assembler.VexFloatCompareOp.Predicate extends Enum<AMD64Assembler.VexFloatCompareOp.Predicate>
Enum Constant and Description |
---|
EQ_OQ |
EQ_OS |
EQ_UQ |
EQ_US |
FALSE_OQ |
FALSE_OS |
GE_OQ |
GE_OS |
GT_OQ |
GT_OS |
LE_OQ |
LE_OS |
LT_OQ |
LT_OS |
NEQ_OQ |
NEQ_OS |
NEQ_UQ |
NEQ_US |
NGE_UQ |
NGE_US |
NGT_UQ |
NGT_US |
NLE_UQ |
NLE_US |
NLT_UQ |
NLT_US |
ORD_Q |
ORD_S |
TRUE_UQ |
TRUE_US |
UNORD_Q |
UNORD_S |
Modifier and Type | Method and Description |
---|---|
static AMD64Assembler.VexFloatCompareOp.Predicate |
getPredicate(Condition condition,
boolean unorderedIsTrue) |
static AMD64Assembler.VexFloatCompareOp.Predicate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMD64Assembler.VexFloatCompareOp.Predicate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AMD64Assembler.VexFloatCompareOp.Predicate EQ_OQ
public static final AMD64Assembler.VexFloatCompareOp.Predicate LT_OS
public static final AMD64Assembler.VexFloatCompareOp.Predicate LE_OS
public static final AMD64Assembler.VexFloatCompareOp.Predicate UNORD_Q
public static final AMD64Assembler.VexFloatCompareOp.Predicate NEQ_UQ
public static final AMD64Assembler.VexFloatCompareOp.Predicate NLT_US
public static final AMD64Assembler.VexFloatCompareOp.Predicate NLE_US
public static final AMD64Assembler.VexFloatCompareOp.Predicate ORD_Q
public static final AMD64Assembler.VexFloatCompareOp.Predicate EQ_UQ
public static final AMD64Assembler.VexFloatCompareOp.Predicate NGE_US
public static final AMD64Assembler.VexFloatCompareOp.Predicate NGT_US
public static final AMD64Assembler.VexFloatCompareOp.Predicate FALSE_OQ
public static final AMD64Assembler.VexFloatCompareOp.Predicate NEQ_OQ
public static final AMD64Assembler.VexFloatCompareOp.Predicate GE_OS
public static final AMD64Assembler.VexFloatCompareOp.Predicate GT_OS
public static final AMD64Assembler.VexFloatCompareOp.Predicate TRUE_UQ
public static final AMD64Assembler.VexFloatCompareOp.Predicate EQ_OS
public static final AMD64Assembler.VexFloatCompareOp.Predicate LT_OQ
public static final AMD64Assembler.VexFloatCompareOp.Predicate LE_OQ
public static final AMD64Assembler.VexFloatCompareOp.Predicate UNORD_S
public static final AMD64Assembler.VexFloatCompareOp.Predicate NEQ_US
public static final AMD64Assembler.VexFloatCompareOp.Predicate NLT_UQ
public static final AMD64Assembler.VexFloatCompareOp.Predicate NLE_UQ
public static final AMD64Assembler.VexFloatCompareOp.Predicate ORD_S
public static final AMD64Assembler.VexFloatCompareOp.Predicate EQ_US
public static final AMD64Assembler.VexFloatCompareOp.Predicate NGE_UQ
public static final AMD64Assembler.VexFloatCompareOp.Predicate NGT_UQ
public static final AMD64Assembler.VexFloatCompareOp.Predicate FALSE_OS
public static final AMD64Assembler.VexFloatCompareOp.Predicate NEQ_OS
public static final AMD64Assembler.VexFloatCompareOp.Predicate GE_OQ
public static final AMD64Assembler.VexFloatCompareOp.Predicate GT_OQ
public static final AMD64Assembler.VexFloatCompareOp.Predicate TRUE_US
public static AMD64Assembler.VexFloatCompareOp.Predicate[] values()
public static AMD64Assembler.VexFloatCompareOp.Predicate 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 AMD64Assembler.VexFloatCompareOp.Predicate getPredicate(Condition condition, boolean unorderedIsTrue)