HomeSort by relevance Sort by last modified time
    Searched refs:mmx (Results 1 - 23 of 23) sorted by null

  /external/valgrind/main/memcheck/tests/x86/
xor-undef-x86.stdout.exp 6 Complain mmx
8 No complain mmx
  /external/valgrind/main/memcheck/tests/amd64/
xor-undef-amd64.stdout.exp 6 Complain mmx
8 No complain mmx
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.sh 23 specialize vp8_dequantize_b mmx media neon
27 specialize vp8_dequant_idct_add mmx media neon dspr2
32 specialize vp8_dequant_idct_add_y_block mmx sse2 media neon dspr2
37 specialize vp8_dequant_idct_add_uv_block mmx sse2 media neon dspr2
45 specialize vp8_loop_filter_mbv mmx sse2 media neon dspr2
50 specialize vp8_loop_filter_bv mmx sse2 media neon dspr2
55 specialize vp8_loop_filter_mbh mmx sse2 media neon dspr2
60 specialize vp8_loop_filter_bh mmx sse2 media neon dspr2
66 specialize vp8_loop_filter_simple_mbv mmx sse2 media neon
74 specialize vp8_loop_filter_simple_mbh mmx sse2 media neo
    [all...]
  /external/flac/libFLAC/include/private/
cpu.h 51 FLAC__bool mmx; member in struct:__anon8123
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmx_main.asm 2 ; mmx format converter main loops for HERMES
mmxp2_32.asm 2 ; pII-optimised MMX format converters for HERMES
14 ; conversion routine from the mmx programming tutorial pages).
  /external/llvm/test/MC/X86/
x86_nop.s 6 # RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=pentium-mmx %s | llvm-objdump -d - | FileCheck %s
  /external/libvpx/libvpx/build/make/
rtcd.sh 323 ALL_ARCHS=$(filter mmx sse sse2 sse3 ssse3 sse4_1)
327 ALL_ARCHS=$(filter mmx sse sse2 sse3 ssse3 sse4_1)
328 REQUIRES=${REQUIRES:-mmx sse sse2}
configure.sh 998 soft_enable mmx
    [all...]
  /external/flac/libFLAC/
cpu.c 167 info->data.ia32.mmx = false;
181 info->data.ia32.mmx = (flags_edx & FLAC__CPUINFO_IA32_CPUID_MMX )? true : false;
202 fprintf(stderr, " MMX ........ %c\n", info->data.ia32.mmx ? 'Y' : 'n');
210 fprintf(stderr, " 3DNow!-MMX . %c\n", info->data.ia32.extmmx ? 'Y' : 'n');
stream_encoder.c     [all...]
stream_decoder.c 430 if(decoder->private_->cpuinfo.data.ia32.mmx) {
    [all...]
  /external/qemu/target-i386/
machine.c 66 /* we save the real CPU data (in case of MMX usage only 'mant'
67 contains the MMX register */
74 avoid losing information in case of MMX usage. It can give
77 qemu_put_be64(f, env->fpregs[i].mmx.MMX_Q(0));
211 if we are in an MMX state to restore correctly in that case. */
226 env->fpregs[i].mmx.MMX_Q(0) = mant;
246 env->fpregs[i].mmx.MMX_Q(0) = mant;
translate.c     [all...]
cpu.h 604 MMXReg mmx; member in union:CPUX86State::__anon13900
helper.c 41 "pat", "pse36", "pn" /* Intel psn */, "clflush" /* Intel clfsh */, NULL, "ds" /* Intel dts */, "acpi", "mmx",
53 "pat", "pse36", NULL, NULL /* Linux mp */, "nx" /* Intel xd */, NULL, "mmxext", "mmx",
820 i, env->fpregs[i].mmx.q);
    [all...]
  /external/kernel-headers/original/asm-x86/
page_32.h 17 #include <asm/mmx.h>
25 * On older X86 processors it's not a win to use MMX here it seems.
string_32.h 114 #include <asm/mmx.h>
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_mmx.asm 263 ; Substitute the sse assembly for the old mmx mixed assembly/C. The
  /external/oprofile/events/i386/westmere/
unit_masks 83 0x02 mmx MMX Uops
91 0x01 to_fp Transitions from MMX to Floating Point instructions
92 0x02 to_mmx Transitions from Floating Point to MMX instructions
93 0x03 any All Floating Point to and from MMX transitions
103 0x04 mmx Retired MMX instructions (Precise Event)
  /external/libpng/
CHANGES 454 Define PNG_USE_PNGVCRD in makefile.w32, to get MMX assembler code.
476 Revised pngvcrd.c to use MMX code for interlacing only on the final pass.
478 Split makefile.win32vc into two versions, makefile.vcawin32 (uses MMX
    [all...]
  /external/zlib/src/contrib/masmx86/
inffas32.asm 15 ; * compiled with gcc -DNO_MMX, but inffast.S is still faster on the P3 with MMX
16 ; * enabled. I will attempt to merge the MMX code into this version. Newer
65 .mmx
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 468 milliseconds