Home
last modified time | relevance | path

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

/sysdeps/i386/fpu/
A Dfesetround.c41 unsigned int xcw; in __fesetround() local
43 __asm__ ("stmxcsr %0" : "=m" (*&xcw)); in __fesetround()
44 xcw &= ~0x6000; in __fesetround()
45 xcw |= round << 3; in __fesetround()
46 __asm__ ("ldmxcsr %0" : : "m" (*&xcw)); in __fesetround()

Completed in 2 milliseconds