Searched defs:ind1 (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/amd64/
H A Dregs.c36 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, argument
41 (void) strcpy(str1, print_address_ps(ph, prst->pr_lwp.pr_reg[ind1],
48 EC_WORD(prst->pr_lwp.pr_reg[ind1]), str1, r2,
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/i386/
H A Dregs.c35 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, argument
40 (void) strcpy(str1, print_address_ps(ph, prst->pr_lwp.pr_reg[ind1],
46 prst->pr_lwp.pr_reg[ind1], str1, r2, prst->pr_lwp.pr_reg[ind2],
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/sparc/
H A Dregs.c34 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, argument
39 (void) strcpy(str1, print_address_ps(ph, prst->pr_lwp.pr_reg[ind1],
46 prst->pr_lwp.pr_reg[ind1], str1, r2, prst->pr_lwp.pr_reg[ind2],
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/sparcv9/
H A Dregs.c34 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, argument
39 (void) strcpy(str1, print_address_ps(ph, prst->pr_lwp.pr_reg[ind1],
54 prst->pr_lwp.pr_reg[ind1], str1);
59 prst->pr_lwp.pr_reg[ind1], str1, r2,
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlogf.S104 #define ind1 %i1 define
128 ! i1 ind1
369 sra ival1,14,ind1 ! (Y1_0) i = ival >> 14;
376 and ind1,-8,ind1 ! (Y1_0) ind = i & (-8)
384 ldd [LOGFTBL_P8+ind1],%f16 ! (Y1_0) ldtmp1 = *(double*)((char*)CONST_TBL+ind+8)
480 ldd [LOGFTBL+ind1],%f58 ! (Y1_0) ldtmp0 = *(double*)((char*)CONST_TBL+ind)
506 sra ival1,14,ind1 ! (Y1_1) i = ival >> 14;
516 and ind1,-8,ind1 ! (Y1_
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vpowf.c579 int ind1, i1, exp1; local
605 ind1 = i1 >> 15;
611 y1 = (double) i1 * __TBL_log2f[ind1 + 1];
614 yy1 = __TBL_log2f[ind1] + (double) (exp1 << 8);
641 ind1 = (int) yy1;
644 y1 = yy1 - (double)ind1;
650 di1 = (__TBL_expfb + 150)[ind1 >> 8];
653 di1 *= __TBL_exp2f[ind1 & 255];
762 int ind0, ind1, ind2; local
786 ind1
[all...]
H A D__vrsqrt.c293 int ind1, sqrt_exp1; local
327 ind1 = (((hx1 >> 10) & 0x7f8) + 8) & -16;
344 dexp_hi1 = ((double*)((char*)__vlibm_TBL_rsqrt + ind1))[0];
347 dexp_lo1 = ((double*)((char*)__vlibm_TBL_rsqrt + ind1))[1];
H A D__vpow.c690 int eflag1, gflag1, ind1, i1; local
883 ind1 = (int) (s1 + yd1);
895 i1 = (ind1 & 0xff) << 4;
896 u1 = (double)ind1;
897 ind1 >>= 8;
916 eflag1 = (ind1 + 1021) >> 31;
917 gflag1 = (1022 - ind1) >> 31;
923 ind1 = (yisint1 << 11) + ind1 + (54 & eflag1) - (52 & gflag1);
924 ind1 <<
1140 int eflag1, gflag1, ind1, i1; local
[all...]

Completed in 150 milliseconds