Searched refs:x86_64 (Results 1 – 25 of 1390) sorted by relevance
12345678910>>...56
/external/compiler-rt/make/platform/ |
D | clang_linux.mk | 27 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 …]
|
D | clang_darwin.mk | 45 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 …]
|
D | darwin_fat.mk | 27 UniversalArchs := i386 x86_64 49 FUNCTIONS.x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
|
/external/clang/test/Driver/ |
D | darwin-objc-defaults.m | 5 // 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 …]
|
D | darwin-objc-options.m | 3 // 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/ |
D | arc.m | 2 // 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/ |
D | boxed-exprs.m | 10 // 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…
|
D | complete-synthesized.m | 38 // 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/ |
D | CMakeLists.txt | 53 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/ |
D | private.ll | 3 ; 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
|
D | convert-2-addr-3-addr-inc64.ll | 1 ; 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
|
D | stack-protector.ll | 2 ; 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"
|
D | 2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll | 1 ; 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)
|
D | constant-pool-remat-0.ll | 1 ; 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/ |
D | Makefile | 91 ifeq ($(ARCH),x86_64) 93 full-x86_64 profile-x86_64 asan-x86_64 tsan-x86_64
|
/external/compiler-rt/lib/ |
D | CMakeLists.txt | 171 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/ |
D | X86MCAsmInfo.cpp | 41 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/ |
D | CMakeLists.txt | 30 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/ |
D | 176.gcc.txt | 7 … "--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… 9 …x86_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… 15 …x86_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… 25 …x86_64" "-macosx_version_min" "10.6.0" "-weak_reference_mismatches" "non-weak" "-o" "a.out" "-lcrt…
|
/external/qemu/android/build/ |
D | common.sh | 66 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/ |
D | 176.gcc.txt | 6 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… 9 …x86_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… 19 …x86_64" "-macosx_version_min" "10.6.0" "-weak_reference_mismatches" "non-weak" "-o" "a.out" "-lcrt…
|
D | sketch.txt | 6 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… 9 …x86_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… 19 …x86_64" "-macosx_version_min" "10.6.0" "-weak_reference_mismatches" "non-weak" "-o" "a.out" "-lcrt…
|
/external/clang/test/CodeGenObjC/ |
D | attr-availability.m | 1 // 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/ |
D | FindMKL.cmake | 8 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/ |
D | CMakeLists.txt | 22 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