Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:FP_ROUND

469     /// X = FP_ROUND(Y, TRUNC) - Rounding 'Y' from a larger floating point type
472 /// normal rounding, if it is 1, this FP_ROUND is known to not change the
478 /// FP_EXTEND(FP_ROUND(X,1)) -> X which are not safe for
479 /// FP_EXTEND(FP_ROUND(X,0)) because the extra bits aren't removed.
480 FP_ROUND,