Home | History | Annotate | Download | only in i387

Lines Matching full:floating

44 /* Environment information of floating point unit */
49 long en_fip; /* floating point instruction pointer */
50 u_short en_fcs; /* floating code segment selector */
52 long en_foo; /* floating operand offset */
53 long en_fos; /* floating operand segment selector */
56 /* Contents of each floating point accumulator */
68 /* Floating point context */
70 struct env87 sv_env; /* floating point control/status */
89 u_int32_t en_fip; /* floating point instruction pointer */
90 u_int16_t en_fcs; /* floating code segment selector */
92 u_int32_t en_foo; /* floating operand offset */
93 u_int16_t en_fos; /* floating operand segment selector */