Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h22 extern "C" void _mm_pause();
23 #pragma intrinsic(_mm_pause)
77 _mm_pause(); in proc_yield()
/external/libvpx/libvpx/vpx_ports/
Dx86.h273 #define x86_pause_hint() _mm_pause();
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp260 _mm_pause(); in GetDrawContext()
472 _mm_pause(); in SwrWaitForIdle()
486 _mm_pause(); in SwrWaitForIdleFE()
Dthreads.cpp772 _mm_pause(); in workerThreadMain()
/external/clang/test/CodeGen/
Dsse2-builtins.c881 return _mm_pause(); in test_mm_pause()
/external/jemalloc/
Dconfigure.ac288 [[_mm_pause(); return 0;]],
291 CPU_SPINWAIT='_mm_pause()'
/external/clang/lib/Headers/
Demmintrin.h2449 _mm_pause(void) in _mm_pause() function