Home | History | Annotate | Download | only in X86

Lines Matching refs:Sae

20584       // (1) With suppress-all-exceptions (sae) or rounding mode- 6 operands
20585 // (2) With rounding mode and sae - 7 operands.
20604 SDValue Sae = Op.getOperand(6);
20605 if (!isRoundModeCurDirection(Sae))
20608 RoundingMode, Sae),
20621 // (1) With suppress-all-exceptions (sae) or rounding mode- 6 operands
20622 // (2) With rounding mode and sae - 7 operands.
20624 SDValue Sae = Op.getOperand(5);
20626 Sae),
20631 SDValue Sae = Op.getOperand(6);
20633 RoundingMode, Sae),
20925 case COMI_RM: { // Comparison intrinsics with Sae
20929 SDValue Sae = Op.getOperand(4);
20932 if (isRoundModeCurDirection(Sae))
20937 DAG.getConstant(CondVal, dl, MVT::i8), Sae);