Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_ports/
Dx86.h261 #define x86_pause_hint() __asm__ __volatile__("pause \n\t") macro
263 #define x86_pause_hint() asm volatile("pause \n\t") macro
266 #define x86_pause_hint() _mm_pause(); macro
268 #define x86_pause_hint() __asm pause macro
/external/libvpx/libvpx/vp8/common/
Dthreading.h191 #define x86_pause_hint()
218 x86_pause_hint(); in sync_read()