Searched refs:SDL_CPUPauseInstruction (Results 1 – 1 of 1) sorted by relevance
233 …#define SDL_CPUPauseInstruction() __asm__ __volatile__("pause\n") /* Some assemblers can't do REP… macro235 #define SDL_CPUPauseInstruction() __asm__ __volatile__("yield" ::: "memory") macro237 #define SDL_CPUPauseInstruction() __asm__ __volatile__("or 27,27,27"); macro239 …#define SDL_CPUPauseInstruction() _mm_pause() /* this is actually "rep nop" and not a SIMD instru… macro241 #define SDL_CPUPauseInstruction() __yield() macro243 extern __inline void SDL_CPUPauseInstruction(void);244 #pragma aux SDL_CPUPauseInstruction = ".686p" ".xmm2" "pause"246 #define SDL_CPUPauseInstruction() macro
Completed in 4 milliseconds