Searched refs:x86 (Results 1 - 25 of 656) sorted by relevance

1234567891011>>

/external/libhevc/
H A Ddecoder.x86.mk3 libhevcd_inc_dir_x86 += $(LOCAL_PATH)/decoder/x86
4 libhevcd_inc_dir_x86 += $(LOCAL_PATH)/common/x86
6 libhevcd_srcs_c_x86 += decoder/x86/ihevcd_function_selector.c
7 libhevcd_srcs_c_x86 += decoder/x86/ihevcd_function_selector_generic.c
8 libhevcd_srcs_c_x86 += decoder/x86/ihevcd_function_selector_ssse3.c
9 libhevcd_srcs_c_x86 += decoder/x86/ihevcd_function_selector_sse42.c
12 libhevcd_srcs_c_x86 += common/x86/ihevc_inter_pred_filters_ssse3_intr.c
13 libhevcd_srcs_c_x86 += common/x86/ihevc_weighted_pred_ssse3_intr.c
14 libhevcd_srcs_c_x86 += common/x86/ihevc_intra_pred_filters_ssse3_intr.c
15 libhevcd_srcs_c_x86 += common/x86/ihevc_chroma_intra_pred_filters_ssse3_int
[all...]
/external/valgrind/none/tests/scripts/
H A Dshell_dir.stderr.exp1 valgrind: ./x86/: is a directory
H A Dshell10 ./x86/
/external/valgrind/coregrind/m_gdbserver/
H A Dvalgrind-low-x86.c126 VexGuestX86State* x86 = (VexGuestX86State*) get_arch (set, tst); local
131 case 0: VG_(transfer) (&x86->guest_EAX, buf, dir, size, mod); break;
132 case 1: VG_(transfer) (&x86->guest_ECX, buf, dir, size, mod); break;
133 case 2: VG_(transfer) (&x86->guest_EDX, buf, dir, size, mod); break;
134 case 3: VG_(transfer) (&x86->guest_EBX, buf, dir, size, mod); break;
135 case 4: VG_(transfer) (&x86->guest_ESP, buf, dir, size, mod); break;
136 case 5: VG_(transfer) (&x86->guest_EBP, buf, dir, size, mod); break;
137 case 6: VG_(transfer) (&x86->guest_ESI, buf, dir, size, mod); break;
138 case 7: VG_(transfer) (&x86->guest_EDI, buf, dir, size, mod); break;
139 case 8: VG_(transfer) (&x86
261 VexGuestX86State* x86 = (VexGuestX86State*)&tst->arch.vex; local
[all...]
/external/vboot_reference/scripts/image_signing/sample-test-configs/
H A Densure_sane_lsb-release.config12 x86-mario
13 x86-alex-signed-mp-v3keys
/external/opencv3/platforms/scripts/
H A Dcmake_android_x86.sh8 cmake -DANDROID_ABI=x86 -DCMAKE_TOOLCHAIN_FILE=../android/android.toolchain.cmake $@ ../..
H A Dcamera_build.conf6 native_camera_r2.3.3; x86; 9; $ANDROID_STUB_ROOT/2.3.3
9 native_camera_r3.0.1; x86; 9; $ANDROID_STUB_ROOT/3.0.1
12 native_camera_r4.0.3; x86; 14; $ANDROID_STUB_ROOT/4.0.3
18 native_camera_r4.1.1; x86; 14; $ANDROID_STUB_ROOT/4.1.1
22 native_camera_r4.2.0; x86; 14; $ANDROID_STUB_ROOT/4.2.0
26 native_camera_r4.3.0; x86; 14; $ANDROID_STUB_ROOT/4.3.0
30 native_camera_r4.4.0; x86; 14; $ANDROID_STUB_ROOT/4.4.0
/external/vogar/bin/
H A Dvogar-android16 vogar_jar=${OUT_DIR-${ANDROID_BUILD_TOP}/out}/host/linux-x86/framework/vogar.jar
/external/boringssl/src/crypto/obj/
H A Dobj_dat.h67 0x2A,0x86,0x48,0x86,0xF7,0x0D, /* [ 0] OBJ_rsadsi */
68 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01, /* [ 6] OBJ_pkcs */
69 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x02, /* [ 13] OBJ_md2 */
70 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x05, /* [ 21] OBJ_md5 */
71 0x2A,0x86,0x48,0x86,
[all...]
/external/llvm/
H A Dandroid_test.sh16 if [ ! -d $ANDROID_BUILD_TOP/out/test/host/linux-x86/obj/test_llvm ]; then
17 mkdir -p $ANDROID_BUILD_TOP/out/test/host/linux-x86/obj/test_llvm
/external/llvm/lib/Target/X86/TargetInfo/
H A DX86TargetInfo.cpp17 RegisterTarget<Triple::x86, /*HasJIT=*/true>
18 X(TheX86_32Target, "x86", "32-bit X86: Pentium-Pro and above");
21 Y(TheX86_64Target, "x86-64", "64-bit X86: EM64T and AMD64");
/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp.mk42 DSP_SRCS-$(HAVE_SSE) += x86/intrapred_sse2.asm
43 DSP_SRCS-$(HAVE_SSE2) += x86/intrapred_sse2.asm
44 DSP_SRCS-$(HAVE_SSSE3) += x86/intrapred_ssse3.asm
45 DSP_SRCS-$(HAVE_SSSE3) += x86/vpx_subpixel_8t_ssse3.asm
50 DSP_SRCS-$(HAVE_SSE) += x86/highbd_intrapred_sse2.asm
51 DSP_SRCS-$(HAVE_SSE2) += x86/highbd_intrapred_sse2.asm
70 DSP_SRCS-$(ARCH_X86)$(ARCH_X86_64) += x86/convolve.h
71 DSP_SRCS-$(ARCH_X86)$(ARCH_X86_64) += x86/vpx_asm_stubs.c
72 DSP_SRCS-$(HAVE_SSE2) += x86/vpx_subpixel_8t_sse2.asm
73 DSP_SRCS-$(HAVE_SSE2) += x86/vpx_subpixel_bilinear_sse
[all...]
/external/opencv3/platforms/winrt/
H A Dbuild_all.bat32 call:DoMSBuild ..\..\bin\WP\8.1\x86\OpenCV.sln Debug
33 call:DoMSBuild ..\..\bin\WP\8.1\x86\INSTALL.vcxproj Debug
34 call:DoMSBuild ..\..\bin\WP\8.1\x86\OpenCV.sln Release
35 call:DoMSBuild ..\..\bin\WP\8.1\x86\INSTALL.vcxproj Release
42 call:DoMSBuild ..\..\bin\WS\8.1\x86\OpenCV.sln Debug
43 call:DoMSBuild ..\..\bin\WS\8.1\x86\INSTALL.vcxproj Debug
44 call:DoMSBuild ..\..\bin\WS\8.1\x86\OpenCV.sln Release
45 call:DoMSBuild ..\..\bin\WS\8.1\x86\INSTALL.vcxproj Release
52 call:DoMSBuild ..\..\bin\WP\8.0\x86\OpenCV.sln Debug
53 call:DoMSBuild ..\..\bin\WP\8.0\x86\INSTAL
[all...]
/external/mesa3d/src/mesa/x86/
H A Dx86_xform.c27 * Intel x86 assembly code by Josh Vanderhoof
52 DECLARE_XFORM_GROUP( x86, 2 )
53 DECLARE_XFORM_GROUP( x86, 3 )
54 DECLARE_XFORM_GROUP( x86, 4 )
93 ASSIGN_XFORM_GROUP( x86, 2 );
94 ASSIGN_XFORM_GROUP( x86, 3 );
95 ASSIGN_XFORM_GROUP( x86, 4 );
101 _math_test_all_transform_functions( "x86" );
102 _math_test_all_cliptest_functions( "x86" );
/external/valgrind/memcheck/tests/x86/
H A Dxor-undef-x86.stderr.exp2 at 0x........: main (xor-undef-x86.c:17)
5 at 0x........: main (xor-undef-x86.c:38)
8 at 0x........: main (xor-undef-x86.c:67)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
H A DfeedPublish.eclipse.properties66 0,win32,win,x86,UNKNOWN,\
67 0,linux,gtk,x86,UNKNOWN,\
70 0,solaris8,gtk,x86,UNKNOWN,\
71 0,aix,motif,x86,UNKNOWN,\
72 0,hp-ux,motif,x86,UNKNOWN,\
75 RHEL4-3GHz-2.5GB,linux,gtk,x86,UNKNOWN,\
76 winxp-3GHz-2GB,win32,win,x86,UNKNOWN,\
77 RHEL3-3GHz-2GB,linux,gtk,x86,UNKNOWN,\
78 winxp-2GHz-512MB,win32,win,x86,UNKNOWN
85 win32,win,x86,SD
[all...]
/external/libedit/
H A DREADME.android12 Currently for linux x86 (32-bit) host only.
/external/llvm/autoconf/m4/
H A Dlinux_mixed_64_32.m410 error: Not x86-64 even if uname says so!
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding-4xx.s6 # CHECK-BE: mfdcr 3, 178 # encoding: [0x7c,0x72,0x2a,0x86]
7 # CHECK-LE: mfdcr 3, 178 # encoding: [0x86,0x2a,0x72,0x7c]
9 # CHECK-BE: mtdcr 178, 3 # encoding: [0x7c,0x72,0x2b,0x86]
10 # CHECK-LE: mtdcr 178, 3 # encoding: [0x86,0x2b,0x72,0x7c]
120 # CHECK-BE: mfbr0 5 # encoding: [0x7c,0xa0,0x22,0x86]
121 # CHECK-LE: mfbr0 5 # encoding: [0x86,0x22,0xa0,0x7c]
123 # CHECK-BE: mtbr0 5 # encoding: [0x7c,0xa0,0x23,0x86]
124 # CHECK-LE: mtbr0 5 # encoding: [0x86,0x23,0xa0,0x7c]
126 # CHECK-BE: mfbr1 5 # encoding: [0x7c,0xa1,0x22,0x86]
127 # CHECK-LE: mfbr1 5 # encoding: [0x86,
[all...]
/external/selinux/prebuilts/bin/
H A Daudit2allow6 export PYTHONPATH=$ANDROID_BUILD_TOP/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages
H A Daudit2why6 export PYTHONPATH=$ANDROID_BUILD_TOP/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages
/external/llvm/test/MC/Sparc/
H A Dsparc-alu-instructions.s6 ! CHECK: add %g1, %g2, %g3 ! encoding: [0x86,0x00,0x40,0x02]
13 ! CHECK: addcc %g1, %g2, %g3 ! encoding: [0x86,0x80,0x40,0x02]
16 ! CHECK: addxcc %g1, %g2, %g3 ! encoding: [0x86,0xc0,0x40,0x02]
19 ! CHECK: udiv %g1, %g2, %g3 ! encoding: [0x86,0x70,0x40,0x02]
22 ! CHECK: sdiv %g1, %g2, %g3 ! encoding: [0x86,0x78,0x40,0x02]
25 ! CHECK: and %g1, %g2, %g3 ! encoding: [0x86,0x08,0x40,0x02]
27 ! CHECK: andn %g1, %g2, %g3 ! encoding: [0x86,0x28,0x40,0x02]
29 ! CHECK: or %g1, %g2, %g3 ! encoding: [0x86,0x10,0x40,0x02]
31 ! CHECK: orn %g1, %g2, %g3 ! encoding: [0x86,0x30,0x40,0x02]
33 ! CHECK: xor %g1, %g2, %g3 ! encoding: [0x86,
[all...]
/external/valgrind/memcheck/tests/vbit-test/
H A Dirops.c38 { DEFOP(Iop_Add8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 0 },
39 { DEFOP(Iop_Add16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 0 },
40 { DEFOP(Iop_Add32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 1 },
41 { DEFOP(Iop_Add64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 0, .mips64 = 1, .tilegx = 1 }, // mips asserts
42 { DEFOP(Iop_Sub8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 1 },
43 { DEFOP(Iop_Sub16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 1, .mips64 = 1, .tilegx = 1 },
44 { DEFOP(Iop_Sub32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 1 },
45 { DEFOP(Iop_Sub64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 0, .mips32 = 0, .mips64 = 1, .tilegx = 1 }, // ppc32, mips assert
46 { DEFOP(Iop_Mul8, UNDEF_LEFT), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0, .tilegx = 0 },
47 { DEFOP(Iop_Mul16, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86
[all...]
/external/fio/os/windows/
H A Ddobuild.cmd9 if "%1"=="x86" set FIO_ARCH=x86
14 echo Usage: dobuild x86
/external/libvpx/libvpx/vp8/
H A Dvp8cx.mk83 VP8_CX_SRCS-$(HAVE_MMX) += encoder/x86/dct_mmx.asm
84 VP8_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp8_enc_stubs_mmx.c
85 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/dct_sse2.asm
86 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/fwalsh_sse2.asm
87 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp8_quantize_sse2.c
88 VP8_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/quantize_ssse3.c
89 VP8_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/quantize_sse4.c
92 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/denoising_sse2.c
95 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm
96 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp8_enc_stubs_sse
[all...]

Completed in 726 milliseconds

1234567891011>>