Searched refs:xcw (Results 1 – 1 of 1) sorted by relevance
41 unsigned int xcw; in __fesetround() local43 __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