Searched refs:fpr_16 (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/intel/sys/ | ||
H A D | fp.h | 190 uint16_t fpr_16[5]; /* 80-bits of x87 state */ member in union:fnsave_state::__anon502 218 uint16_t fpr_16[5]; /* 80-bits of x87 state */ member in union:fxsave_state::__anon503 |
H A D | mcontext.h | 106 uint16_t fpr_16[5]; member in union:_fpu::__anon505::_fpchip_state::__anon506 |
/illumos-gate/usr/src/uts/intel/ia32/os/ | ||
H A D | archdep.c | 92 bcopy(&fn->f_st[i].fpr_16[0], &fx->fx_st[i].fpr_16[0], 93 sizeof (fn->f_st[0].fpr_16)); /* 80-bit x87-style floats */ 137 bcopy(&fx->fx_st[i].fpr_16[0], &fn->f_st[i].fpr_16[0], 138 sizeof (fn->f_st[0].fpr_16)); /* 80-bit x87-style floats */ 157 fpp = &fx->fx_st[(i - top + 8) & 7].fpr_16[0]; |
Completed in 48 milliseconds