Home | History | Annotate | Download | only in Sparc

Lines Matching refs:FABS

1321     setOperationAction(ISD::FABS, MVT::f64, Custom);
1767 assert(Op.getOpcode() == ISD::FNEG || Op.getOpcode() == ISD::FABS);
1769 // Lower fneg/fabs on f64 to fneg/fabs on f32.
1771 // fabs f64 => fabs f32:sub_even, fmov f32:sub_odd.
1796 case ISD::FABS: return LowerF64Op(Op, DAG);