Home | History | Annotate | Download | only in Mips

Lines Matching refs:FP_TO_SINT

258   setOperationAction(ISD::FP_TO_SINT,         MVT::i32,   Custom);
274 setOperationAction(ISD::FP_TO_SINT, MVT::i64, Custom);
752 case ISD::FP_TO_SINT: return lowerFP_TO_SINT(Op, DAG);
2079 // Lower (store (fp_to_sint $fp) $ptr) to (store (TruncIntFP $fp), $ptr).
2083 if (Val.getOpcode() != ISD::FP_TO_SINT)