Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/sys/
H A Dregset.h203 uint16_t fpr_16[5]; /* 80-bits of x87 state */ member
231 uint16_t fpr_16[5]; /* 80-bits of x87 state */ member
271 uint16_t fpr_16[5]; member
/titanic_41/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()