Home
last modified time | relevance | path

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

/external/llvm-project/flang/unittests/Evaluate/
Dfp-testing.cpp34 originalMxcsr = _mm_getcsr(); in ScopedHostFloatingPointEnvironment()
35 unsigned int currentMxcsr{originalMxcsr}; in ScopedHostFloatingPointEnvironment()
68 _mm_setcsr(originalMxcsr); in ~ScopedHostFloatingPointEnvironment()
Dfp-testing.h23 unsigned int originalMxcsr; variable
/external/llvm-project/flang/lib/Evaluate/
Dhost.cpp37 originalMxcsr = _mm_getcsr(); in SetUpHostFloatingPointEnvironment()
38 unsigned int currentMxcsr{originalMxcsr}; in SetUpHostFloatingPointEnvironment()
155 _mm_setcsr(originalMxcsr); in CheckAndRestoreFloatingPointEnvironment()
Dhost.h45 unsigned int originalMxcsr; variable