Searched refs:MMX (Results 1 – 25 of 107) sorted by relevance
12345
/external/fec/ |
D | viterbi615.c | 23 case MMX: in create_viterbi615() 46 case MMX: in set_viterbi615_polynomial() 70 case MMX: in init_viterbi615() 96 case MMX: in chainback_viterbi615() 119 case MMX: in delete_viterbi615() 146 case MMX: in update_viterbi615_blk()
|
D | viterbi39.c | 22 case MMX: in create_viterbi39() 44 case MMX: in set_viterbi39_polynomial() 69 case MMX: in init_viterbi39() 95 case MMX: in chainback_viterbi39() 118 case MMX: in delete_viterbi39() 145 case MMX: in update_viterbi39_blk()
|
D | viterbi27.c | 22 case MMX: in create_viterbi27() 44 case MMX: in set_viterbi27_polynomial() 68 case MMX: in init_viterbi27() 94 case MMX: in chainback_viterbi27() 117 case MMX: in delete_viterbi27() 149 case MMX: in update_viterbi27_blk()
|
D | viterbi29.c | 22 case MMX: in create_viterbi29() 44 case MMX: in set_viterbi29_polynomial() 68 case MMX: in init_viterbi29() 94 case MMX: in chainback_viterbi29() 117 case MMX: in delete_viterbi29() 144 case MMX: in update_viterbi29_blk()
|
D | dotprod.c | 37 case MMX: in initdp() 58 case MMX: in freedp() 80 case MMX: in dotprod()
|
D | encode_rs_8.c | 12 static enum {UNKNOWN=0,MMX,SSE,SSE2,ALTIVEC,PORT} cpu_mode; enumerator 33 cpu_mode = MMX; in encode_rs_8() 58 case MMX: in encode_rs_8()
|
D | dotprod_mmx_assist.s | 1 # SIMD MMX dot product 30 # MMX dot product loop unrolled 4 times, crunching 16 terms per loop 58 # MMX dot product loop, not unrolled, crunching 4 terms per loop
|
D | mmxbfly27.s | 8 # MMX (64-bit SIMD) version 9 # requires Pentium-MMX, Pentium-II or better
|
D | mmxbfly29.s | 18 # MMX (64-bit SIMD) version 19 # requires Pentium-MMX, Pentium-II or better
|
D | README | 41 available: MMX, SSE and SSE2 on the IA-32 (Intel) architecture, and 65 The MMX (MultiMedia eXtensions) instruction set was introduced on 70 later AMD CPUs. SSE support implies MMX support, while SSE2 support 71 implies both SSE and MMX support. 107 Changed SIMD Viterbi decoder to detect SSE2/SSE/MMX at runtime rather than build time
|
D | cpu_mode_x86.c | 28 Cpu_mode = MMX; in find_cpu_mode()
|
D | sumsq.c | 29 case MMX: in sumsq()
|
D | peakval.c | 27 case MMX: in peakval()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_x86.asm | 54 ; TODO(fbarchard): Remove MMX. Add SSSE3 pshufb version. 55 INIT_MMX MMX 100 INIT_MMX MMX 138 INIT_MMX MMX
|
/external/llvm/lib/Target/X86/ |
D | README-MMX.txt | 2 // Random ideas for the X86 backend: MMX-specific stuff. 63 is we are not smart about materializing constants in MMX registers. With -m64
|
D | X86InstrMMX.td | 1 //===-- X86InstrMMX.td - Describe the MMX Instruction Set --*- tablegen -*-===// 10 // This file describes the X86 MMX instruction set, defining the instructions, 14 // All instructions that use MMX should be in this file, even if they also use 20 // MMX Multiclasses 94 // MMXI_binop_rm_int - Simple MMX binary operator based on intrinsic. 135 /// Unary MMX instructions requiring SSSE3. 150 /// Binary MMX instructions requiring SSSE3. 170 /// PALIGN MMX instructions (require SSSE3). 210 // MMX EMMS Instruction 217 // MMX Scalar Instructions [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-09-05-sinttofp-2xi32.ll | 3 ; there are no MMX instructions here; we use XMM. 21 ; This is how to get MMX instructions.
|
/external/libjpeg-turbo/release/ |
D | ReadMe.txt | 1 libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON) to accelerate bas… 5 libjpeg-turbo was originally based on libjpeg/SIMD, an MMX-accelerated derivative of libjpeg v6b de…
|
D | deb-control.tmpl | 11 libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, 26 libjpeg-turbo was originally based on libjpeg/SIMD, an MMX-accelerated
|
/external/libjpeg-turbo/simd/ |
D | jsimdcpu.asm | 54 ; Check for MMX instruction support 65 test eax, 1<<23 ; bit23:MMX
|
D | jquant-sse.asm | 2 ; jquant.asm - sample data conversion and quantization (SSE & MMX) 116 emms ; empty MMX state 199 emms ; empty MMX state
|
D | jquant-3dn.asm | 2 ; jquant.asm - sample data conversion and quantization (3DNow! & MMX) 116 femms ; empty MMX/3DNow! state 221 femms ; empty MMX/3DNow! state
|
D | jidctflt-3dn.asm | 2 ; jidctflt.asm - floating-point IDCT (3DNow! & MMX)
|
D | jidctflt-sse.asm | 2 ; jidctflt.asm - floating-point IDCT (SSE & MMX)
|
D | jfdctfst-mmx.asm | 2 ; jfdctfst.asm - fast integer FDCT (MMX)
|
12345