Searched refs:en_tw (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dnpx.h49 long en_tw; /* tag word (16bits) */ member in struct:env87
84 uint8_t en_tw; /* FPU Tag Word (abridged) */ member in struct:envxmm
H A Dfreebsd_machdep.h149 long en_tw; /* tag word (16bits) */ member in struct:freebsd_env87
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dprocess_machdep.c145 s87->sv_env.en_tw = 0;
148 s87->sv_env.en_tw |=
150 sxmm->sv_env.en_tw) << (i * 2));
180 if (((s87->sv_env.en_tw >> (i * 2)) & 3) == 3)
181 sxmm->sv_env.en_tw &= ~(1U << i);
183 sxmm->sv_env.en_tw |= (1U << i);
268 frame->sv_xmm.sv_env.en_tw = 0x00;
275 frame->sv_87.sv_env.en_tw = 0xffff;
425 frame->sv_xmm.sv_env.en_tw = 0x00;
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dnetbsd32_machdep.h148 int32_t en_tw; member in struct:env87
/netbsd-6-1-5-RELEASE/sys/arch/i386/isa/
H A Dnpx.c457 addr->sv_xmm.sv_ex_tw = addr->sv_xmm.sv_env.en_tw;
460 addr->sv_87.sv_ex_tw = addr->sv_87.sv_env.en_tw;
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep.c602 s87->sv_env.en_tw = 0;
605 s87->sv_env.en_tw |=

Completed in 170 milliseconds