Home
last modified time | relevance | path

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

12345678910>>...125

/external/llvm/test/Object/
Dnm-universal-binary.test1 RUN: llvm-nm -arch all %p/Inputs/macho-universal.x86_64.i386 \
3 RUN: llvm-nm -arch x86_64 %p/Inputs/macho-universal.x86_64.i386 \
4 RUN: | FileCheck %s -check-prefix CHECK-OBJ-x86_64
5 RUN: not llvm-nm -arch armv7m %p/Inputs/macho-universal.x86_64.i386 2>&1 \
7 RUN: not llvm-nm -arch foobar %p/Inputs/macho-universal.x86_64.i386 2>&1 \
9 RUN: llvm-nm -arch all %p/Inputs/macho-universal-archive.x86_64.i386 \
11 RUN: llvm-nm -arch i386 %p/Inputs/macho-universal-archive.x86_64.i386 \
13 RUN: llvm-nm -o -arch all %p/Inputs/macho-universal-archive.x86_64.i386 \
16 CHECK-OBJ: macho-universal.x86_64.i386 (for architecture x86_64):
18 CHECK-OBJ: macho-universal.x86_64.i386 (for architecture i386):
[all …]
Dsize-trivial-macho.test1 RUN: llvm-size -A %p/Inputs/macho-text-data-bss.macho-x86_64 \
3 RUN: llvm-size -B %p/Inputs/macho-text-data-bss.macho-x86_64 \
5 RUN: llvm-size -format darwin %p/Inputs/macho-text-data-bss.macho-x86_64 \
7 RUN: llvm-size %p/Inputs/macho-archive-x86_64.a \
9 RUN: llvm-size -format darwin %p/Inputs/macho-archive-x86_64.a \
11 RUN: llvm-size -m -x -l %p/Inputs/hello-world.macho-x86_64 \
13 RUN: llvm-size -arch all %p/Inputs/macho-universal.x86_64.i386 \
15 RUN: llvm-size -arch i386 %p/Inputs/macho-universal.x86_64.i386 \
17 RUN: llvm-size -arch all %p/Inputs/macho-universal-archive.x86_64.i386 \
19 RUN: llvm-size -arch x86_64 %p/Inputs/macho-universal-archive.x86_64.i386 \
[all …]
/external/llvm/test/tools/dsymutil/X86/
Dmultiple-inputs.test4 RUN: cat %p/../Inputs/basic.macho.x86_64 > %T/multiple-inputs/basic.macho.x86_64
5 RUN: cat %p/../Inputs/basic-archive.macho.x86_64 > %T/multiple-inputs/basic-archive.macho.x86_64
6 RUN: cat %p/../Inputs/basic-lto.macho.x86_64 > %T/multiple-inputs/basic-lto.macho.x86_64
7 RUN: cat %p/../Inputs/basic-lto-dw4.macho.x86_64 > %T/multiple-inputs/basic-lto-dw4.macho.x86_64
10 …macho.x86_64 %T/multiple-inputs/basic-archive.macho.x86_64 %T/multiple-inputs/basic-lto.macho.x86_…
11 RUN: llvm-dwarfdump %T/multiple-inputs/basic.macho.x86_64.dwarf \
13 RUN: llvm-dwarfdump %T/multiple-inputs/basic-archive.macho.x86_64.dwarf \
15 RUN: llvm-dwarfdump %T/multiple-inputs/basic-lto.macho.x86_64.dwarf | FileCheck %S/basic-lto-linkin…
16 RUN: llvm-dwarfdump %T/multiple-inputs/basic-lto-dw4.macho.x86_64.dwarf | FileCheck %S/basic-lto-dw…
19 …macho.x86_64 %T/multiple-inputs/basic-archive.macho.x86_64 %T/multiple-inputs/basic-lto.macho.x86_…
[all …]
Dbasic-linking-bundle.test3 RUN: cat %p/../Inputs/basic.macho.x86_64 > %T/basic-linking-bundle/basic.macho.x86_64
5 RUN: llvm-dsymutil -oso-prepend-path=%p/.. %T/basic-linking-bundle/basic.macho.x86_64
6 …vm-dwarfdump %T/basic-linking-bundle/basic.macho.x86_64.dSYM/Contents/Resources/DWARF/basic.macho.
7 RUN: FileCheck %s --input-file %T/basic-linking-bundle/basic.macho.x86_64.dSYM/Contents/Info.plist
9 …ath=%p/.. %T/basic-linking-bundle/basic.macho.x86_64 -o %T/basic-linking-bundle/dsymdest/basic.mac…
10 …ump %T/basic-linking-bundle/dsymdest/basic.macho.x86_64.dSYM/Contents/Resources/DWARF/basic.macho.
11 RUN: FileCheck %s --input-file %T/basic-linking-bundle/dsymdest/basic.macho.x86_64.dSYM/Contents/In…
20 CHECK-NEXT: <string>com.apple.xcode.dsym.basic.macho.x86_64</string>
/external/boringssl/
Dsources.mk71 src/crypto/bn/asm/x86_64-gcc.c\
113 src/crypto/curve25519/x25519-x86_64.c\
132 src/crypto/ec/p256-x86_64.c\
370 linux-x86_64/crypto/aes/aes-x86_64.S\
371 linux-x86_64/crypto/aes/aesni-x86_64.S\
372 linux-x86_64/crypto/aes/bsaes-x86_64.S\
373 linux-x86_64/crypto/aes/vpaes-x86_64.S\
374 linux-x86_64/crypto/bn/rsaz-avx2.S\
375 linux-x86_64/crypto/bn/rsaz-x86_64.S\
376 linux-x86_64/crypto/bn/x86_64-mont.S\
[all …]
/external/compiler-rt/make/platform/
Dclang_linux.mk24 ifeq ($(call contains,i386 x86_64,$(CompilerTargetArch)),true)
41 SupportedArches += x86_64
44 SupportedArches := x86_64
58 ifeq ($(call contains,$(SupportedArches),x86_64),true)
59 Configs += builtins-x86_64 profile-x86_64
60 Arch.builtins-x86_64 := x86_64
61 Arch.profile-x86_64 := x86_64
73 CFLAGS.builtins-x86_64 := $(CFLAGS) -m64
75 CFLAGS.profile-x86_64 := $(CFLAGS) -m64
78 FUNCTIONS.builtins-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
[all …]
Dclang_mingw.mk11 SupportedArches := x86_64 i386 arm
13 Configs += builtins-x86_64 builtins-i386 builtins-arm
14 Arch.builtins-x86_64 := x86_64
21 CFLAGS.builtins-x86_64 := -target x86_64-windows-gnu $(CFLAGS)
25 FUNCTIONS.builtins-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
Dclang_darwin.mk83 UniversalArchs.10.4 := $(call CheckArches,i386 x86_64,10.4,$(OSX_SDK))
88 UniversalArchs.ios := $(call CheckArches,i386 x86_64,ios,$(IOSSIM_SDK))
94 UniversalArchs.osx := $(call CheckArches,i386 x86_64 x86_64h,osx,$(OSX_SDK))
98 UniversalArchs.cc_kext := $(call CheckArches,i386 x86_64 x86_64h,cc_kext,$(OSX_SDK))
106 UniversalArchs.profile_osx := $(call CheckArches,i386 x86_64 x86_64h,profile_osx,$(OSX_SDK))
108 UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64,profile_ios,$(IOSSIM_SDK))
113 UniversalArchs.asan_osx_dynamic := $(call CheckArches,i386 x86_64 x86_64h,asan_osx_dynamic,$(OSX_SD…
116 UniversalArchs.asan_iossim_dynamic := $(call CheckArches,i386 x86_64,asan_iossim_dynamic,$(IOSSIM_S…
119 UniversalArchs.ubsan_osx_dynamic := $(call CheckArches,i386 x86_64 x86_64h,ubsan_osx_dynamic,$(OSX_…
122 UniversalArchs.ubsan_iossim_dynamic := $(call CheckArches,i386 x86_64,ubsan_iossim_dynamic,$(IOSSIM…
[all …]
/external/boringssl/src/crypto/aes/
DCMakeLists.txt3 if (${ARCH} STREQUAL "x86_64")
7 aes-x86_64.${ASM_EXT}
8 aesni-x86_64.${ASM_EXT}
9 bsaes-x86_64.${ASM_EXT}
10 vpaes-x86_64.${ASM_EXT}
53 perlasm(aes-x86_64.${ASM_EXT} asm/aes-x86_64.pl)
54 perlasm(aesni-x86_64.${ASM_EXT} asm/aesni-x86_64.pl)
55 perlasm(bsaes-x86_64.${ASM_EXT} asm/bsaes-x86_64.pl)
56 perlasm(vpaes-x86_64.${ASM_EXT} asm/vpaes-x86_64.pl)
/external/llvm/test/CodeGen/X86/
Dcpus.ll5 ; RUN: llc < %s -o /dev/null -mtriple=x86_64-unknown-unknown -mcpu=foobar 2>&1 | FileCheck %s --che…
10 ; RUN: llc < %s -o /dev/null -mtriple=x86_64-unknown-unknown -mcpu=nocona 2>&1 | FileCheck %s --che…
11 ; RUN: llc < %s -o /dev/null -mtriple=x86_64-unknown-unknown -mcpu=core2 2>&1 | FileCheck %s --chec…
12 ; RUN: llc < %s -o /dev/null -mtriple=x86_64-unknown-unknown -mcpu=penryn 2>&1 | FileCheck %s --che…
13 ; RUN: llc < %s -o /dev/null -mtriple=x86_64-unknown-unknown -mcpu=nehalem 2>&1 | FileCheck %s --ch…
14 ; RUN: llc < %s -o /dev/null -mtriple=x86_64-unknown-unknown -mcpu=westmere 2>&1 | FileCheck %s --c…
15 ; RUN: llc < %s -o /dev/null -mtriple=x86_64-unknown-unknown -mcpu=sandybridge 2>&1 | FileCheck %s …
16 ; RUN: llc < %s -o /dev/null -mtriple=x86_64-unknown-unknown -mcpu=ivybridge 2>&1 | FileCheck %s --…
17 ; RUN: llc < %s -o /dev/null -mtriple=x86_64-unknown-unknown -mcpu=haswell 2>&1 | FileCheck %s --ch…
18 ; RUN: llc < %s -o /dev/null -mtriple=x86_64-unknown-unknown -mcpu=broadwell 2>&1 | FileCheck %s --…
[all …]
/external/llvm/test/tools/dsymutil/
Ddebug-map-parsing.test1 RUN: llvm-dsymutil -dump-debug-map -oso-prepend-path=%p %p/Inputs/basic.macho.x86_64 | FileCheck %s
2 RUN: llvm-dsymutil -dump-debug-map -oso-prepend-path=%p %p/Inputs/basic-lto.macho.x86_64 | FileChec…
3 …rbose -dump-debug-map -oso-prepend-path=%p %p/Inputs/basic-archive.macho.x86_64 | FileCheck %s --c…
4 RUN: llvm-dsymutil -dump-debug-map %p/Inputs/basic.macho.x86_64 2>&1 | FileCheck %s --check-prefix=…
12 CHECK: triple: 'x86_64-apple-darwin'
13 CHECK: binary-path:{{.*}}/Inputs/basic.macho.x86_64
14 CHECK: filename:{{.*}}/Inputs/basic1.macho.x86_64.o
16 CHECK: filename{{.*}}/Inputs/basic2.macho.x86_64.o
21 CHECK: filename{{.*}}/Inputs/basic3.macho.x86_64.o
32 CHECK-LTO: triple: 'x86_64-apple-darwin'
[all …]
Dyaml-object-address-rewrite.test3 # The YAML debug map bellow is the one from basic-archive.macho.x86_64 with
8 # CHECK-NEXT: triple:{{.*}}'x86_64-apple-darwin'
11 # CHECK-NEXT: filename:{{.*}}/Inputs/basic1.macho.x86_64.o
15 # CHECK-NEXT: filename:{{.*}}/Inputs/./libbasic.a(basic2.macho.x86_64.o)'
23 # CHECK-NEXT: filename:{{.*}}/Inputs/./libbasic.a(basic3.macho.x86_64.o)'
32 triple: 'x86_64-apple-darwin'
34 - filename: /Inputs/basic1.macho.x86_64.o
37 - filename: /Inputs/./libbasic.a(basic2.macho.x86_64.o)
43 - filename: /Inputs/./libbasic.a(basic3.macho.x86_64.o)
Darchive-timestamp.test3 # This is the archive member part of basic-archive.macho.x86_64 debug map with corrupted timestamps.
5 # CHECK: warning: {{.*}}libbasic.a(basic2.macho.x86_64.o): {{[Nn]o}} such file
6 # CHECK: warning: {{.*}}libbasic.a(basic3.macho.x86_64.o): {{[Nn]o}} such file
9 triple: 'x86_64-apple-darwin'
11 - filename: '/Inputs/libbasic.a(basic2.macho.x86_64.o)'
18 - filename: '/Inputs/libbasic.a(basic3.macho.x86_64.o)'
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-archive-headers.test1 RUN: llvm-objdump %p/Inputs/macho-universal-archive.x86_64.i386 -macho -archive-headers -arch all \
3 RUN: llvm-objdump %p/Inputs/macho-universal-archive.x86_64.i386 -macho -archive-headers -arch all -…
5 RUN: llvm-objdump %p/Inputs/macho-universal-archive.x86_64.i386 -macho -archive-headers -arch all -…
9 CHECK: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture x86_64)
12 CHECK: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture i386)
16 OFFSETS: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture x86_64)
19 OFFSETS: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture i386)
23 NON-VERBOSE: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture x86_64)
26 NON-VERBOSE: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture i386)
Dmacho-universal-x86_64.i386.test1 RUN: llvm-objdump %p/Inputs/macho-universal.x86_64.i386 -d -m -no-show-raw-insn -full-leading-addr …
3 RUN: llvm-objdump %p/Inputs/macho-universal-archive.x86_64.i386 -d -m -no-show-raw-insn -full-leadi…
5 RUN: llvm-objdump %p/Inputs/macho-universal.x86_64.i386 -universal-headers -m \
7 RUN: llvm-objdump %p/Inputs/macho-universal.x86_64.i386 -universal-headers -m \
10 UEXE-all: macho-universal.x86_64.i386 (architecture x86_64):
15 UEXE-all: macho-universal.x86_64.i386 (architecture i386):
21 UArchive-i386: Archive : {{.*}}/macho-universal-archive.x86_64.i386
22 UArchive-i386: macho-universal-archive.x86_64.i386(foo.o):
33 FAT: architecture x86_64
/external/boringssl/src/crypto/bn/
DCMakeLists.txt3 if (${ARCH} STREQUAL "x86_64")
7 x86_64-mont.${ASM_EXT}
8 x86_64-mont5.${ASM_EXT}
9 rsaz-x86_64.${ASM_EXT}
48 asm/x86_64-gcc.c
69 perlasm(x86_64-mont.${ASM_EXT} asm/x86_64-mont.pl)
70 perlasm(x86_64-mont5.${ASM_EXT} asm/x86_64-mont5.pl)
71 perlasm(rsaz-x86_64.${ASM_EXT} asm/rsaz-x86_64.pl)
/external/boringssl/src/crypto/sha/
DCMakeLists.txt3 if (${ARCH} STREQUAL "x86_64")
7 sha1-x86_64.${ASM_EXT}
8 sha256-x86_64.${ASM_EXT}
9 sha512-x86_64.${ASM_EXT}
55 perlasm(sha1-x86_64.${ASM_EXT} asm/sha1-x86_64.pl)
56 perlasm(sha256-x86_64.${ASM_EXT} asm/sha512-x86_64.pl sha256)
57 perlasm(sha512-x86_64.${ASM_EXT} asm/sha512-x86_64.pl sha512)
/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.4 2> %t
41 // RUN: %clang -target x86_64-apple-darwin10 -S -### %s \
42 // RUN: -arch x86_64 -mmacosx-version-min=10.5 2> %t
51 // RUN: %clang -target x86_64-apple-darwin10 -S -### %s \
52 // RUN: -arch x86_64 -mmacosx-version-min=10.6 2> %t
[all …]
Dobjc-weak.m3 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fobjc-arc -fobjc-w…
4 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fno-objc-weak -fob…
8 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fobjc-arc -fno-obj…
9 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fobjc-weak -fno-ob…
13 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.5 -S -### %s -fobjc-arc -fobjc-w…
14 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.5 -S -### %s -fno-objc-weak -fob…
17 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fobjc-weak 2>&1 | …
18 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fno-objc-weak -fob…
21 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fno-objc-weak 2>&1…
22 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fobjc-weak -fno-ob…
[all …]
/external/libunwind/
DAndroid.bp38 // src/x86_64/Gstash_frame.c has unnecessary calls to labs.
79 x86_64: {
80 local_include_dirs: ["include/tdep-x86_64"],
320 x86_64: {
322 "src/x86_64/is_fpreg.c",
323 "src/x86_64/regname.c",
324 "src/x86_64/Gcreate_addr_space.c",
325 "src/x86_64/Gget_proc_info.c",
326 "src/x86_64/Gget_save_loc.c",
327 "src/x86_64/Gglobal.c",
[all …]
/external/libvpx/libvpx/
DREADME90 x86_64-android-gcc
91 x86_64-darwin9-gcc
92 x86_64-darwin10-gcc
93 x86_64-darwin11-gcc
94 x86_64-darwin12-gcc
95 x86_64-darwin13-gcc
96 x86_64-darwin14-gcc
97 x86_64-iphonesimulator-gcc
98 x86_64-linux-gcc
99 x86_64-linux-icc
[all …]
/external/boringssl/src/crypto/modes/
DCMakeLists.txt3 if (${ARCH} STREQUAL "x86_64")
7 aesni-gcm-x86_64.${ASM_EXT}
8 ghash-x86_64.${ASM_EXT}
51 perlasm(aesni-gcm-x86_64.${ASM_EXT} asm/aesni-gcm-x86_64.pl)
52 perlasm(ghash-x86_64.${ASM_EXT} asm/ghash-x86_64.pl)
/external/libunwind/src/
DMakefile.am320 noinst_HEADERS += x86_64/offsets.h \
321 x86_64/init.h x86_64/unwind_i.h x86_64/ucontext_i.h
323 x86_64/is_fpreg.c x86_64/regname.c
329 x86_64/setcontext.S \
330 x86_64/Lcreate_addr_space.c x86_64/Lget_save_loc.c x86_64/Lglobal.c \
331 x86_64/Linit.c x86_64/Linit_local.c x86_64/Linit_remote.c \
332 x86_64/Lget_proc_info.c x86_64/Lregs.c x86_64/Lresume.c \
333 x86_64/Lstash_frame.c x86_64/Lstep.c x86_64/Ltrace.c x86_64/getcontext.S
339 x86_64/Gcreate_addr_space.c x86_64/Gget_save_loc.c x86_64/Gglobal.c \
340 x86_64/Ginit.c x86_64/Ginit_local.c x86_64/Ginit_remote.c \
[all …]
/external/boringssl/src/crypto/ec/
DCMakeLists.txt3 if (${ARCH} STREQUAL "x86_64")
7 p256-x86_64-asm.${ASM_EXT}
23 p256-x86_64.c
31 perlasm(p256-x86_64-asm.${ASM_EXT} asm/p256-x86_64-asm.pl)
/external/skia/infra/branch-config/
Dcq.cfg29 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot" }
30 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot" }
31 builders { name: "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot" }
35 builders { name: "Build-Mac-Clang-x86_64-Release-Trybot" }
37 builders { name: "Build-Ubuntu-Clang-x86_64-Debug-Trybot" }
41 builders { name: "Build-Ubuntu-GCC-x86_64-Release-Trybot" }
43 builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" }

12345678910>>...125