Home
last modified time | relevance | path

Searched refs:MMX (Results 1 – 25 of 107) sorted by relevance

12345

/external/fec/
Dviterbi615.c23 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()
Dviterbi39.c22 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()
Dviterbi27.c22 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()
Dviterbi29.c22 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()
Ddotprod.c37 case MMX: in initdp()
58 case MMX: in freedp()
80 case MMX: in dotprod()
Dencode_rs_8.c12 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()
Ddotprod_mmx_assist.s1 # 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
Dmmxbfly27.s8 # MMX (64-bit SIMD) version
9 # requires Pentium-MMX, Pentium-II or better
Dmmxbfly29.s18 # MMX (64-bit SIMD) version
19 # requires Pentium-MMX, Pentium-II or better
DREADME41 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
Dcpu_mode_x86.c28 Cpu_mode = MMX; in find_cpu_mode()
Dsumsq.c29 case MMX: in sumsq()
Dpeakval.c27 case MMX: in peakval()
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_x86.asm54 ; 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/
DREADME-MMX.txt2 // Random ideas for the X86 backend: MMX-specific stuff.
63 is we are not smart about materializing constants in MMX registers. With -m64
DX86InstrMMX.td1 //===-- 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/
D2008-09-05-sinttofp-2xi32.ll3 ; there are no MMX instructions here; we use XMM.
21 ; This is how to get MMX instructions.
/external/libjpeg-turbo/release/
DReadMe.txt1 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…
Ddeb-control.tmpl11 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/
Djsimdcpu.asm54 ; Check for MMX instruction support
65 test eax, 1<<23 ; bit23:MMX
Djquant-sse.asm2 ; jquant.asm - sample data conversion and quantization (SSE & MMX)
116 emms ; empty MMX state
199 emms ; empty MMX state
Djquant-3dn.asm2 ; jquant.asm - sample data conversion and quantization (3DNow! & MMX)
116 femms ; empty MMX/3DNow! state
221 femms ; empty MMX/3DNow! state
Djidctflt-3dn.asm2 ; jidctflt.asm - floating-point IDCT (3DNow! & MMX)
Djidctflt-sse.asm2 ; jidctflt.asm - floating-point IDCT (SSE & MMX)
Djfdctfst-mmx.asm2 ; jfdctfst.asm - fast integer FDCT (MMX)

12345