Home
last modified time | relevance | path

Searched refs:__fnstcw (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/posix/arch/x86_64/
H A Dfenv.h87 #define __fnstcw(__cw) __asm __volatile("fnstcw %0" : "=m" (*(__cw))) macro
148 __fnstcw(&__control); in fegetround()
161 __fnstcw(&__control); in fesetround()
210 __fnstcw(&__control); in fegetexcept()
/haiku/headers/posix/arch/x86/
H A Dfenv.h108 #define __fnstcw(__cw) __asm __volatile("fnstcw %0" : "=m" (*(__cw))) macro
176 __fnstcw(&__control); in fegetround()
188 __fnstcw(&__control); in fesetround()
244 __fnstcw(&__control); in fegetexcept()
/haiku/src/system/libroot/posix/arch/x86_64/
H A Dfenv.c121 __fnstcw(&control); in __feenableexcept()
138 __fnstcw(&control); in __fedisableexcept()
/haiku/src/system/libroot/posix/arch/x86/
H A Dfenv.c174 __fnstcw(&control); in __feenableexcept()
195 __fnstcw(&control); in __fedisableexcept()