Home
last modified time | relevance | path

Searched refs:fpr_16 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c90 bcopy(&fn->f_st[i].fpr_16[0], &fx->fx_st[i].fpr_16[0], in fnsave_to_fxsave()
91 sizeof (fn->f_st[0].fpr_16)); /* 80-bit x87-style floats */ in fnsave_to_fxsave()
126 bcopy(&fx->fx_st[i].fpr_16[0], &fn->f_st[i].fpr_16[0], in fxsave_to_fnsave()
127 sizeof (fn->f_st[0].fpr_16)); /* 80-bit x87-style floats */ in fxsave_to_fnsave()
146 fpp = &fx->fx_st[(i - top + 8) & 7].fpr_16[0]; in fxsave_to_fnsave()
/illumos-gate/usr/src/uts/intel/sys/
H A Dfp.h203 uint16_t fpr_16[5]; /* 80-bits of x87 state */ member
231 uint16_t fpr_16[5]; /* 80-bits of x87 state */ member
H A Dmcontext.h106 uint16_t fpr_16[5]; member