Home
last modified time | relevance | path

Searched refs:fctw (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/intel/sys/
H A Dregset.h263 uint8_t fctw; member
/titanic_41/usr/src/lib/libproc/common/
H A DP32ton.c293 dst64->fctw = 0; in prfpregset_32_to_n()
296 dst64->fctw |= 1 << i; in prfpregset_32_to_n()
635 uint_t tag_fctw = (src64->fctw >> tag_index) & 1; in prfpregset_n_to_32()
/titanic_41/usr/src/lib/libm/common/m9x/
H A D__fex_i386.c1177 uap->uc_mcontext.fpregs.fp_reg_set.fpchip_state.fctw |= (3 << top); in pop()
1210 uap->uc_mcontext.fpregs.fp_reg_set.fpchip_state.fctw &= ~(3 << top); in push()
H A D__fex_hdlr.c517 fpchip_state.fctw = 0; in __fex_hdlr()
/titanic_41/usr/src/cmd/mdb/intel/mdb/
H A Dproc_amd64dep.c523 uint_t tag_fctw = (fps.fctw >> tag_index) & 1; in pt_fpregs()