Home
last modified time | relevance | path

Searched defs:savefpu (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/arch/amd64/include/
H A Dfpu.h39 struct savefpu { struct
40 struct fxsave64 fp_fxsave; /* see above */
41 struct xstate_hdr fp_xstate;
42 u_int64_t fp_ymm[16][2];
43 u_int8_t fp_components[1856]; /* enough for AVX-512 */
/openbsd-src/sys/arch/i386/include/
H A Dnpx.h124 union savefpu { union