/external/llvm/test/DebugInfo/ |
dwarfdump-test.test | 1 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test.elf-x86-64 \ 3 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test.elf-x86-64 \ 5 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test.elf-x86-64 \ 7 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test2.elf-x86-64 \ 9 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test2.elf-x86-64 \ 11 RUN: llvm-dwarfdump "%p/Inputs/dwarfdump-test3.elf-x86-64 space" \ 13 RUN: llvm-dwarfdump "%p/Inputs/dwarfdump-test3.elf-x86-64 space" \ 15 RUN: llvm-dwarfdump "%p/Inputs/dwarfdump-test3.elf-x86-64 space" \ 17 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test4.elf-x86-64 \ 20 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test4.elf-x86-64 [all...] |
/external/llvm/lib/Target/X86/ |
X86RegisterInfo.td | 1 //===- X86RegisterInfo.td - Describe the X86 Register File --*- tablegen -*-==// 10 // This file describes the X86 Register file, defining the registers themselves, 17 let Namespace = "X86"; 23 let Namespace = "X86" in { 42 // variations by target as well. Currently the first entry is for X86-64, 43 // second - for EH on X86-32/Darwin and third is 'generic' one (X86-32/Linux 44 // and debug information on X86-32/Darwin) 53 // High registers. On x86-64, these cannot be used in any instruction 60 // X86-64 only, requires REX [all...] |
/external/llvm/test/CodeGen/X86/ |
2007-05-17-ShuffleISelBug.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s 5 declare <16 x i8> @llvm.x86.sse2.packuswb.128(<8 x i16>, <8 x i16>) 7 declare <8 x i16> @llvm.x86.sse2.psrl.w(<8 x i16>, <8 x i16>) 16 %tmp838 = tail call <8 x i16> @llvm.x86.sse2.psrl.w( <8 x i16> %tmp832, <8 x i16> < i16 8, i16 undef, i16 undef, i16 undef, i16 undef, i16 undef, i16 undef, i16 undef > ) 17 %tmp1020 = tail call <16 x i8> @llvm.x86.sse2.packuswb.128( <8 x i16> zeroinitializer, <8 x i16> %tmp838 )
|
pic-load-remat.ll | 8 %tmp4403 = tail call <8 x i16> @llvm.x86.sse2.psubs.w( <8 x i16> zeroinitializer, <8 x i16> zeroinitializer ) nounwind readnone ; <<8 x i16>> [#uses=2] 9 %tmp4443 = tail call <8 x i16> @llvm.x86.sse2.padds.w( <8 x i16> zeroinitializer, <8 x i16> zeroinitializer ) nounwind readnone ; <<8 x i16>> [#uses=1] 10 %tmp4609 = tail call <8 x i16> @llvm.x86.sse2.psll.w( <8 x i16> zeroinitializer, <8 x i16> bitcast (<4 x i32> < i32 3, i32 5, i32 6, i32 9 > to <8 x i16>) ) ; <<8 x i16>> [#uses=1] 12 %tmp4658 = tail call <8 x i16> @llvm.x86.sse2.psll.w( <8 x i16> %tmp4651, <8 x i16> bitcast (<4 x i32> < i32 4, i32 1, i32 2, i32 3 > to <8 x i16>) ) ; <<8 x i16>> [#uses=1] 13 %tmp4669 = tail call <8 x i16> @llvm.x86.sse2.pavg.w( <8 x i16> < i16 -23170, i16 -23170, i16 -23170, i16 -23170, i16 -23170, i16 -23170, i16 -23170, i16 -23170 >, <8 x i16> %tmp4443 ) nounwind readnone ; <<8 x i16>> [#uses=2] 14 %tmp4679 = tail call <8 x i16> @llvm.x86.sse2.padds.w( <8 x i16> %tmp4669, <8 x i16> %tmp4669 ) nounwind readnone ; <<8 x i16>> [#uses=1] 16 %tmp4700 = tail call <8 x i16> @llvm.x86.sse2.padds.w( <8 x i16> %tmp4689, <8 x i16> zeroinitializer ) nounwind readnone ; <<8 x i16>> [#uses=1] 19 %tmp4779 = tail call <8 x i16> @llvm.x86.sse2.psll.w( <8 x i16> %tmp4772, <8 x i16> bitcast (<4 x i32> < i32 3, i32 5, i32 undef, i32 7 > to <8 x i16>) ) ; <<8 x i16>> [#uses=1] 21 %tmp4821 = tail call <8 x i16> @llvm.x86.sse2.padds.w( <8 x i16> %tmp4810, <8 x i16> zeroinitializer ) nounwind readnone ; <<8 x i16>> [#uses=1] 23 %tmp4900 = tail call <8 x i16> @llvm.x86.sse2.psll.w( <8 x i16> zeroinitializer, <8 x i16> bitcast (<4 x i32> < i32 1, i32 1, i32 2, i32 2 (…) [all...] |
/external/valgrind/main/docs/internals/ |
porting-HOWTO.txt | 15 - Create necessary subdirs (copy x86/ and x86-linux/ subdirs). Yes, even the 20 - Update configure.in (use x86 and x86-linux as a guide). 27 directories, eg. from x86 and x86-linux. Files like (this list is not 30 include/x86/core_arch.h 31 include/x86-linux/core_platform.h 32 coregrind/x86/core_arch.h 33 coregrind/x86-linux/core_platform. [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
INSTALL | 33 make x86-elf - x86 assembler (elf), linux-elf. 34 make x86-out - x86 assembler (a.out), FreeBSD 35 make x86-solaris- x86 assembler 36 make x86-bsdi - x86 assembler (a.out with primative assembler). 39 asm/win32.obj to link with). The x86 assembler is very very fast.
|
/external/openssl/crypto/des/ |
INSTALL | 33 make x86-elf - x86 assembler (elf), linux-elf. 34 make x86-out - x86 assembler (a.out), FreeBSD 35 make x86-solaris- x86 assembler 36 make x86-bsdi - x86 assembler (a.out with primative assembler). 39 asm/win32.obj to link with). The x86 assembler is very very fast.
|
/frameworks/rs/driver/runtime/arch/ |
x86_sse3.ll | 4 declare <2 x i64> @llvm.x86.sse2.psll.dq(<2 x i64>, i32) nounwind readnone 5 declare <4 x float> @llvm.x86.sse3.hadd.ps(<4 x float>, <4 x float>) nounwind readnone 10 %2 = tail call <4 x float> @llvm.x86.sse3.hadd.ps(<4 x float> %1, <4 x float> %1) nounwind readnone 11 %3 = tail call <4 x float> @llvm.x86.sse3.hadd.ps(<4 x float> %2, <4 x float> %2) nounwind readnone 20 %4 = tail call <2 x i64> @llvm.x86.sse2.psll.dq(<2 x i64> %3, i32 32) 22 %6 = tail call <4 x float> @llvm.x86.sse3.hadd.ps(<4 x float> %5, <4 x float> %5) nounwind readnone 23 %7 = tail call <4 x float> @llvm.x86.sse3.hadd.ps(<4 x float> %6, <4 x float> %6) nounwind readnone 31 %3 = tail call <4 x float> @llvm.x86.sse3.hadd.ps(<4 x float> %2, <4 x float> %2) nounwind readnone 43 %2 = tail call <4 x float> @llvm.x86.sse3.hadd.ps(<4 x float> %1, <4 x float> %1) nounwind readnone 44 %3 = tail call <4 x float> @llvm.x86.sse3.hadd.ps(<4 x float> %2, <4 x float> %2) nounwind readnon [all...] |
/external/chromium_org/third_party/icu/source/test/perf/normperf/ |
dtfmtrtperf.vcproj | 23 OutputDirectory=".\x86\Debug" 24 IntermediateDirectory=".\x86\Debug" 45 TypeLibraryName=".\x86\Debug/normperf.tlb" 56 PrecompiledHeaderFile=".\x86\Debug/normperf.pch" 57 AssemblerListingLocation=".\x86\Debug/" 58 ObjectFile=".\x86\Debug/" 59 ProgramDataBaseFileName=".\x86\Debug/" 80 OutputFile=".\x86\Debug/dtfmtrtperf.exe" 85 ProgramDatabaseFile=".\x86\Debug/dtfmtrtperf.pdb" 114 OutputDirectory=".\x86\Release [all...] |
/external/chromium_org/third_party/icu/source/tools/icuswap/ |
icuswap.vcproj | 21 OutputDirectory=".\x86\Release" 22 IntermediateDirectory=".\x86\Release" 45 TypeLibraryName=".\x86\Release/icuswap.tlb" 55 PrecompiledHeaderFile=".\x86\Release/icuswap.pch" 56 AssemblerListingLocation=".\x86\Release/" 57 ObjectFile=".\x86\Release/" 58 ProgramDataBaseFileName=".\x86\Release/" 76 OutputFile=".\x86\Release/icuswap.exe" 79 ProgramDatabaseFile=".\x86\Release/icuswap.pdb" 109 OutputDirectory=".\x86\Debug [all...] |
/external/icu4c/samples/case/ |
case.vcxproj | 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
82 <TypeLibraryName>.\x86\Debug/case.tlb</TypeLibraryName>
93 <PrecompiledHeaderOutputFile>.\x86\Debug/case.pch</PrecompiledHeaderOutputFile>
94 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
95 <ObjectFileName>.\x86\Debug/</ObjectFileName>
96 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Debug/case.exe</OutputFile> [all...] |
/external/icu4c/samples/coll/ |
coll.vcxproj | 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
82 <TypeLibraryName>.\x86\Release/coll.tlb</TypeLibraryName>
94 <PrecompiledHeaderOutputFile>.\x86\Release/coll.pch</PrecompiledHeaderOutputFile>
95 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
96 <ObjectFileName>.\x86\Release/</ObjectFileName>
97 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Release/coll.exe</OutputFile> [all...] |
/external/icu4c/samples/datefmt/ |
datefmt.vcxproj | 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
82 <TypeLibraryName>.\x86\Debug/datefmt.tlb</TypeLibraryName>
93 <PrecompiledHeaderOutputFile>.\x86\Debug/datefmt.pch</PrecompiledHeaderOutputFile>
94 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
95 <ObjectFileName>.\x86\Debug/</ObjectFileName>
96 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Debug/datefmt.exe</OutputFile> [all...] |
/external/icu4c/samples/msgfmt/ |
msgfmt.vcxproj | 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
82 <TypeLibraryName>.\x86\Release/msgfmt.tlb</TypeLibraryName>
94 <PrecompiledHeaderOutputFile>.\x86\Release/msgfmt.pch</PrecompiledHeaderOutputFile>
95 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
96 <ObjectFileName>.\x86\Release/</ObjectFileName>
97 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Release/msgfmt.exe</OutputFile> [all...] |
/external/icu4c/samples/numfmt/ |
numfmt.vcxproj | 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
82 <TypeLibraryName>.\x86\Debug/numfmt.tlb</TypeLibraryName>
93 <PrecompiledHeaderOutputFile>.\x86\Debug/numfmt.pch</PrecompiledHeaderOutputFile>
94 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
95 <ObjectFileName>.\x86\Debug/</ObjectFileName>
96 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Debug/numfmt.exe</OutputFile> [all...] |
/external/icu4c/samples/props/ |
props.vcxproj | 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
82 <TypeLibraryName>.\x86\Release/props.tlb</TypeLibraryName>
94 <PrecompiledHeaderOutputFile>.\x86\Release/props.pch</PrecompiledHeaderOutputFile>
95 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
96 <ObjectFileName>.\x86\Release/</ObjectFileName>
97 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Release/props.exe</OutputFile> [all...] |
/external/icu4c/samples/strsrch/ |
strsrch.vcxproj | 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
82 <TypeLibraryName>.\x86\Debug/strsrch.tlb</TypeLibraryName>
93 <PrecompiledHeaderOutputFile>.\x86\Debug/strsrch.pch</PrecompiledHeaderOutputFile>
94 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
95 <ObjectFileName>.\x86\Debug/</ObjectFileName>
96 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
109 <OutputFile>.\x86\Debug/strsrch.exe</OutputFile> [all...] |
/external/icu4c/samples/translit/ |
translit.vcxproj | 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
82 <TypeLibraryName>.\x86\Debug/translit.tlb</TypeLibraryName>
93 <PrecompiledHeaderOutputFile>.\x86\Debug/translit.pch</PrecompiledHeaderOutputFile>
94 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
95 <ObjectFileName>.\x86\Debug/</ObjectFileName>
96 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Debug/translit.exe</OutputFile> [all...] |
/external/icu4c/samples/uciter8/ |
uciter8.vcxproj | 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
82 <TypeLibraryName>.\x86\Debug/uciter8.tlb</TypeLibraryName>
93 <PrecompiledHeaderOutputFile>.\x86\Debug/uciter8.pch</PrecompiledHeaderOutputFile>
94 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
95 <ObjectFileName>.\x86\Debug/</ObjectFileName>
96 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Debug/uciter8.exe</OutputFile> [all...] |
/external/icu4c/samples/ucnv/ |
ucnv.vcxproj | 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
82 <TypeLibraryName>.\x86\Debug/ucnv.tlb</TypeLibraryName>
93 <PrecompiledHeaderOutputFile>.\x86\Debug/ucnv.pch</PrecompiledHeaderOutputFile>
94 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
95 <ObjectFileName>.\x86\Debug/</ObjectFileName>
96 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Debug/ucnv.exe</OutputFile> [all...] |
/external/icu4c/samples/udata/ |
writer.vcxproj | 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
82 <TypeLibraryName>.\x86\Debug/writer.tlb</TypeLibraryName>
93 <PrecompiledHeaderOutputFile>.\x86\Debug/writer.pch</PrecompiledHeaderOutputFile>
94 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
95 <ObjectFileName>.\x86\Debug/</ObjectFileName>
96 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Debug/writer.exe</OutputFile> [all...] |
/external/icu4c/samples/ustring/ |
ustring.vcxproj | 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
82 <TypeLibraryName>.\x86\Release/ustring.tlb</TypeLibraryName>
94 <PrecompiledHeaderOutputFile>.\x86\Release/ustring.pch</PrecompiledHeaderOutputFile>
95 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
96 <ObjectFileName>.\x86\Release/</ObjectFileName>
97 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
108 <OutputFile>.\x86\Release/ustring.exe</OutputFile> [all...] |
/external/icu4c/test/perf/normperf/ |
dtfmtrtperf.vcproj | 23 OutputDirectory=".\x86\Debug" 24 IntermediateDirectory=".\x86\Debug" 45 TypeLibraryName=".\x86\Debug/normperf.tlb" 56 PrecompiledHeaderFile=".\x86\Debug/normperf.pch" 57 AssemblerListingLocation=".\x86\Debug/" 58 ObjectFile=".\x86\Debug/" 59 ProgramDataBaseFileName=".\x86\Debug/" 80 OutputFile=".\x86\Debug/dtfmtrtperf.exe" 85 ProgramDatabaseFile=".\x86\Debug/dtfmtrtperf.pdb" 114 OutputDirectory=".\x86\Release [all...] |
/external/icu4c/tools/icuswap/ |
icuswap.vcproj | 21 OutputDirectory=".\x86\Release" 22 IntermediateDirectory=".\x86\Release" 45 TypeLibraryName=".\x86\Release/icuswap.tlb" 55 PrecompiledHeaderFile=".\x86\Release/icuswap.pch" 56 AssemblerListingLocation=".\x86\Release/" 57 ObjectFile=".\x86\Release/" 58 ProgramDataBaseFileName=".\x86\Release/" 76 OutputFile=".\x86\Release/icuswap.exe" 79 ProgramDatabaseFile=".\x86\Release/icuswap.pdb" 109 OutputDirectory=".\x86\Debug [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_common.mk | 76 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/filter_x86.c 77 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/filter_x86.h 78 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp8_asm_stubs.c 79 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/loopfilter_x86.c 83 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/dequantize_mmx.asm 84 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/idct_blk_mmx.c 85 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/idctllm_mmx.asm 86 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/iwalsh_mmx.asm 87 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/loopfilter_mmx.asm 88 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/recon_mmx.as [all...] |