Searched refs:_MM_SET_ROUNDING_MODE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dxmmintrin.h2529 /// _MM_SET_ROUNDING_MODE(x) where x is one of these macros.
2968 #define _MM_SET_ROUNDING_MODE(x) (_mm_setcsr((_mm_getcsr() & ~_MM_ROUND_MASK) | (x))) macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dxmmintrin.h851 _MM_SET_ROUNDING_MODE (unsigned int __mode) function

Completed in 68 milliseconds