Home
last modified time | relevance | path

Searched refs:SDL_ASSEMBLY_ROUTINES (Results 1 – 16 of 16) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/
DSDL_mixer.c114 …fined(__GNUC__) && (defined(__m68k__) && !defined(__mcoldfire__)) && defined(SDL_ASSEMBLY_ROUTINES) in SDL_MixAudio()
132 #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES) in SDL_MixAudio()
138 …((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES) in SDL_MixAudio()
147 …fined(__GNUC__) && (defined(__m68k__) && !defined(__mcoldfire__)) && defined(SDL_ASSEMBLY_ROUTINES) in SDL_MixAudio()
181 #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES) in SDL_MixAudio()
187 …((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES) in SDL_MixAudio()
196 …fined(__GNUC__) && (defined(__m68k__) && !defined(__mcoldfire__)) && defined(SDL_ASSEMBLY_ROUTINES) in SDL_MixAudio()
229 …fined(__GNUC__) && (defined(__m68k__) && !defined(__mcoldfire__)) && defined(SDL_ASSEMBLY_ROUTINES) in SDL_MixAudio()
DSDL_mixer_MMX.h12 #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES)
DSDL_mixer_MMX_VC.h26 …((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES)
DSDL_mixer_MMX.c39 #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES)
DSDL_mixer_MMX_VC.c27 …((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES)
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_config_os2.h139 #define SDL_ASSEMBLY_ROUTINES 1 macro
DSDL_config_macosx.h145 #define SDL_ASSEMBLY_ROUTINES 1 macro
DSDL_config_win32.h180 #define SDL_ASSEMBLY_ROUTINES 1 macro
DSDL_config.h.in308 #undef SDL_ASSEMBLY_ROUTINES
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_yuv_mmx.c24 #if (__GNUC__ > 2) && defined(__i386__) && __OPTIMIZE__ && SDL_ASSEMBLY_ROUTINES
DSDL_stretch.c39 (defined(__GNUC__) && defined(__i386__))) && SDL_ASSEMBLY_ROUTINES
DSDL_yuv_sw.c124 #if (__GNUC__ > 2) && defined(__i386__) && __OPTIMIZE__ && SDL_ASSEMBLY_ROUTINES
1064 #if (__GNUC__ > 2) && defined(__i386__) && __OPTIMIZE__ && SDL_ASSEMBLY_ROUTINES in SDL_CreateYUV_SW()
1086 #if (__GNUC__ > 2) && defined(__i386__) && __OPTIMIZE__ && SDL_ASSEMBLY_ROUTINES in SDL_CreateYUV_SW()
DSDL_blit.c30 #if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) && SDL_ASSEMBLY_ROUTINES
DSDL_RLEaccel.c95 #if 0 && defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) && SDL_ASSEMBLY_ROUTINES
DSDL_blit_A.c33 #if SDL_ASSEMBLY_ROUTINES
/external/qemu/distrib/sdl-1.2.15/
Dconfigure.in310 AC_DEFINE(SDL_ASSEMBLY_ROUTINES) definition