Home
last modified time | relevance | path

Searched refs:si0 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrsqrtf.c283 int iax0, si0, iexp0; in __vrsqrtf() local
292 si0 = (ax0 >> 13) & 0x7f0; in __vrsqrtf()
342 int iax0, si0, iexp0; in __vrsqrtf() local
351 si0 = (ax0 >> 13) & 0x7f0; in __vrsqrtf()
378 int iax0, si0, iexp0; in __vrsqrtf() local
384 si0 = (ax0 >> 13) & 0x7f0; in __vrsqrtf()
410 int iax0, ax0, si0, iexp0; in __vrsqrtf_n() local
441 si0 = (ax0 >> 13) & 0x7f0; in __vrsqrtf_n()
445 tbl_div0 = ((double*)((char*)__TBL_rsqrtf + si0))[0]; in __vrsqrtf_n()
488 si0 = (ax0 >> 13) & 0x7f0; in __vrsqrtf_n()
[all …]
H A D__vrhypotf.c325 int ibase0, si0, hyp0h; in __vrhypotf() local
338 si0 = ibase0 & 0x7f0; in __vrhypotf()
339 xx0 = ((double*)((char*)__vlibm_TBL_rhypotf + si0))[0]; in __vrhypotf()
342 res0 = ((double*)((char*)__vlibm_TBL_rhypotf + si0))[1]; in __vrhypotf()
360 int ibase0, si0, hyp0h; in __vrhypotf_n() local
405 si0 = ibase0 & 0x7f0; in __vrhypotf_n()
408 xx0 = ((double*)((char*)__vlibm_TBL_rhypotf + si0))[0]; in __vrhypotf_n()
415 res0 = ((double*)((char*)__vlibm_TBL_rhypotf + si0))[1]; in __vrhypotf_n()
451 si0 = ibase0 & 0x7f0; in __vrhypotf_n()
452 xx0 = ((double*)((char*)__vlibm_TBL_rhypotf + si0))[0]; in __vrhypotf_n()
[all …]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsqrtf_ultra3.S100 ! si0 = ax & 0x1ff0;
101 ! dtmp0 = ((double*)((char*)TBL + si0))[0];
104 ! dtmp0 = ((double*)((char*)TBL + si0))[1]
196 add %o3,TBL,%i2 ! (2_0) (char*)TBL + si0
228 add %i0,TBL,%l0 ! (3_1) (char*)TBL + si0
267 add %i5,TBL,%i3 ! (4_1) (char*)TBL + si0
331 add %o5,TBL,%i4 ! (1_0) (char*)TBL + si0
369 add %o3,TBL,%i2 ! (2_0) (char*)TBL + si0
415 add %i0,TBL,%l0 ! (3_1) (char*)TBL + si0
466 add %i5,TBL,%i3 ! (4_1) (char*)TBL + si0
[all …]
H A D__vrsqrtf.S234 ! int iax0, si0, iexp0;
243 ! si0 = (ax0 >> 13) & 0x7f0;
276 ! int iax1, si0, iexp0;
285 ! si0 = (ax1 >> 13) & 0x7f0;
316 ! si0 = ax0 >> 13;
318 ! si0 &= 0x7f0;
321 ! addr0 = (char*)TBL + si0;
414 and %l5,2032,%l5 ! (4_0) si0 &= 0x7f0;
462 and %o0,2032,%o0 ! (0_0) si0 &= 0x7f0;
524 and %i0,2032,%i0 ! (2_0) si0 &= 0x7f0;
[all …]
H A D__vrhypotf.S268 ! si0 = ibase0 & 0x7f0;
269 ! xx0 = ((double*)((char*)TBL + si0))[0];
273 ! res0 = ((double*)((char*)arr + si0))[1];
448 add %o4,TBL,%l7 ! (3_1) (char*)TBL + si0
488 add %i3,TBL,%i3 ! (4_1) (char*)TBL + si0
531 add %o5,TBL,%l1 ! (0_0) (char*)TBL + si0
590 add %o2,TBL,%o2 ! (1_1) (char*)TBL + si0
645 add %g1,TBL,%l0 ! (2_1) (char*)TBL + si0
700 add %o4,TBL,%l7 ! (3_1) (char*)TBL + si0
755 add %i3,TBL,%i3 ! (4_1) (char*)TBL + si0
[all …]
H A D__vhypotf.S133 ! si0 = (char*)sqrt_arr + di0;
139 ! dtmp0 = ((double*)si0)[1];
407 add %o0,TBL,%g1 ! (3_1) si0 = (char*)sqrt_arr + di0;
418 ldd [%g1+8],%f56 ! (3_1) dtmp0 = ((double*)si0)[1];
465 add %o3,TBL,%g1 ! (4_2) si0 = (char*)sqrt_arr + di0;
476 ldd [%g1+8],%f56 ! (4_2) dtmp0 = ((double*)si0)[1];
531 ldd [%o0+8],%f56 ! (0_1) dtmp0 = ((double*)si0)[1];
585 ldd [%o3+8],%f56 ! (1_1) dtmp0 = ((double*)si0)[1];
640 ldd [%g1+8],%f56 ! (2_1) dtmp0 = ((double*)si0)[1];
691 ldd [%g1+8],%f56 ! (3_1) dtmp0 = ((double*)si0)[1];
[all …]