Home | History | Annotate | Download | only in ARM

Lines Matching refs:UINT_TO_FP

106     setOperationAction(ISD::UINT_TO_FP, VT, Custom);
111 setOperationAction(ISD::UINT_TO_FP, VT, Expand);
523 // Neon does not have single instruction SINT_TO_FP and UINT_TO_FP with
528 setOperationAction(ISD::UINT_TO_FP, MVT::v4i16, Custom);
824 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Custom);
3771 case ISD::UINT_TO_FP:
3773 Opc = ISD::UINT_TO_FP;
3794 case ISD::UINT_TO_FP:
6212 case ISD::UINT_TO_FP: return LowerINT_TO_FP(Op, DAG);
9159 (OpOpcode != ISD::SINT_TO_FP && OpOpcode != ISD::UINT_TO_FP))