Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_ports/
Dx86.h318 #define x86_pause_hint() __asm__ __volatile__("pause \n\t") macro
320 #define x86_pause_hint() asm volatile("pause \n\t") macro
323 #define x86_pause_hint() _mm_pause(); macro
325 #define x86_pause_hint() __asm pause macro
/external/libaom/libaom/aom_ports/
Dx86.h317 #define x86_pause_hint() __asm__ __volatile__("pause \n\t") macro
319 #define x86_pause_hint() asm volatile("pause \n\t") macro
322 #define x86_pause_hint() _mm_pause(); macro
324 #define x86_pause_hint() __asm pause macro