Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/sys/
H A Dfp.h190 uint16_t fpr_16[5]; /* 80-bits of x87 state */ member
218 uint16_t fpr_16[5]; /* 80-bits of x87 state */ member
H A Dmcontext.h106 uint16_t fpr_16[5]; member
/titanic_50/usr/src/uts/intel/ia32/os/
H A Darchdep.c92 bcopy(&fn->f_st[i].fpr_16[0], &fx->fx_st[i].fpr_16[0], in fnsave_to_fxsave()
93 sizeof (fn->f_st[0].fpr_16)); /* 80-bit x87-style floats */ in fnsave_to_fxsave()
137 bcopy(&fx->fx_st[i].fpr_16[0], &fn->f_st[i].fpr_16[0], in fxsave_to_fnsave()
138 sizeof (fn->f_st[0].fpr_16)); /* 80-bit x87-style floats */ in fxsave_to_fnsave()
157 fpp = &fx->fx_st[(i - top + 8) & 7].fpr_16[0]; in fxsave_to_fnsave()