Home
last modified time | relevance | path

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

/sysdeps/x86/fpu/
A Dfenv_private.h317 unsigned int mxcsr, new_mxcsr; in libc_feholdexcept_setround_sse_ctx() local
319 new_mxcsr = ((mxcsr | 0x1f80) & ~0x603f) | (r << 3); in libc_feholdexcept_setround_sse_ctx()
322 if (__glibc_unlikely (mxcsr != new_mxcsr)) in libc_feholdexcept_setround_sse_ctx()
324 asm volatile (LDMXCSR " %0" : : "m" (*&new_mxcsr)); in libc_feholdexcept_setround_sse_ctx()
413 unsigned int mxcsr, new_mxcsr; in libc_feholdsetround_sse_ctx() local
416 new_mxcsr = (mxcsr & ~0x6000) | (r << 3); in libc_feholdsetround_sse_ctx()
419 if (__glibc_unlikely (new_mxcsr != mxcsr)) in libc_feholdsetround_sse_ctx()
421 asm volatile (LDMXCSR " %0" : : "m" (*&new_mxcsr)); in libc_feholdsetround_sse_ctx()

Completed in 3 milliseconds