Searched refs:xmm (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dmcontext.h109 upad128_t xmm[16]; member in struct:_fpu::__anon505::_fpchip_state
135 upad128_t xmm[8]; /* %xmm0-%xmm7 */ member in struct:_fpu::__anon507::_fpchip_state
159 uint32_t xmm[8][4]; /* %xmm0-%xmm7 */ member in struct:fpu32::__anon508::fpchip32_state
/illumos-gate/usr/src/head/
H A Dieeefp.h251 unsigned int xmm[8][4]; member in struct:_fpstate
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c272 (void) memcpy(dst64->xmm, src32->xmm, sizeof (src32->xmm));
273 (void) memset((caddr_t)dst64->xmm + sizeof (src32->xmm), 0,
274 sizeof (dst64->xmm) - sizeof (src32->xmm));
604 (void) memcpy(dst32->xmm, src64->xmm, sizeof (dst32->xmm));
[all...]
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c525 mdb_printf("%%xmm%d 0x%08x%08x%08x%08x\n", i,
526 fps.xmm[i][3], fps.xmm[i][2],
527 fps.xmm[i][1], fps.xmm[i][0]);
H A Dproc_amd64dep.c568 mdb_printf("%%xmm%d 0x%08x%08x%08x%08x\n", i,
569 fps.xmm[i]._l[3], fps.xmm[i]._l[2],
570 fps.xmm[i]._l[1], fps.xmm[i]._l[0]);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c200 bcopy(&fc->xmm[0], &fx->fx_xmm[0], sizeof (fc->xmm));
221 bcopy(&fx->fx_xmm[0], &fc->xmm[0], sizeof (fc->xmm));
236 bcopy(&fc->xmm[0], &fx->fx_xmm[0], sizeof (fc->xmm));
246 bcopy(&fx->fx_xmm[0], &fc->xmm[0], sizeof (fc->xmm));
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemcpy.s85 * use pairs of xmm registers with SSE2 or SSSE3
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
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sse.c215 /* op1 is a xmm register */
218 fp_reg_set.fpchip_state.xmm[r];
239 /* op2 is a xmm register */
242 fp_reg_set.fpchip_state.xmm[r];

Completed in 76 milliseconds