Home
last modified time | relevance | path

Searched refs: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
243 extern __inline void SDL_CPUPauseInstruction(void);
244 #pragma aux SDL_CPUPauseInstruction = ".686p" ".xmm2" "pause"
246 #define SDL_CPUPauseInstruction() macro

Completed in 4 milliseconds