Home
last modified time | relevance | path

Searched refs:x86_64 (Results 1 – 25 of 1390) sorted by relevance

12345678910>>...56

/external/compiler-rt/make/platform/
Dclang_linux.mk27 ifeq ($(call contains,i386 x86_64,$(CompilerTargetArch)),true)
28 Configs += full-i386 full-x86_64
30 Arch.full-x86_64 := x86_64
34 ifeq ($(call contains,i386 x86_64,$(CompilerTargetArch)),true)
35 Configs += profile-i386 profile-x86_64
37 Arch.profile-x86_64 := x86_64
45 ifeq ($(CompilerTargetArch),x86_64)
46 Configs += asan-x86_64
47 Arch.asan-x86_64 := x86_64
51 ifeq ($(CompilerTargetArch),x86_64)
[all …]
Dclang_darwin.mk45 UniversalArchs.10.4 := $(call CheckArches,i386 x86_64,10.4)
50 UniversalArchs.osx := $(call CheckArches,i386 x86_64,osx)
54 UniversalArchs.cc_kext := $(call CheckArches,i386 x86_64,cc_kext)
58 UniversalArchs.profile_osx := $(call CheckArches,i386 x86_64,profile_osx)
62 UniversalArchs.asan_osx := $(call CheckArches,i386 x86_64,asan_osx)
65 UniversalArchs.asan_osx_dynamic := $(call CheckArches,i386 x86_64,asan_osx_dynamic)
106 CFLAGS.osx.x86_64 := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS)
108 CFLAGS.cc_kext.x86_64 := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS)
110 CFLAGS.profile_osx.x86_64 := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS)
260 FUNCTIONS.cc_kext.x86_64 := $(CCKEXT_X86_FUNCTIONS) \
[all …]
Ddarwin_fat.mk27 UniversalArchs := i386 x86_64
49 FUNCTIONS.x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
/external/clang/test/Driver/
Ddarwin-objc-defaults.m5 // RUN: %clang -target x86_64-apple-darwin10 -S -### %s \
14 // RUN: %clang -target x86_64-apple-darwin10 -S -### %s \
23 // RUN: %clang -target x86_64-apple-darwin10 -S -### %s \
32 // x86_64
34 // RUN: %clang -target x86_64-apple-darwin10 -S -### %s \
35 // RUN: -arch x86_64 -mmacosx-version-min=10.5 2> %t
43 // RUN: %clang -target x86_64-apple-darwin10 -S -### %s \
44 // RUN: -arch x86_64 -mmacosx-version-min=10.6 2> %t
52 // RUN: %clang -target x86_64-apple-darwin10 -S -### %s \
53 // RUN: -arch x86_64 -miphoneos-version-min=3.0 2> %t
[all …]
Ddarwin-objc-options.m3 // RUN: %clang -target x86_64-apple-darwin10 -S -### %s \
4 // RUN: -arch x86_64 -fobjc-abi-version=1 2> %t
12 // RUN: %clang -target x86_64-apple-darwin10 -S -### %s \
23 // RUN: %clang -target x86_64-apple-darwin10 -S -### %s \
/external/clang/test/PCH/
Darc.m2 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include %S/Inputs/arc.h -fsyn…
5 // RUN: %clang_cc1 -emit-pch -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -x objective-c-heade…
6 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-only …
9 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -include-pch %t -fsyntax-only -emit-llvm-…
10 // RUN: %clang_cc1 -emit-pch -fblocks -triple x86_64-apple-darwin11 -x objective-c-header -o %t %S/…
11 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-only …
/external/clang/test/Index/
Dboxed-exprs.m10 // RUN: c-index-test -index-file -target x86_64-apple-macosx10.7 %s | FileCheck -check-prefix=CHECK…
13 // RUN: c-index-test -cursor-at=%s:7:24 -target x86_64-apple-macosx10.7 %s | FileCheck -check-prefi…
14 // RUN: env CINDEXTEST_EDITING=1 c-index-test -cursor-at=%s:7:24 -target x86_64-apple-macosx10.7 %s…
17 // RUN: c-index-test -cursor-at=%S/boxed-exprs.h:9:19 -target x86_64-apple-macosx10.7 %s | FileChec…
18 // RUN: env CINDEXTEST_EDITING=1 c-index-test -cursor-at=%S/boxed-exprs.h:9:19 -target x86_64-apple…
Dcomplete-synthesized.m38 // RUN: c-index-test -code-completion-at=%s:24:1 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-…
39 // RUN: c-index-test -code-completion-at=%s:30:2 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-…
40 // RUN: c-index-test -code-completion-at=%s:34:2 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-…
/external/compiler-rt/lib/asan/
DCMakeLists.txt53 filter_available_targets(ASAN_TARGETS x86_64 i386)
60 add_library(clang_rt.asan-x86_64 STATIC
62 $<TARGET_OBJECTS:RTInterception.x86_64>
63 $<TARGET_OBJECTS:RTSanitizerCommon.x86_64>
65 set_target_compile_flags(clang_rt.asan-x86_64
68 list(APPEND ASAN_RUNTIME_LIBRARIES clang_rt.asan-x86_64)
107 filter_available_targets(ASAN_TARGETS x86_64 i386)
/external/llvm/test/CodeGen/X86/
Dprivate.ll3 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep .Lfoo:
4 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep call.*\.Lfoo
5 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep .Lbaz:
6 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep movl.*\.Lbaz
Dconvert-2-addr-3-addr-inc64.ll1 ; RUN: llc < %s -mtriple=x86_64-linux -o /dev/null -stats 2>&1 | FileCheck %s -check-prefix=STATS
2 ; RUN: llc < %s -mtriple=x86_64-win32 -o /dev/null -stats 2>&1 | FileCheck %s -check-prefix=STATS
5 ; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
6 ; RUN: llc < %s -mtriple=x86_64-win32 | FileCheck %s
Dstack-protector.ll2 ; RUN: llc -mtriple=x86_64-pc-linux-gnu < %s -o - | grep %fs:
3 ; RUN: llc -code-model=kernel -mtriple=x86_64-pc-linux-gnu < %s -o - | grep %gs:
4 ; RUN: llc -mtriple=x86_64-apple-darwin < %s -o - | grep "__stack_chk_guard"
5 ; RUN: llc -mtriple=x86_64-apple-darwin < %s -o - | grep "__stack_chk_fail"
D2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll1 ; RUN: llc < %s -tailcallopt -march=x86-64 -mattr=+sse2 -mtriple=x86_64-apple-darwin | grep fstpt
2 ; RUN: llc < %s -tailcallopt -march=x86-64 -mattr=+sse2 -mtriple=x86_64-apple-darwin | grep xmm
5 ; calling convention out of sync with standard c calling convention on x86_64)
Dconstant-pool-remat-0.ll1 ; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
2 ; RUN: llc < %s -mtriple=x86_64-linux -regalloc=greedy | FileCheck %s
9 ; RUN: llc < %s -mtriple=x86_64-linux -o /dev/null -stats -info-output-file - | FileCheck %s -check…
/external/clang/runtime/compiler-rt/
DMakefile91 ifeq ($(ARCH),x86_64)
93 full-x86_64 profile-x86_64 asan-x86_64 tsan-x86_64
/external/compiler-rt/lib/
DCMakeLists.txt171 add_library(clang_rt.x86_64 STATIC
172 x86_64/floatdidf.c
173 x86_64/floatdisf.c
174 x86_64/floatdixf.c
175 x86_64/floatundidf.S
176 x86_64/floatundisf.S
177 x86_64/floatundixf.S
180 set_target_properties(clang_rt.x86_64 PROPERTIES COMPILE_FLAGS "-std=c99 ${TARGET_X86_64_CFLAGS}")
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp41 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin()
74 if (T.getArch() == Triple::x86_64) in X86ELFMCAsmInfo()
121 if (Triple.getArch() == Triple::x86_64) { in X86MCAsmInfoMicrosoft()
134 if (Triple.getArch() == Triple::x86_64) { in X86MCAsmInfoGNUCOFF()
/external/compiler-rt/lib/sanitizer_common/
DCMakeLists.txt30 filter_available_targets(SANITIZER_TARGETS x86_64 i386)
37 add_library(RTSanitizerCommon.x86_64 OBJECT ${SANITIZER_SOURCES})
38 set_target_compile_flags(RTSanitizerCommon.x86_64
40 list(APPEND SANITIZER_RUNTIME_LIBRARIES RTSanitizerCommon.x86_64)
/external/clang/www/timing-data/2009-03-02/
D176.gcc.txt7 … "--mcpu=core2" "--fmath-errno=0" "-mmacosx-version-min=10.6.0" "-arch" "x86_64" "-o" "/tmp/tmp62e…
8 …"/usr/libexec/gcc/i686-apple-darwin10/4.2.1/as" "-arch" "x86_64" "-force_cpusubtype_ALL" "-o" "/tm…
9x86_64" "-macosx_version_min" "10.6.0" "-weak_reference_mismatches" "non-weak" "-o" "a.out" "-lcrt…
13 …"/usr/libexec/gcc/i686-apple-darwin10/4.2.1/cc1" "-quiet" "-imultilib" "x86_64" "-D__DYNAMIC__" "/…
14 …"/usr/libexec/gcc/i686-apple-darwin10/4.2.1/as" "-arch" "x86_64" "-force_cpusubtype_ALL" "-o" "/tm…
15x86_64" "-macosx_version_min" "10.6.0" "-weak_reference_mismatches" "non-weak" "-o" "a.out" "-lcrt…
20 …lude-dir=/include/c++/4.2.1 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --t…
23 …"/usr/libexec/gcc/i686-apple-darwin10/4.2.1/cc1" "-quiet" "-imultilib" "x86_64" "-D__DYNAMIC__" "/…
24 …"/usr/libexec/gcc/i686-apple-darwin10/4.2.1/as" "-arch" "x86_64" "-force_cpusubtype_ALL" "-o" "/va…
25x86_64" "-macosx_version_min" "10.6.0" "-weak_reference_mismatches" "non-weak" "-o" "a.out" "-lcrt…
/external/qemu/android/build/
Dcommon.sh66 amd64) CPU=x86_64
179 if [ $CPU = x86_64 ] ; then
182 linux-x86_64) OS=linux-x86 ;;
183 darwin-x86_64) OS=darwin-x86 ;;
184 freebsd-x86_64) OS=freebsd-x86 ;;
507 linux-x86_64)
520 linux-x86_64)
/external/clang/www/timing-data/2009-06-26/
D176.gcc.txt6 Target: x86_64-apple-darwin10
7 …"/Volumes/Data/ddunbar/llvm.install/bin/../libexec/clang-cc" "-triple" "x86_64-apple-darwin10" "-S…
8 …"/usr/libexec/gcc/i686-apple-darwin10/4.2.1/as" "-arch" "x86_64" "-force_cpusubtype_ALL" "-o" "/va…
9x86_64" "-macosx_version_min" "10.6.0" "-weak_reference_mismatches" "non-weak" "-o" "a.out" "-lcrt…
14 …lude-dir=/include/c++/4.2.1 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --t…
17 …"/usr/libexec/gcc/i686-apple-darwin10/4.2.1/cc1" "-quiet" "-imultilib" "x86_64" "-D__DYNAMIC__" "/…
18 …"/usr/libexec/gcc/i686-apple-darwin10/4.2.1/as" "-arch" "x86_64" "-force_cpusubtype_ALL" "-o" "/va…
19x86_64" "-macosx_version_min" "10.6.0" "-weak_reference_mismatches" "non-weak" "-o" "a.out" "-lcrt…
Dsketch.txt6 Target: x86_64-apple-darwin10
7 …"/Volumes/Data/ddunbar/llvm.install/bin/../libexec/clang-cc" "-triple" "x86_64-apple-darwin10" "-S…
8 …"/usr/libexec/gcc/i686-apple-darwin10/4.2.1/as" "-arch" "x86_64" "-force_cpusubtype_ALL" "-o" "/va…
9x86_64" "-macosx_version_min" "10.6.0" "-weak_reference_mismatches" "non-weak" "-o" "a.out" "-lcrt…
14 …lude-dir=/include/c++/4.2.1 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --t…
17 …"/usr/libexec/gcc/i686-apple-darwin10/4.2.1/cc1" "-quiet" "-imultilib" "x86_64" "-D__DYNAMIC__" "/…
18 …"/usr/libexec/gcc/i686-apple-darwin10/4.2.1/as" "-arch" "x86_64" "-force_cpusubtype_ALL" "-o" "/va…
19x86_64" "-macosx_version_min" "10.6.0" "-weak_reference_mismatches" "non-weak" "-o" "a.out" "-lcrt…
/external/clang/test/CodeGenObjC/
Dattr-availability.m1 // RUN: %clang_cc1 -fvisibility hidden "-triple" "x86_64-apple-darwin8.0.0" -emit-llvm -o - %s | Fi…
2 // RUN: %clang_cc1 -fvisibility hidden "-triple" "x86_64-apple-darwin9.0.0" -emit-llvm -o - %s | Fi…
3 // RUN: %clang_cc1 -fvisibility hidden "-triple" "x86_64-apple-darwin10.0.0" -emit-llvm -o - %s | F…
/external/eigen/bench/btl/cmake/
DFindMKL.cmake8 if(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")
33 else(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")
58 endif(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")
/external/compiler-rt/lib/interception/
DCMakeLists.txt22 filter_available_targets(INTERCEPTION_TARGETS x86_64 i386)
28 add_library(RTInterception.x86_64 OBJECT ${INTERCEPTION_SOURCES})
29 set_target_compile_flags(RTInterception.x86_64

12345678910>>...56