Home
last modified time | relevance | path

Searched refs:tbl_div1 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vrsqrtf.S324 ! tbl_div1 = ((double*)((char*)TBL + si1))[0];
332 ! xx1 = dtmp1 * tbl_div1;
421 ldd [%l6+TBL],%f46 ! (5_0) tbl_div1 = ((double*)((char*)TBL + si1))[0];
442 fmuld %f44,%f46,%f46 ! (5_1) xx1 = dtmp1 * tbl_div1;
469 ldd [%o7+TBL],%f44 ! (1_0) tbl_div1 = ((double*)((char*)TBL + si1))[0];
531 ldd [%o1+TBL],%f46 ! (3_0) tbl_div1 = ((double*)((char*)TBL + si1))[0];
566 fmuld %f50,%f46,%f24 ! (3_0) xx1 = dtmp1 * tbl_div1;
603 ldd [%l6+TBL],%f46 ! (5_0) tbl_div1 = ((double*)((char*)TBL + si1))[0];
648 fmuld %f44,%f46,%f46 ! (5_1) xx1 = dtmp1 * tbl_div1;
685 ldd [%o7+TBL],%f44 ! (1_0) tbl_div1 = ((double*)((char*)TBL + si1))[0];
[all …]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrsqrtf.c413 double res1, xx1, tbl_div1, tbl_sqrt1; in __vrsqrtf_n() local
446 tbl_div1 = ((double*)((char*)__TBL_rsqrtf + si1))[0]; in __vrsqrtf_n()
458 xx1 = iax1 * tbl_div1; in __vrsqrtf_n()