Searched refs:rJ (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/sysdeps/ia64/fpu/ |
D | s_expm1f.S | 148 rJ = r26 define 435 extr.u rJ = rNJ , 0 , 6 // bits of j 440 shladd rJ = rJ, 3, rTblAddr // address in the 2^(j/64) table 453 ld8 rJ = [rJ] 460 or rN = rN, rJ // bits of 2^n * 2^(j/64) in DP format
|
D | e_expf.S | 133 rJ = r23 define 389 extr.u rJ = rNJ, 0, 6 // bits of j 399 shladd rJ = rJ, 3, rTblAddr // address in the 2^(j/64) table 406 ld8 rJ = [rJ] 413 or rN = rN, rJ // bits of 2^n * 2^(j/64) in DP format
|
D | e_coshf.S | 143 rJ = r23 define 408 and rJ = rJ_mask, rNJ // bits of j 418 shladd rJ = rJ, 3, rTblAddr // address in the 2^(j/64) table 430 ld8 rJ = [rJ] // Table value 449 or rN = rN, rJ // bits of 2^n * 2^(j/64) in DP format
|
D | e_sinhf.S | 147 rJ = r23 define 413 and rJ = rJ_mask, rNJ // bits of j 423 shladd rJ = rJ, 3, rTblAddr // address in the 2^(j/64) table 435 ld8 rJ = [rJ] // Table value 454 or rN = rN, rJ // bits of 2^n * 2^(j/64) in DP format
|