Home
last modified time | relevance | path

Searched defs:x86_pause_hint (Results 1 – 1 of 1) 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