Home | History | Annotate | Download | only in Mips

Lines Matching full:double

10 define double @A(double %c, double %d) nounwind readnone  {
12 tail call double @fabs( double %c ) nounwind readnone ; <double>:0 [#uses=1]
13 tail call double @fabs( double %d ) nounwind readnone ; <double>:0 [#uses=1]
14 fadd double %0, %1
15 ret double %2
18 declare double @fabs(double) nounwind readnone