Searched refs:xmm (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/intel/sys/ |
H A D | mcontext.h | 109 upad128_t xmm[16]; member 135 upad128_t xmm[8]; /* %xmm0-%xmm7 */ member 159 uint32_t xmm[8][4]; /* %xmm0-%xmm7 */ member
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 272 (void) memcpy(dst64->xmm, src32->xmm, sizeof (src32->xmm)); in prfpregset_32_to_n() 273 (void) memset((caddr_t)dst64->xmm + sizeof (src32->xmm), 0, in prfpregset_32_to_n() 274 sizeof (dst64->xmm) - sizeof (src32->xmm)); in prfpregset_32_to_n() 604 (void) memcpy(dst32->xmm, src64->xmm, sizeof (dst32->xmm)); in prfpregset_n_to_32()
|
/titanic_50/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_ia32dep.c | 526 fps.xmm[i][3], fps.xmm[i][2], in pt_fpregs() 527 fps.xmm[i][1], fps.xmm[i][0]); in pt_fpregs()
|
H A D | proc_amd64dep.c | 569 fps.xmm[i]._l[3], fps.xmm[i]._l[2], in pt_fpregs() 570 fps.xmm[i]._l[1], fps.xmm[i]._l[0]); in pt_fpregs()
|
/titanic_50/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 200 bcopy(&fc->xmm[0], &fx->fx_xmm[0], sizeof (fc->xmm)); in fpregset_to_fxsave() 221 bcopy(&fx->fx_xmm[0], &fc->xmm[0], sizeof (fc->xmm)); in fxsave_to_fpregset() 236 bcopy(&fc->xmm[0], &fx->fx_xmm[0], sizeof (fc->xmm)); in fpregset32_to_fxsave() 246 bcopy(&fx->fx_xmm[0], &fc->xmm[0], sizeof (fc->xmm)); in fxsave_to_fpregset32()
|
/titanic_50/usr/src/head/ |
H A D | ieeefp.h | 251 unsigned int xmm[8][4]; member
|
/titanic_50/usr/src/lib/libc/amd64/gen/ |
H A D | memcpy.s | 1027 movdqa %xmm3,%xmm2 # store off xmm reg for use next iteration 1033 movdqa %xmm0,%xmm1 # store off xmm reg for use next iteration 1402 movdqa %xmm3,%xmm2 # store off xmm reg for use next iteration 1408 movdqa %xmm0,%xmm4 # store off xmm reg for use next iteration 1414 movdqa %xmm5,%xmm1 # store off xmm reg for use next iteration
|
/titanic_50/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sse.c | 218 fp_reg_set.fpchip_state.xmm[r]; in __fex_parse_sse() 242 fp_reg_set.fpchip_state.xmm[r]; in __fex_parse_sse()
|
/titanic_50/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 1220 6668050 First trip through PLT does not preserve args in xmm registers
|