public class AArch64Compare extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AArch64Compare.ASIMDCompareOp |
static class |
AArch64Compare.ASIMDCompareZeroOp |
static class |
AArch64Compare.ASIMDFloatCompareZeroOp |
static class |
AArch64Compare.CompareOp |
static class |
AArch64Compare.FloatCompareOp |
| Constructor and Description |
|---|
AArch64Compare() |
| Modifier and Type | Method and Description |
|---|---|
static AArch64LIRInstruction |
generateASIMDFloatCompare(LIRGenerator gen,
Condition condition,
AllocatableValue result,
AllocatableValue x,
AllocatableValue y,
boolean unorderedIsTrue) |
public static AArch64LIRInstruction generateASIMDFloatCompare(LIRGenerator gen, Condition condition, AllocatableValue result, AllocatableValue x, AllocatableValue y, boolean unorderedIsTrue)