Home | History | Annotate | Download | only in X86

Lines Matching refs:Sae

17428       // (1) With suppress-all-exceptions (sae) or rounding mode- 6 operands
17429 // (2) With rounding mode and sae - 7 operands.
17431 SDValue Sae = Op.getOperand(5);
17434 Sae),
17439 SDValue Sae = Op.getOperand(6);
17441 RoundingMode, Sae),
17496 SDValue Sae = Op.getOperand(6);
17499 Src2, Src3, Sae),
17815 case COMI_RM: { // Comparison intrinsics with Sae
17819 SDValue Sae = Op.getOperand(4);
17822 if (cast<ConstantSDNode>(Sae)->getZExtValue() ==
17828 DAG.getConstant(CondVal, dl, MVT::i8), Sae);