Searched refs:control (Results 1 – 10 of 10) sorted by relevance
205 unsigned short control; in fegetround() local213 __asm__ __volatile__ ("fnstcw %0" : "=m" (control)); in fegetround()215 return (control & X87_ROUND_MASK); in fegetround()226 unsigned short control; in fesetround() local234 __asm__ __volatile__ ("fnstcw %0" : "=m" (control)); in fesetround()237 control &= ~X87_ROUND_MASK; in fesetround()238 control |= round; in fesetround()241 __asm__ __volatile__ ("fldcw %0" : : "m" (control)); in fesetround()367 unsigned short control; in feenableexcept() local371 __asm__ __volatile__ ("fnstcw %0" : "=m" (control)); in feenableexcept()[all …]
217 __uint16_t control, omask; in feenableexcept() local220 __fnstcw(&control); in feenableexcept()226 omask = ~(control | mxcsr >> _SSE_EMASK_SHIFT) & FE_ALL_EXCEPT; in feenableexcept()228 control &= ~mask; in feenableexcept()229 __fldcw(control); in feenableexcept()242 __uint16_t control, omask; in fedisableexcept() local245 __fnstcw(&control); in fedisableexcept()251 omask = ~(control | mxcsr >> _SSE_EMASK_SHIFT) & FE_ALL_EXCEPT; in fedisableexcept()253 control |= mask; in fedisableexcept()254 __fldcw(control); in fedisableexcept()[all …]
154 void npxinit(u_short control);
25 __u16 control; member
215 __le16 control; member511 __u16 control; member
116 __u8 control; member
256 __u32 control; member
410 __u32 control; member
214 struct snd_seq_ev_ctrl control; member
436 struct snd_pcm_mmap_control control; member