Home
last modified time | relevance | path

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

123456

/external/llvm/test/CodeGen/X86/
Dfp128-select.ll2 ; RUN: llc < %s -O2 -mtriple=x86_64-linux-android -mattr=+mmx | FileCheck %s --check-prefix=MMX
3 ; RUN: llc < %s -O2 -mtriple=x86_64-linux-gnu -mattr=+mmx | FileCheck %s --check-prefix=MMX
8 ; MMX-LABEL: test_select:
9 ; MMX: # BB#0:
10 ; MMX-NEXT: testb %dl, %dl
11 ; MMX-NEXT: jne .LBB0_1
12 ; MMX-NEXT: # BB#2:
13 ; MMX-NEXT: movaps {{.*}}(%rip), %xmm0
14 ; MMX-NEXT: movaps %xmm0, (%rsi)
15 ; MMX-NEXT: retq
[all …]
D2008-09-05-sinttofp-2xi32.ll3 ; there are no MMX instructions here; we use XMM.
21 ; This is how to get MMX instructions.
/external/fec/
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()
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()
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
/external/swiftshader/third_party/LLVM/lib/Target/X86/
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
24 // MMXI_binop_rm_int - Simple MMX binary operator based on intrinsic.
60 /// Unary MMX instructions requiring SSSE3.
73 /// Binary MMX instructions requiring SSSE3.
91 /// PALIGN MMX instructions (require SSSE3).
124 // MMX EMMS Instruction
131 // MMX Scalar Instructions
[all …]
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
DX86Subtarget.h45 NoMMXSSE, MMX, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42 enumerator
172 bool hasMMX() const { return X86SSELevel >= MMX; } in hasMMX()
/external/swiftshader/src/Common/
DCPUID.hpp54 static bool MMX; member in sw::CPUID
88 return MMX && enableMMX; in supportsMMX()
DCPUID.cpp32 bool CPUID::MMX = detectMMX(); member in sw::CPUID
185 return MMX = (registers[3] & 0x00800000) != 0; in detectMMX()
/external/llvm/lib/Target/X86/
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 …]
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
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dmmx-punpckhdq.ll2 ; There are no MMX operations in bork; promoted to XMM.
17 ; pork uses MMX.
D2008-09-05-sinttofp-2xi32.ll6 ; there are no MMX instructions here; we use XMM.
20 ; This is how to get MMX instructions.
D2010-04-23-mmx-movdq2q.ll2 ; There are no MMX operations here, so we use XMM or i64.
45 ; MMX intrinsics calls get us MMX instructions.
/external/libjpeg-turbo/release/
DReadMe.txt1 libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accel…
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.asm53 ; Check for MMX instruction support
64 test eax, 1<<23 ; bit23:MMX

123456