HomeSort by relevance Sort by last modified time
    Searched refs:emms (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium/base/
cpu_unittest.cc 23 __asm emms; local
58 __asm__ __volatile__("emms\n" : : : "mm0");
  /external/libvpx/vpx_ports/
emms.asm 17 emms
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_mixer_MMX_VC.c 108 emms
173 emms
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmx_main.asm 68 emms
  /external/libyuv/files/source/
row.h 150 // x64 uses MMX2 (SSE) so emms is not required.
151 // Warning C4799: function has no EMMS instruction.
152 // EMMS() is slow and should be called by the calling function once per image.
155 #define EMMS() __asm emms
158 #define EMMS() asm("emms")
161 #define EMMS()
convert.cc 418 emms
530 emms
  /external/openssl/crypto/bn/asm/
bn-586.pl 126 &emms();
243 &emms();
349 &emms();
x86-gf2m.pl 257 &emms ();
x86-mont.pl 261 &emms (); # done with mmx bank
  /external/qemu/target-i386/
helper.h 199 DEF_HELPER_0(emms, void)
  /external/valgrind/main/VEX/test/
mmxtest.c 481 #define emms() \ macro
483 fprintf(stderr, "emms()\n"); \
484 __asm__ __volatile__ ("emms"); \
489 #define emms() __asm__ __volatile__ ("emms") macro
600 emms();
  /external/libvpx/vp8/common/x86/
postproc_mmx.c 1069 __asm emms
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-x86.pl 427 &emms ();
480 &emms ();
601 &emms ();
809 &emms ();
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-586.pl 226 &emms ();
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_RLEaccel.c 197 emms(); \
287 emms(); \
377 emms(); \
544 emms(); \
    [all...]
mmx.h 691 #define emms() \ macro
693 printf("emms()\n"); \
694 __asm__ __volatile__ ("emms"); \
699 #define emms() __asm__ __volatile__ ("emms") macro
SDL_blit_A.c 275 emms();
359 emms();
440 emms();
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c 249 emms
393 emms
499 emms
781 emms
945 emms
    [all...]
  /external/zlib/contrib/inflate86/
inffast.S 878 emms
    [all...]
  /external/libvpx/
libs.mk 97 CODEC_SRCS-$(BUILD_LIBVPX) += vpx_ports/emms.asm
  /external/openssl/crypto/sha/asm/
sha512-586.pl 412 &emms ();
  /external/zlib/contrib/masmx86/
inffas32.asm 634 emms
1020 emms
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_linalg.h 420 emms
584 emms
db_feature_detection.cpp 197 emms
341 emms
478 emms
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_linalg.h 420 emms
584 emms

Completed in 1414 milliseconds

1 2