Searched refs:si0 (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vrsqrtf.c | 283 int iax0, si0, iexp0; local 292 si0 = (ax0 >> 13) & 0x7f0; 294 tbl_div0 = ((double*)((char*)__TBL_rsqrtf + si0))[0]; 295 tbl_sqrt0 = ((double*)((char*)__TBL_rsqrtf + si0))[1]; 342 int iax0, si0, iexp0; local 351 si0 = (ax0 >> 13) & 0x7f0; 353 tbl_div0 = ((double*)((char*)__TBL_rsqrtf + si0))[0]; 354 tbl_sqrt0 = ((double*)((char*)__TBL_rsqrtf + si0))[1]; 378 int iax0, si0, iexp0; local 384 si0 410 int iax0, ax0, si0, iexp0; local [all...] |
H A D | __vrhypotf.c | 325 int ibase0, si0, hyp0h; local 338 si0 = ibase0 & 0x7f0; 339 xx0 = ((double*)((char*)__vlibm_TBL_rhypotf + si0))[0]; 342 res0 = ((double*)((char*)__vlibm_TBL_rhypotf + si0))[1]; 360 int ibase0, si0, hyp0h; local 405 si0 = ibase0 & 0x7f0; 408 xx0 = ((double*)((char*)__vlibm_TBL_rhypotf + si0))[0]; 415 res0 = ((double*)((char*)__vlibm_TBL_rhypotf + si0))[1]; 451 si0 = ibase0 & 0x7f0; 452 xx0 = ((double*)((char*)__vlibm_TBL_rhypotf + si0))[ [all...] |
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vsqrtf_ultra3.S | 100 ! si0 = ax & 0x1ff0; 101 ! dtmp0 = ((double*)((char*)TBL + si0))[0]; 104 ! dtmp0 = ((double*)((char*)TBL + si0))[1] 192 and %i2,_0x1ff0,%o3 ! (2_0) si0 = ax & 0x1ff0; 196 add %o3,TBL,%i2 ! (2_0) (char*)TBL + si0 212 ldd [%i2],%f40 ! (2_1) dtmp0 = ((double*)((char*)TBL + si0))[0]; 225 and %l0,_0x1ff0,%i0 ! (3_1) si0 = ax & 0x1ff0; 228 add %i0,TBL,%l0 ! (3_1) (char*)TBL + si0 244 ldd [%i0+TBL],%f40 ! (3_1) dtmp0 = ((double*)((char*)TBL + si0))[0]; 261 and %i5,_0x1ff0,%i5 ! (4_1) si0 [all...] |
H A D | __vrsqrtf.S | 234 ! int iax0, si0, iexp0; 243 ! si0 = (ax0 >> 13) & 0x7f0; 245 ! tbl_div0 = ((double*)((char*)__TBL_rsqrtf + si0))[0]; 246 ! tbl_sqrt0 = ((double*)((char*)__TBL_rsqrtf + si0))[1]; 276 ! int iax1, si0, iexp0; 285 ! si0 = (ax1 >> 13) & 0x7f0; 287 ! tbl_div0 = ((double*)((char*)__TBL_rsqrtf + si0))[0]; 288 ! tbl_sqrt0 = ((double*)((char*)__TBL_rsqrtf + si0))[1]; 316 ! si0 = ax0 >> 13; 318 ! si0 [all...] |
H A D | __vrhypotf.S | 268 ! si0 = ibase0 & 0x7f0; 269 ! xx0 = ((double*)((char*)TBL + si0))[0]; 273 ! res0 = ((double*)((char*)arr + si0))[1]; 444 and %o5,2032,%o4 ! (3_1) si0 = ibase0 & 0x7f0; 448 add %o4,TBL,%l7 ! (3_1) (char*)TBL + si0 453 ldd [TBL+%o4],%f42 ! (3_1) xx0 = ((double*)((char*)TBL + si0))[0]; 484 and %i3,2032,%i3 ! (4_1) si0 = ibase0 & 0x7f0; 488 add %i3,TBL,%i3 ! (4_1) (char*)TBL + si0 493 ldd [%i3],%f42 ! (4_1) xx0 = ((double*)((char*)TBL + si0))[0]; 527 and %l1,2032,%o5 ! (0_0) si0 [all...] |
H A D | __vhypotf.S | 133 ! 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]; 520 add %o5,TBL,%o0 ! (0_1) si0 = (char*)sqrt_arr + di0; 531 ldd [%o0+8],%f56 ! (0_1) dtmp0 = ((double*)si0)[1]; 574 add %g5,TBL,%o3 ! (1_1) si0 = (char*)sqrt_arr + di0; 585 ldd [%o3+8],%f56 ! (1_1) dtmp0 = ((double*)si0)[ [all...] |
Completed in 63 milliseconds