Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/aom_ports/
H A Dx86.h335 #define x86_pause_hint() __asm__ __volatile__("pause \n\t") macro
337 #define x86_pause_hint() asm volatile("pause \n\t") macro
340 #define x86_pause_hint() _mm_pause(); macro
342 #define x86_pause_hint() __asm pause macro
/aosp_15_r20/external/libvpx/vpx_ports/
H A Dx86.h335 #define x86_pause_hint() __asm__ __volatile__("pause \n\t") macro
337 #define x86_pause_hint() asm volatile("pause \n\t") macro
340 #define x86_pause_hint() _mm_pause(); macro
342 #define x86_pause_hint() __asm pause macro