Home
last modified time | relevance | path

Searched refs:x86 (Results 1 – 25 of 6588) sorted by relevance

12345678910>>...264

/external/llvm/test/Object/X86/
Dobjdump-disassembly-inline-relocations.test3 RUN: llvm-objdump -d -r %p/../Inputs/trivial-object-test.coff-x86-64 \
4 RUN: | FileCheck %s -check-prefix COFF-x86-64
7 RUN: llvm-objdump -d -r %p/../Inputs/trivial-object-test.macho-x86-64 \
8 RUN: | FileCheck %s -check-prefix MACHO-x86-64
11 RUN: llvm-objdump -d -r %p/../Inputs/trivial-object-test.elf-x86-64 \
12 RUN: | FileCheck %s -check-prefix ELF-x86-64
28 COFF-x86-64: file format COFF-x86-64
29 COFF-x86-64: Disassembly of section .text:
30 COFF-x86-64: 0: 48 83 ec 28 subq $40, %rsp
31 COFF-x86-64: 4: c7 44 24 24 00 00 00 00 movl $0, 36(%rsp)
[all …]
Dobjdump-trivial-object.test3 RUN: llvm-objdump -d %p/../Inputs/trivial-object-test.coff-x86-64 \
4 RUN: | FileCheck %s -check-prefix COFF-x86-64
7 RUN: llvm-objdump -d %p/../Inputs/trivial-object-test.elf-x86-64 \
8 RUN: | FileCheck %s -check-prefix ELF-x86-64
21 COFF-x86-64: file format COFF-x86-64
22 COFF-x86-64: Disassembly of section .text:
23 COFF-x86-64: 0: 48 83 ec 28 subq $40, %rsp
24 COFF-x86-64: 4: c7 44 24 24 00 00 00 00 movl $0, 36(%rsp)
25 COFF-x86-64: c: 48 8d 0d 00 00 00 00 leaq (%rip), %rcx
26 COFF-x86-64: 13: e8 00 00 00 00 callq 0
[all …]
/external/libaom/libaom/aom_dsp/
Daom_dsp.cmake47 "${AOM_ROOT}/aom_dsp/x86/convolve_common_intrin.h"
51 "${AOM_ROOT}/aom_dsp/x86/aom_convolve_copy_sse2.asm"
52 "${AOM_ROOT}/aom_dsp/x86/aom_high_subpixel_8t_sse2.asm"
53 "${AOM_ROOT}/aom_dsp/x86/aom_high_subpixel_bilinear_sse2.asm"
54 "${AOM_ROOT}/aom_dsp/x86/aom_subpixel_8t_sse2.asm"
55 "${AOM_ROOT}/aom_dsp/x86/aom_subpixel_bilinear_sse2.asm"
56 "${AOM_ROOT}/aom_dsp/x86/highbd_intrapred_asm_sse2.asm"
57 "${AOM_ROOT}/aom_dsp/x86/intrapred_asm_sse2.asm"
58 "${AOM_ROOT}/aom_dsp/x86/inv_wht_sse2.asm")
61 "${AOM_ROOT}/aom_dsp/x86/aom_subpixel_8t_intrin_sse2.c"
[all …]
/external/capstone/arch/X86/
DX86IntelInstPrinter.c68 MI->flat_insn->detail->x86.op_count++; in set_mem_access()
528 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printSrcIdx()
529 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].size = MI->x86opsize; in printSrcIdx()
530 …MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].mem.segment = X86_REG_INV… in printSrcIdx()
531 …MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].mem.base = X86_REG_INVALI… in printSrcIdx()
532 …MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].mem.index = X86_REG_INVAL… in printSrcIdx()
533 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].mem.scale = 1; in printSrcIdx()
534 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].mem.disp = 0; in printSrcIdx()
537 get_op_access(MI->csh, MCInst_getOpcode(MI), access, &MI->flat_insn->detail->x86.eflags); in printSrcIdx()
538 …MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].access = access[MI->flat_… in printSrcIdx()
[all …]
DX86ATTInstPrinter.c68 MI->flat_insn->detail->x86.op_count++; in set_mem_access()
408 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printSrcIdx()
409 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].size = MI->x86opsize; in printSrcIdx()
410 …MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].mem.segment = X86_REG_INV… in printSrcIdx()
411 …MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].mem.base = X86_REG_INVALI… in printSrcIdx()
412 …MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].mem.index = X86_REG_INVAL… in printSrcIdx()
413 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].mem.scale = 1; in printSrcIdx()
414 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].mem.disp = 0; in printSrcIdx()
416 get_op_access(MI->csh, MCInst_getOpcode(MI), access, &MI->flat_insn->detail->x86.eflags); in printSrcIdx()
417 …MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].access = access[MI->flat_… in printSrcIdx()
[all …]
/external/capstone/tests/
Dtest_x86.c185 cs_x86 *x86; in print_insn_detail() local
193 x86 = &(ins->detail->x86); in print_insn_detail()
195 print_string_hex("\tPrefix:", x86->prefix, 4); in print_insn_detail()
197 print_string_hex("\tOpcode:", x86->opcode, 4); in print_insn_detail()
199 printf("\trex: 0x%x\n", x86->rex); in print_insn_detail()
201 printf("\taddr_size: %u\n", x86->addr_size); in print_insn_detail()
202 printf("\tmodrm: 0x%x\n", x86->modrm); in print_insn_detail()
203 if (x86->encoding.modrm_offset != 0) { in print_insn_detail()
204 printf("\tmodrm_offset: 0x%x\n", x86->encoding.modrm_offset); in print_insn_detail()
207 printf("\tdisp: 0x%" PRIx64 "\n", x86->disp); in print_insn_detail()
[all …]
/external/capstone/cstool/
Dcstool_x86.c183 cs_x86 *x86; in print_insn_detail_x86() local
191 x86 = &(ins->detail->x86); in print_insn_detail_x86()
193 print_string_hex("\tPrefix:", x86->prefix, 4); in print_insn_detail_x86()
194 print_string_hex("\tOpcode:", x86->opcode, 4); in print_insn_detail_x86()
195 printf("\trex: 0x%x\n", x86->rex); in print_insn_detail_x86()
196 printf("\taddr_size: %u\n", x86->addr_size); in print_insn_detail_x86()
197 printf("\tmodrm: 0x%x\n", x86->modrm); in print_insn_detail_x86()
198 printf("\tdisp: 0x%" PRIx64 "\n", x86->disp); in print_insn_detail_x86()
202 printf("\tsib: 0x%x\n", x86->sib); in print_insn_detail_x86()
203 if (x86->sib_base != X86_REG_INVALID) in print_insn_detail_x86()
[all …]
/external/libavc/
DAndroid.bp182 x86: {
190 "decoder/x86",
191 "common/x86",
195 "decoder/x86/ih264d_function_selector.c",
196 "decoder/x86/ih264d_function_selector_sse42.c",
197 "decoder/x86/ih264d_function_selector_ssse3.c",
198 "common/x86/ih264_inter_pred_filters_ssse3.c",
199 "common/x86/ih264_deblk_luma_ssse3.c",
200 "common/x86/ih264_deblk_chroma_ssse3.c",
201 "common/x86/ih264_padding_ssse3.c",
[all …]
DCMakeLists.txt74 "${AVC_ROOT}/decoder/x86/ih264d_function_selector.c"
75 "${AVC_ROOT}/decoder/x86/ih264d_function_selector_sse42.c"
76 "${AVC_ROOT}/decoder/x86/ih264d_function_selector_ssse3.c"
77 "${AVC_ROOT}/common/x86/ih264_inter_pred_filters_ssse3.c"
78 "${AVC_ROOT}/common/x86/ih264_deblk_luma_ssse3.c"
79 "${AVC_ROOT}/common/x86/ih264_deblk_chroma_ssse3.c"
80 "${AVC_ROOT}/common/x86/ih264_padding_ssse3.c"
81 "${AVC_ROOT}/common/x86/ih264_mem_fns_ssse3.c"
82 "${AVC_ROOT}/common/x86/ih264_iquant_itrans_recon_dc_ssse3.c"
83 "${AVC_ROOT}/common/x86/ih264_iquant_itrans_recon_ssse3.c"
[all …]
/external/llvm-project/llvm/test/Object/X86/
Dobjdump-disassembly-inline-relocations.test18 # RUN: llvm-objdump -d -r %p/../Inputs/trivial-object-test.coff-x86-64 \
19 # RUN: | FileCheck %s -check-prefix COFF-x86-64
21 # COFF-x86-64: file format coff-x86-64
22 # COFF-x86-64: Disassembly of section .text:
23 # COFF-x86-64: 0: 48 83 ec 28 subq $40, %rsp
24 # COFF-x86-64: 4: c7 44 24 24 00 00 00 00 movl $0, 36(%rsp)
25 # COFF-x86-64: c: 48 8d 0d 00 00 00 00 leaq (%rip), %rcx
26 # COFF-x86-64: f: IMAGE_REL_AMD64_REL32 L.str
27 # COFF-x86-64: 13: e8 00 00 00 00 callq 0
28 # COFF-x86-64: 14: IMAGE_REL_AMD64_REL32 puts
[all …]
Dobjdump-trivial-object.test15 # RUN: llvm-objdump -d %p/../Inputs/trivial-object-test.coff-x86-64 \
16 # RUN: | FileCheck %s -check-prefix COFF-x86-64
18 # COFF-x86-64: file format coff-x86-64
19 # COFF-x86-64: Disassembly of section .text:
20 # COFF-x86-64: 0: 48 83 ec 28 subq $40, %rsp
21 # COFF-x86-64: 4: c7 44 24 24 00 00 00 00 movl $0, 36(%rsp)
22 # COFF-x86-64: c: 48 8d 0d 00 00 00 00 leaq (%rip), %rcx
23 # COFF-x86-64: 13: e8 00 00 00 00 callq 0
24 # COFF-x86-64: 18: e8 00 00 00 00 callq 0
25 # COFF-x86-64: 1d: 8b 44 24 24 movl 36(%rsp), %eax
[all …]
/external/capstone/suite/cstest/src/
Dx86_detail.c193 cs_x86 *x86; in get_detail_x86() local
204 x86 = &(ins->detail->x86); in get_detail_x86()
206 print_string_hex(&result, " ; Prefix:", x86->prefix, 4); in get_detail_x86()
207 print_string_hex(&result, " ; Opcode:", x86->opcode, 4); in get_detail_x86()
208 add_str(&result, " ; rex: 0x%x", x86->rex); in get_detail_x86()
209 add_str(&result, " ; addr_size: %u", x86->addr_size); in get_detail_x86()
210 add_str(&result, " ; modrm: 0x%x", x86->modrm); in get_detail_x86()
211 add_str(&result, " ; disp: 0x%" PRIx64 "", x86->disp); in get_detail_x86()
214 add_str(&result, " ; sib: 0x%x", x86->sib); in get_detail_x86()
215 if (x86->sib_base != X86_REG_INVALID) in get_detail_x86()
[all …]
/external/libgav1/libgav1/src/dsp/
Dlibgav1_dsp.cmake78 "${libgav1_source}/dsp/x86/cdef_avx2.cc"
79 "${libgav1_source}/dsp/x86/cdef_avx2.h"
80 "${libgav1_source}/dsp/x86/convolve_avx2.cc"
81 "${libgav1_source}/dsp/x86/convolve_avx2.h"
82 "${libgav1_source}/dsp/x86/loop_restoration_10bit_avx2.cc"
83 "${libgav1_source}/dsp/x86/loop_restoration_avx2.cc"
84 "${libgav1_source}/dsp/x86/loop_restoration_avx2.h")
135 "${libgav1_source}/dsp/x86/average_blend_sse4.cc"
136 "${libgav1_source}/dsp/x86/average_blend_sse4.h"
137 "${libgav1_source}/dsp/x86/common_sse4.h"
[all …]
/external/libaom/
DAndroid.bp40 "libaom/av1/common/x86/av1_inv_txfm_avx2.c",
41 "libaom/av1/common/x86/cfl_avx2.c",
42 "libaom/av1/common/x86/convolve_2d_avx2.c",
43 "libaom/av1/common/x86/convolve_avx2.c",
44 "libaom/av1/common/x86/highbd_convolve_2d_avx2.c",
45 "libaom/av1/common/x86/highbd_inv_txfm_avx2.c",
46 "libaom/av1/common/x86/highbd_jnt_convolve_avx2.c",
47 "libaom/av1/common/x86/highbd_wiener_convolve_avx2.c",
48 "libaom/av1/common/x86/jnt_convolve_avx2.c",
49 "libaom/av1/common/x86/reconinter_avx2.c",
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp.mk16 DSP_SRCS-$(HAVE_AVX2) += x86/bitdepth_conversion_avx2.h
17 DSP_SRCS-$(HAVE_SSE2) += x86/bitdepth_conversion_sse2.h
50 DSP_SRCS-$(HAVE_SSE2) += x86/intrapred_sse2.asm
51 DSP_SRCS-$(HAVE_SSSE3) += x86/intrapred_ssse3.asm
55 DSP_SRCS-$(HAVE_SSE2) += x86/highbd_intrapred_sse2.asm
56 DSP_SRCS-$(HAVE_SSE2) += x86/highbd_intrapred_intrin_sse2.c
57 DSP_SRCS-$(HAVE_SSSE3) += x86/highbd_intrapred_intrin_ssse3.c
68 DSP_SRCS-$(HAVE_SSE2) += x86/add_noise_sse2.asm
69 DSP_SRCS-$(HAVE_SSE2) += x86/deblock_sse2.asm
70 DSP_SRCS-$(HAVE_SSE2) += x86/post_proc_sse2.c
[all …]
/external/libmpeg2/
DAndroid.bp149 x86: {
159 "decoder/x86",
160 "common/x86",
164 "decoder/x86/impeg2d_function_selector.c",
165 "decoder/x86/impeg2d_function_selector_avx2.c",
166 "decoder/x86/impeg2d_function_selector_ssse3.c",
167 "decoder/x86/impeg2d_function_selector_sse42.c",
168 "common/x86/ideint_function_selector.c",
169 "common/x86/ideint_function_selector_ssse3.c",
170 "common/x86/ideint_function_selector_sse42.c",
[all …]
/external/flac/src/libFLAC/
Dcpu.c178 …info->x86.intel = (flags_ebx == 0x756E6547 && flags_edx == 0x49656E69 && flags_ecx == 0x6C65746E) … in x86_cpu_info()
181 info->x86.cmov = (flags_edx & FLAC__CPUINFO_X86_CPUID_CMOV ) ? true : false; in x86_cpu_info()
182 info->x86.mmx = (flags_edx & FLAC__CPUINFO_X86_CPUID_MMX ) ? true : false; in x86_cpu_info()
183 info->x86.sse = (flags_edx & FLAC__CPUINFO_X86_CPUID_SSE ) ? true : false; in x86_cpu_info()
184 info->x86.sse2 = (flags_edx & FLAC__CPUINFO_X86_CPUID_SSE2 ) ? true : false; in x86_cpu_info()
185 info->x86.sse3 = (flags_ecx & FLAC__CPUINFO_X86_CPUID_SSE3 ) ? true : false; in x86_cpu_info()
186 info->x86.ssse3 = (flags_ecx & FLAC__CPUINFO_X86_CPUID_SSSE3) ? true : false; in x86_cpu_info()
187 info->x86.sse41 = (flags_ecx & FLAC__CPUINFO_X86_CPUID_SSE41) ? true : false; in x86_cpu_info()
188 info->x86.sse42 = (flags_ecx & FLAC__CPUINFO_X86_CPUID_SSE42) ? true : false; in x86_cpu_info()
192 info->x86.avx = (flags_ecx & FLAC__CPUINFO_X86_CPUID_AVX ) ? true : false; in x86_cpu_info()
[all …]
/external/llvm/test/CodeGen/X86/
Dfsgsbase.ll1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -march=x86-64 -mcpu=core-avx-i -mattr=fsgsbase | FileC…
5 %res = call i32 @llvm.x86.rdfsbase.32()
8 declare i32 @llvm.x86.rdfsbase.32() nounwind readnone
12 %res = call i32 @llvm.x86.rdgsbase.32()
15 declare i32 @llvm.x86.rdgsbase.32() nounwind readnone
19 %res = call i64 @llvm.x86.rdfsbase.64()
22 declare i64 @llvm.x86.rdfsbase.64() nounwind readnone
26 %res = call i64 @llvm.x86.rdgsbase.64()
29 declare i64 @llvm.x86.rdgsbase.64() nounwind readnone
33 call void @llvm.x86.wrfsbase.32(i32 %x)
[all …]
/external/icu/icu4c/source/samples/all/
Dall.sln58 Debug|x86 = Debug|x86
60 Release|x86 = Release|x86
65 {DEEADF02-9C14-4854-A395-E505D2904D65}.Debug|x86.ActiveCfg = Debug|Win32
66 {DEEADF02-9C14-4854-A395-E505D2904D65}.Debug|x86.Build.0 = Debug|Win32
69 {DEEADF02-9C14-4854-A395-E505D2904D65}.Release|x86.ActiveCfg = Release|Win32
70 {DEEADF02-9C14-4854-A395-E505D2904D65}.Release|x86.Build.0 = Release|Win32
73 {F7659D77-09CF-4FE9-ACEE-927287AA9509}.Debug|x86.ActiveCfg = Debug|Win32
74 {F7659D77-09CF-4FE9-ACEE-927287AA9509}.Debug|x86.Build.0 = Debug|Win32
77 {F7659D77-09CF-4FE9-ACEE-927287AA9509}.Release|x86.ActiveCfg = Release|Win32
78 {F7659D77-09CF-4FE9-ACEE-927287AA9509}.Release|x86.Build.0 = Release|Win32
[all …]
/external/llvm/test/Transforms/InstCombine/
Dx86-xop.ll7 ; CHECK-NEXT: [[TMP2:%.*]] = tail call <2 x double> @llvm.x86.xop.vfrcz.sd(<2 x double> [[TMP1]])
13 %3 = tail call <2 x double> @llvm.x86.xop.vfrcz.sd(<2 x double> %2)
24 %3 = tail call <2 x double> @llvm.x86.xop.vfrcz.sd(<2 x double> %2)
32 ; CHECK-NEXT: [[TMP2:%.*]] = tail call <4 x float> @llvm.x86.xop.vfrcz.ss(<4 x float> [[TMP1]])
40 %5 = tail call <4 x float> @llvm.x86.xop.vfrcz.ss(<4 x float> %4)
53 %5 = tail call <4 x float> @llvm.x86.xop.vfrcz.ss(<4 x float> %4)
64 %1 = tail call <2 x i64> @llvm.x86.xop.vpcomltq(<2 x i64> %a, <2 x i64> %b)
74 %1 = tail call <2 x i64> @llvm.x86.xop.vpcomltuq(<2 x i64> %a, <2 x i64> %b)
84 %1 = tail call <2 x i64> @llvm.x86.xop.vpcomleq(<2 x i64> %a, <2 x i64> %b)
94 %1 = tail call <2 x i64> @llvm.x86.xop.vpcomleuq(<2 x i64> %a, <2 x i64> %b)
[all …]
Dx86-movmsk.ll12 ; CHECK-NEXT: [[TMP1:%.*]] = call i32 @llvm.x86.mmx.pmovmskb(x86_mmx %a0)
15 %1 = call i32 @llvm.x86.mmx.pmovmskb(x86_mmx %a0)
22 ; CHECK-NEXT: [[TMP1:%.*]] = call i32 @llvm.x86.sse.movmsk.ps(<4 x float> %a0)
25 %1 = call i32 @llvm.x86.sse.movmsk.ps(<4 x float> %a0)
32 ; CHECK-NEXT: [[TMP1:%.*]] = call i32 @llvm.x86.sse2.movmsk.pd(<2 x double> %a0)
35 %1 = call i32 @llvm.x86.sse2.movmsk.pd(<2 x double> %a0)
42 ; CHECK-NEXT: [[TMP1:%.*]] = call i32 @llvm.x86.sse2.pmovmskb.128(<16 x i8> %a0)
45 %1 = call i32 @llvm.x86.sse2.pmovmskb.128(<16 x i8> %a0)
52 ; CHECK-NEXT: [[TMP1:%.*]] = call i32 @llvm.x86.avx.movmsk.ps.256(<8 x float> %a0)
55 %1 = call i32 @llvm.x86.avx.movmsk.ps.256(<8 x float> %a0)
[all …]
/external/llvm/test/Object/
Dobjdump-relocations.test3 RUN: llvm-objdump -r %p/Inputs/trivial-object-test.coff-x86-64 \
4 RUN: | FileCheck %s -check-prefix COFF-x86-64
7 RUN: llvm-objdump -r %p/Inputs/trivial-object-test.elf-x86-64 \
8 RUN: | FileCheck %s -check-prefix ELF-x86-64
16 RUN: llvm-objdump -r %p/Inputs/relocations.elf-x86-64 \
17 RUN: | FileCheck %s -check-prefix ELF-complex-x86-64
24 COFF-x86-64: .text
25 COFF-x86-64: IMAGE_REL_AMD64_REL32 L.str
26 COFF-x86-64: IMAGE_REL_AMD64_REL32 puts
27 COFF-x86-64: IMAGE_REL_AMD64_REL32 SomeOtherFunction
[all …]
/external/llvm-project/llvm/test/Transforms/InstCombine/X86/
Dx86-xop.ll6 ; CHECK-NEXT: [[TMP1:%.*]] = tail call <2 x double> @llvm.x86.xop.vfrcz.sd(<2 x double> [[A:%.*]…
10 %2 = tail call <2 x double> @llvm.x86.xop.vfrcz.sd(<2 x double> %1)
17 ; CHECK-NEXT: [[TMP2:%.*]] = tail call <2 x double> @llvm.x86.xop.vfrcz.sd(<2 x double> [[TMP1]])
23 %3 = tail call <2 x double> @llvm.x86.xop.vfrcz.sd(<2 x double> %2)
34 %3 = tail call <2 x double> @llvm.x86.xop.vfrcz.sd(<2 x double> %2)
41 ; CHECK-NEXT: [[TMP1:%.*]] = tail call <4 x float> @llvm.x86.xop.vfrcz.ss(<4 x float> [[A:%.*]])
47 %4 = tail call <4 x float> @llvm.x86.xop.vfrcz.ss(<4 x float> %3)
54 ; CHECK-NEXT: [[TMP2:%.*]] = tail call <4 x float> @llvm.x86.xop.vfrcz.ss(<4 x float> [[TMP1]])
62 %5 = tail call <4 x float> @llvm.x86.xop.vfrcz.ss(<4 x float> %4)
75 %5 = tail call <4 x float> @llvm.x86.xop.vfrcz.ss(<4 x float> %4)
[all …]
/external/cpuinfo/
DREADME.md13 - x86, x86-64, ARM, and ARM64 architectures
18 - Detection of **supported instruction sets**, up to AVX512 (x86) and ARMv8.3 extensions
22 - ID (**MIDR** on ARM, **CPUID** leaf 1 EAX value on x86) for each CPU core
60 Check if the host CPU supports x86 AVX
127 - [x] x86 ABI
135 - [x] x86
136 - [x] x86-64
141 - [x] x86 (iPhone simulator)
142 - [x] x86-64 (iPhone simulator)
146 - [x] x86
[all …]
/external/libhevc/
DCMakeLists.txt92 "${HEVC_ROOT}/decoder/x86/ihevcd_function_selector.c"
93 "${HEVC_ROOT}/decoder/x86/ihevcd_function_selector_generic.c"
94 "${HEVC_ROOT}/decoder/x86/ihevcd_function_selector_ssse3.c"
95 "${HEVC_ROOT}/decoder/x86/ihevcd_function_selector_sse42.c"
96 "${HEVC_ROOT}/common/x86/ihevc_inter_pred_filters_ssse3_intr.c"
97 "${HEVC_ROOT}/common/x86/ihevc_weighted_pred_ssse3_intr.c"
98 "${HEVC_ROOT}/common/x86/ihevc_intra_pred_filters_ssse3_intr.c"
99 "${HEVC_ROOT}/common/x86/ihevc_chroma_intra_pred_filters_ssse3_intr.c"
100 "${HEVC_ROOT}/common/x86/ihevc_itrans_recon_ssse3_intr.c"
101 "${HEVC_ROOT}/common/x86/ihevc_itrans_recon_16x16_ssse3_intr.c"
[all …]

12345678910>>...264