public static final class AMD64ControlFlow.FloatBranchOp extends AMD64ControlFlow.BranchOp
LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isSelfEqualsCheck |
static LIRInstructionClass<AMD64ControlFlow.FloatBranchOp> |
TYPE |
protected boolean |
unorderedIsTrue |
condition, falseDestination, trueDestination, trueDestinationProbabilityADDRESS_FLAGS, ALLOWED_FLAGS| Constructor and Description |
|---|
FloatBranchOp(Condition condition,
boolean unorderedIsTrue,
LabelRef trueDestination,
LabelRef falseDestination,
double trueDestinationProbability) |
FloatBranchOp(Condition condition,
boolean unorderedIsTrue,
LabelRef trueDestination,
LabelRef falseDestination,
double trueDestinationProbability,
boolean isSelfEqualsCheck) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
jcc(AMD64MacroAssembler masm,
boolean negate,
LabelRef target) |
emitCodeemitCodeaddStackSlotsToTemporaries, destroysCallerSavedRegisters, forEachAlive, forEachAlive, forEachInput, forEachInput, forEachOutput, forEachOutput, forEachRegisterHint, forEachRegisterHint, forEachState, forEachState, forEachState, forEachState, forEachTemp, forEachTemp, getComment, getLIRInstructionClass, getPosition, hashCode, hasOperands, hasState, id, isLoadConstantOp, isMoveOp, isValueMoveOp, name, needsClearUpperVectorRegisters, setComment, setId, setPosition, toString, toString, toStringWithIdPrefix, verify, visitEachAlive, visitEachAlive, visitEachInput, visitEachInput, visitEachOutput, visitEachOutput, visitEachState, visitEachState, visitEachTemp, visitEachTemppublic static final LIRInstructionClass<AMD64ControlFlow.FloatBranchOp> TYPE
protected boolean unorderedIsTrue
protected boolean isSelfEqualsCheck
public FloatBranchOp(Condition condition, boolean unorderedIsTrue, LabelRef trueDestination, LabelRef falseDestination, double trueDestinationProbability)
protected void jcc(AMD64MacroAssembler masm, boolean negate, LabelRef target)
jcc in class AMD64ControlFlow.BranchOp