Home | History | Annotate | Download | only in R600

Lines Matching refs:UINT_TO_FP

48   setOperationAction(ISD::UINT_TO_FP, MVT::v4i32, Expand);
983 // (f32 fp_round (f64 uint_to_fp a)) -> (f32 uint_to_fp a)
986 if (Arg.getOpcode() == ISD::UINT_TO_FP && Arg.getValueType() == MVT::f64) {
987 return DAG.getNode(ISD::UINT_TO_FP, N->getDebugLoc(), N->getValueType(0),