HomeSort by relevance Sort by last modified time
    Searched full:x86 (Results 401 - 425 of 5961) sorted by null

<<11121314151617181920>>

  /ndk/tests/build/build-assembly-file/jni/
Android.mk 9 ifeq ($(TARGET_ARCH),x86)
10 LOCAL_SRC_FILES := assembly-x86.S
  /external/skia/bench/
bench_expectations.txt 17 desk_amazon.skp_copy_tiles_,Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release-25th,3.500,-6.850,13.850
18 desk_amazon.skp_copy_tiles_,Perf-Win7-ShuttleA-HD2000-x86-Release-25th,10.260,-0.766,21.286
19 desk_amazon.skp_playback_creation_grid_,Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release-25th,0.014,-9.987,10.015
20 desk_amazon.skp_playback_creation_grid_,Perf-Win7-ShuttleA-HD2000-x86-Release-25th,0.015,-9.987,10.016
21 desk_amazon.skp_playback_creation_rtree_,Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release-25th,0.045,-9.959,10.050
22 desk_amazon.skp_playback_creation_rtree_,Perf-Win7-ShuttleA-HD2000-x86-Release-25th,0.043,-9.961,10.047
24 desk_amazon.skp_record_,Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release-25th,0.165,-9.852,10.181
25 desk_amazon.skp_record_,Perf-Win7-ShuttleA-HD2000-x86-Release-25th,0.264,-9.763,10.290
27 desk_amazon.skp_record_grid_,Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release-25th,0.313,-9.718,10.345
28 desk_amazon.skp_record_grid_,Perf-Win7-ShuttleA-HD2000-x86-Release-25th,0.307,-9.723,10.33
    [all...]
  /external/clang/test/CodeGen/
rdrand-builtins.c 11 // CHECK: call { i16, i32 } @llvm.x86.rdrand.16
18 // CHECK: call { i32, i32 } @llvm.x86.rdrand.32
25 // CHECK: call { i64, i32 } @llvm.x86.rdrand.64
32 // CHECK: call { i16, i32 } @llvm.x86.rdseed.16
39 // CHECK: call { i32, i32 } @llvm.x86.rdseed.32
46 // CHECK: call { i64, i32 } @llvm.x86.rdseed.64
avx-cmp-builtins.c 14 // CHECK: @llvm.x86.sse2.cmp.pd({{.*}}, i8 13)
20 // CHECK: @llvm.x86.sse.cmp.ps({{.*}}, i8 13)
26 // CHECK: @llvm.x86.avx.cmp.pd.256({{.*}}, i8 13)
32 // CHECK: @llvm.x86.avx.cmp.ps.256({{.*}}, i8 13)
38 // CHECK: @llvm.x86.sse2.cmp.sd({{.*}}, i8 13)
44 // CHECK: @llvm.x86.sse.cmp.ss({{.*}}, i8 13)
49 // CHECK: @llvm.x86.sse.cmp.ss({{.*}}, i8 1)
55 // CHECK: @llvm.x86.sse.cmp.ss({{.*}}, i8 2)
61 // CHECK: @llvm.x86.sse.cmp.ss({{.*}}, i8 5)
67 // CHECK: @llvm.x86.sse.cmp.ss({{.*}}, i8 6
    [all...]
  /external/llvm/test/CodeGen/X86/
mmx-punpckhdq.ll 1 ; RUN: llc < %s -march=x86 -mattr=+mmx,+sse42 -mtriple=x86_64-apple-darwin10 | FileCheck %s
13 tail call void @llvm.x86.mmx.emms( )
24 %tmp9 = tail call x86_mmx @llvm.x86.mmx.punpckhdq (x86_mmx %tmp2, x86_mmx %tmp2)
26 tail call void @llvm.x86.mmx.emms( )
30 declare x86_mmx @llvm.x86.mmx.punpckhdq(x86_mmx, x86_mmx)
31 declare void @llvm.x86.mmx.emms()
avx-intrinsics-x86.ll 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -march=x86 -mcpu=corei7-avx | FileCheck %s
5 %res = call <2 x i64> @llvm.x86.aesni.aesdec(<2 x i64> %a0, <2 x i64> %a1) ; <<2 x i64>> [#uses=1]
8 declare <2 x i64> @llvm.x86.aesni.aesdec(<2 x i64>, <2 x i64>) nounwind readnone
13 %res = call <2 x i64> @llvm.x86.aesni.aesdeclast(<2 x i64> %a0, <2 x i64> %a1) ; <<2 x i64>> [#uses=1]
16 declare <2 x i64> @llvm.x86.aesni.aesdeclast(<2 x i64>, <2 x i64>) nounwind readnone
21 %res = call <2 x i64> @llvm.x86.aesni.aesenc(<2 x i64> %a0, <2 x i64> %a1) ; <<2 x i64>> [#uses=1]
24 declare <2 x i64> @llvm.x86.aesni.aesenc(<2 x i64>, <2 x i64>) nounwind readnone
29 %res = call <2 x i64> @llvm.x86.aesni.aesenclast(<2 x i64> %a0, <2 x i64> %a1) ; <<2 x i64>> [#uses=1]
32 declare <2 x i64> @llvm.x86.aesni.aesenclast(<2 x i64>, <2 x i64>) nounwind readnone
37 %res = call <2 x i64> @llvm.x86.aesni.aesimc(<2 x i64> %a0) ; <<2 x i64>> [#uses=1
    [all...]
fma3-intrinsics.ll 7 %res = call <4 x float> @llvm.x86.fma.vfmadd.ss(<4 x float> %a0, <4 x float> %a1, <4 x float> %a2) nounwind
10 declare <4 x float> @llvm.x86.fma.vfmadd.ss(<4 x float>, <4 x float>, <4 x float>) nounwind readnone
14 %res = call <4 x float> @llvm.x86.fma.vfmadd.ps(<4 x float> %a0, <4 x float> %a1, <4 x float> %a2) nounwind
17 declare <4 x float> @llvm.x86.fma.vfmadd.ps(<4 x float>, <4 x float>, <4 x float>) nounwind readnone
21 %res = call <8 x float> @llvm.x86.fma.vfmadd.ps.256(<8 x float> %a0, <8 x float> %a1, <8 x float> %a2) nounwind
24 declare <8 x float> @llvm.x86.fma.vfmadd.ps.256(<8 x float>, <8 x float>, <8 x float>) nounwind readnone
28 %res = call <4 x float> @llvm.x86.fma.vfnmadd.ss(<4 x float> %a0, <4 x float> %a1, <4 x float> %a2) nounwind
31 declare <4 x float> @llvm.x86.fma.vfnmadd.ss(<4 x float>, <4 x float>, <4 x float>) nounwind readnone
35 %res = call <4 x float> @llvm.x86.fma.vfnmadd.ps(<4 x float> %a0, <4 x float> %a1, <4 x float> %a2) nounwind
38 declare <4 x float> @llvm.x86.fma.vfnmadd.ps(<4 x float>, <4 x float>, <4 x float>) nounwind readnon
    [all...]
vec_shift.ll 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep psllw
2 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep psrlq
3 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep psraw
9 %tmp9 = tail call <8 x i16> @llvm.x86.sse2.psll.w( <8 x i16> %tmp8, <8 x i16> %tmp6 ) nounwind readnone ; <<8 x i16>> [#uses=1]
19 %tmp9 = tail call <8 x i16> @llvm.x86.sse2.psra.w( <8 x i16> %tmp2, <8 x i16> %tmp8 ) ; <<8 x i16>> [#uses=1]
24 declare <8 x i16> @llvm.x86.sse2.psra.w(<8 x i16>, <8 x i16>) nounwind readnone
28 %tmp9 = tail call <2 x i64> @llvm.x86.sse2.psrl.q( <2 x i64> %b1, <2 x i64> %c ) nounwind readnone ; <<2 x i64>> [#uses=1]
32 declare <2 x i64> @llvm.x86.sse2.psrl.q(<2 x i64>, <2 x i64>) nounwind readnone
34 declare <8 x i16> @llvm.x86.sse2.psll.w(<8 x i16>, <8 x i16>) nounwind readnone
  /external/valgrind/main/none/tests/x86/
Makefile.am 28 bug125959-x86.stderr.exp bug125959-x86.stdout.exp bug125959-x86.vgtest \
29 bug126147-x86.stderr.exp bug126147-x86.stdout.exp bug126147-x86.vgtest \
30 bug132813-x86.stderr.exp bug132813-x86.stdout.exp bug132813-x86.vgtest \
31 bug135421-x86.stderr.exp bug135421-x86.stdout.exp bug135421-x86.vgtest
    [all...]
  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 82 // x86
83 GENOFFSET(X86,x86,EAX);
84 GENOFFSET(X86,x86,EBX);
85 GENOFFSET(X86,x86,ECX);
86 GENOFFSET(X86,x86,EDX);
87 GENOFFSET(X86,x86,ESI)
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 1 //===-- X86FrameLowering.cpp - X86 Frame Information ----------------------===//
10 // This file contains the X86 implementation of TargetFrameLowering class.
61 return X86::SUB64ri8;
62 return X86::SUB64ri32;
65 return X86::SUB32ri8;
66 return X86::SUB32ri;
73 return X86::ADD64ri8;
74 return X86::ADD64ri32;
77 return X86::ADD32ri8;
78 return X86::ADD32ri
    [all...]
X86FastISel.cpp 1 //===-- X86FastISel.cpp - X86 FastISel implementation ---------------------===//
10 // This file defines the X86-specific support for the FastISel class. Much
16 #include "X86.h"
167 // We only handle legal types. For example, on x86-32 the instruction
168 // selector contains all of the 64-bit instructions from x86-64,
188 Opc = X86::MOV8rm;
189 RC = &X86::GR8RegClass;
192 Opc = X86::MOV16rm;
193 RC = &X86::GR16RegClass;
196 Opc = X86::MOV32rm
    [all...]
  /external/chromium_org/third_party/mesa/src/
common.py 29 'x86': 'x86',
30 'i386': 'x86',
31 'i486': 'x86',
32 'i586': 'x86',
33 'i686': 'x86',
34 'BePC': 'x86',
35 'Intel': 'x86',
57 default_machine = 'x86'
90 allowed_values=('generic', 'ppc', 'x86', 'x86_64'))
    [all...]
  /external/mesa3d/
common.py 29 'x86': 'x86',
30 'i386': 'x86',
31 'i486': 'x86',
32 'i586': 'x86',
33 'i686': 'x86',
34 'BePC': 'x86',
35 'Intel': 'x86',
57 default_machine = 'x86'
90 allowed_values=('generic', 'ppc', 'x86', 'x86_64'))
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-x86.c 127 VexGuestX86State* x86 = (VexGuestX86State*) get_arch (set, tst); local
132 case 0: VG_(transfer) (&x86->guest_EAX, buf, dir, size, mod); break;
133 case 1: VG_(transfer) (&x86->guest_ECX, buf, dir, size, mod); break;
134 case 2: VG_(transfer) (&x86->guest_EDX, buf, dir, size, mod); break;
135 case 3: VG_(transfer) (&x86->guest_EBX, buf, dir, size, mod); break;
136 case 4: VG_(transfer) (&x86->guest_ESP, buf, dir, size, mod); break;
137 case 5: VG_(transfer) (&x86->guest_EBP, buf, dir, size, mod); break;
138 case 6: VG_(transfer) (&x86->guest_ESI, buf, dir, size, mod); break;
139 case 7: VG_(transfer) (&x86->guest_EDI, buf, dir, size, mod); break;
140 case 8: VG_(transfer) (&x86->guest_EIP, buf, dir, size, mod); break
    [all...]
  /external/llvm/test/Object/
archive-symtab.test 2 RUN: llvm-ar rcs %t.a %p/Inputs/trivial-object-test.elf-x86-64 %p/Inputs/trivial-object-test2.elf-x86-64
6 CHECK-NEXT: main in trivial-object-test.elf-x86-64
7 CHECK-NEXT: foo in trivial-object-test2.elf-x86-64
8 CHECK-NEXT: main in trivial-object-test2.elf-x86-64
11 CHECK: trivial-object-test.elf-x86-64:
15 CHECK-NEXT: trivial-object-test2.elf-x86-64:
21 RUN: llvm-ar rcS %t.a %p/Inputs/trivial-object-test.elf-x86-64 %p/Inputs/trivial-object-test2.elf-x86-64
35 CORRUPT-NEXT: mbin in trivial-object-test.elf-x86-6
    [all...]
  /external/clang/test/Driver/
gold-lto.c 5 // RUN: | FileCheck %s --check-prefix=CHECK-X86-64-BASIC
6 // CHECK-X86-64-BASIC: "-plugin" "{{.*}}/LLVMgold.so"
7 // CHECK-X86-64-BASIC: "-plugin-opt=foo"
11 // RUN: | FileCheck %s --check-prefix=CHECK-X86-64-COREI7
12 // CHECK-X86-64-COREI7: "-plugin" "{{.*}}/LLVMgold.so"
13 // CHECK-X86-64-COREI7: "-plugin-opt=mcpu=corei7"
14 // CHECK-X86-64-COREI7: "-plugin-opt=foo"
apple-kext-mkernel.c 3 // RUN: FileCheck --check-prefix=CHECK-X86 < %t %s
5 // CHECK-X86: "-disable-red-zone"
6 // CHECK-X86: "-fno-builtin"
7 // CHECK-X86: "-fno-rtti"
8 // CHECK-X86: "-fno-common"
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
x86_xform.c 27 * 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/mesa3d/src/mesa/x86/
x86_xform.c 27 * 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/oprofile/m4/
configmodule.m4 43 AC_MSG_CHECKING(for x86 architecture)
44 AX_KERNEL_OPTION(CONFIG_X86, x86=1, x86=0)
45 AX_KERNEL_OPTION(CONFIG_X86_WP_WORKS_OK, x86=1, x86=$x86)
46 AX_MSG_RESULT_YN($x86)
47 test "$x86" = 1 && arch="x86"
  /system/core/libcorkscrew/
Android.mk 30 arch-x86/backtrace-x86.c \
31 arch-x86/ptrace-x86.c
41 ifeq ($(TARGET_ARCH),x86)
70 # TODO: reenable darwin-x86
71 # ifeq ($(HOST_ARCH),x86)
72 ifeq ($(HOST_OS)-$(HOST_ARCH),linux-x86)
98 endif # HOST_ARCH == x86
  /build/core/combo/arch/x86/
x86.mk 2 # base 'x86' platform ABI. This one must *strictly* match the NDK x86 ABI
11 # it cannot be compatible with the NDK x86 ABI. You should define a new
12 # target arch variant (e.g. "x86-mydevice") and a corresponding file
13 # under build/core/combo/arch/x86/
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101019_1345/META-INF/
MANIFEST.MF 3 x86))
5 Bundle-Localization: launcher.win32.win32.x86
9 Bundle-SymbolicName: org.eclipse.equinox.launcher.win32.win32.x86; sin
14 agments/org.eclipse.equinox.launcher.win32.win32.x86;tag=R36x_v201010
25 Name: launcher.win32.win32.x86.properties
  /external/libvpx/libvpx/
README 13 * All x86 targets require the Yasm[1] assembler be installed.
75 x86-android-gcc
76 x86-darwin8-gcc
77 x86-darwin8-icc
78 x86-darwin9-gcc
79 x86-darwin9-icc
80 x86-darwin10-gcc
81 x86-darwin11-gcc
82 x86-darwin12-gcc
83 x86-darwin13-gc
    [all...]

Completed in 473 milliseconds

<<11121314151617181920>>