Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/mach/i386/
H A Dfp_reg.h67 struct x86_fx_thread_state { struct
68 unsigned short fx_control; /* control */
69 unsigned short fx_status; /* status */
70 unsigned char fx_tag; /* register tags */
71 unsigned char fx_bbz1; /* better be zero when calling fxrtstor */
72 unsigned short fx_opcode;
73 union {
87 unsigned int fx_MXCSR;
111 struct x86_fx_thread_state fp; argument