Searched defs:savefpu (Results 1 – 2 of 2) sorted by relevance
39 struct savefpu { struct40 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 */
124 union savefpu { union