Searched refs:VSX_RSQRTE (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 1879 #define VSX_RSQRTE(op, nels, tp, fld, sfifprf, r2sp) \ macro 1910 VSX_RSQRTE(xsrsqrtedp, 1, float64, VsrD(0), 1, 0) 1911 VSX_RSQRTE(xsrsqrtesp, 1, float64, VsrD(0), 1, 1) 1912 VSX_RSQRTE(xvrsqrtedp, 2, float64, VsrD(i), 0, 0) 1913 VSX_RSQRTE(xvrsqrtesp, 4, float32, VsrW(i), 0, 0)
|