Lines Matching defs:SIM_FUNC
7612 #define SIM_FUNC(A, B) \
7616 SIM_FUNC(FMAXNM, fmaxnm);
7617 SIM_FUNC(FADD, fadd);
7618 SIM_FUNC(FMULX, fmulx);
7619 SIM_FUNC(FMAX, fmax);
7620 SIM_FUNC(FRECPS, frecps);
7621 SIM_FUNC(FMINNM, fminnm);
7622 SIM_FUNC(FSUB, fsub);
7623 SIM_FUNC(FMIN, fmin);
7624 SIM_FUNC(FRSQRTS, frsqrts);
7625 SIM_FUNC(FMAXNMP, fmaxnmp);
7626 SIM_FUNC(FADDP, faddp);
7627 SIM_FUNC(FMUL, fmul);
7628 SIM_FUNC(FMAXP, fmaxp);
7629 SIM_FUNC(FDIV, fdiv);
7630 SIM_FUNC(FMINNMP, fminnmp);
7631 SIM_FUNC(FABD, fabd);
7632 SIM_FUNC(FMINP, fminp);
7633 #undef SIM_FUNC