Home
last modified time | relevance | path

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

/bsp/simulator/SDL2/include/
A DSDL_atomic.h233 …#define SDL_CPUPauseInstruction() __asm__ __volatile__("pause\n") /* Some assemblers can't do REP… macro
235 #define SDL_CPUPauseInstruction() __asm__ __volatile__("yield" ::: "memory") macro
237 #define SDL_CPUPauseInstruction() __asm__ __volatile__("or 27,27,27"); macro
239 …#define SDL_CPUPauseInstruction() _mm_pause() /* this is actually "rep nop" and not a SIMD instru… macro
241 #define SDL_CPUPauseInstruction() __yield() macro
246 #define SDL_CPUPauseInstruction() macro

Completed in 3 milliseconds