Searched refs:x86_64 (Results 1 - 25 of 309) sorted by relevance

1234567891011>>

/external/elfutils/tests/
H A Drun-backtrace-core-x86_64.sh20 check_core x86_64
/external/lldb/test/macosx/universal/
H A DMakefile3 testit: testit.i386 testit.x86_64
4 lipo -create -o testit testit.i386 testit.x86_64
9 testit.x86_64: testit.x86_64.o
10 $(CC) -arch x86_64 -o testit.x86_64 testit.x86_64.o
15 testit.x86_64.o: main.c
16 $(CC) -g -O0 -arch x86_64 -c -o testit.x86_64
[all...]
/external/compiler-rt/make/platform/
H A 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)
H A Dclang_linux.mk22 # Define configs only if arch in triple is i386 or x86_64
24 ifeq ($(call contains,i386 x86_64,$(CompilerTargetArch)),true)
41 SupportedArches += x86_64
44 SupportedArches := x86_64
57 # Build runtime libraries for 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
[all...]
/external/autotest/client/site_tests/security_SMMLocked/src/
H A DMakefile8 ifneq (,$(filter $(shell uname -m),x86_64 i686))
/external/llvm/lib/Target/X86/TargetInfo/
H A DX86TargetInfo.cpp20 RegisterTarget<Triple::x86_64, /*HasJIT=*/true>
/external/lldb/test/functionalities/fat_archives/
H A DMakefile4 $(CC) -arch x86_64 -g -c a.c
5 ar -q liba-x86_64.a a.o
6 lipo -create -output liba.a liba-i386.a liba-x86_64.a
11 rm -rf a.o a.out liba-i386.a liba-x86_64.a liba.a *un~ .*un~ main.o *.pyc
/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.cpp25 case Triple::x86_64: {
37 case Triple::x86_64:
/external/llvm/test/MC/AsmParser/
H A Ddirective_thread_init_func.s1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
H A Ddirective_tbss.s1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
H A Ddirective_tdata.s1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
H A Ddirective_tlv.s1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
/external/llvm/test/MC/X86/AlignedBundling/
H A Dbundle-group-too-large-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
2 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - 2>&1 | FileCheck %s
H A Dlock-without-bundle-mode-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
H A Dunlock-without-lock-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
H A Dalign-mode-argument-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
H A Dbundle-lock-option-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
/external/boringssl/
H A 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/crypt
[all...]
/external/llvm/test/MC/ELF/
H A Dcommon-error3.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux %s 2>&1 | FileCheck %s
H A Dcommon-redeclare.s1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux %s | llvm-objdump -t - | FileCheck %s
/external/mesa3d/src/gallium/state_trackers/d3d1x/tools/
H A Dfxc6 if test "$arch" == i386 || test "$arch" == i486 || test "$arch" == i586 || test "$arch" == i686 || test "$arch" == x86_64; then
/external/compiler-rt/lib/builtins/x86_64/
H A DMakefile.mk1 #===- lib/builtins/x86_64/Makefile.mk ----------------------*- Makefile -*--===#
12 OnlyArchs := x86_64 x86_64h
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DELF_STT_FILE.s1 # RUN: llvm-mc -triple=x86_64-pc-linux -relocation-model=pic -filetype=obj -o %T/test_ELF_STT_FILE_FILE_x86-64.o %p/Inputs/ELF_STT_FILE_FILE.s
2 # RUN: llvm-mc -triple=x86_64-pc-linux -relocation-model=pic -filetype=obj -o %T/test_ELF_STT_FILE_GLOBAL_x86-64.o %p/Inputs/ELF_STT_FILE_GLOBAL.s
3 # RUN: llvm-mc -triple=x86_64-pc-linux -relocation-model=pic -filetype=obj -o %T/test_ELF_STT_FILE_x86-64.o %s
4 # RUN: llvm-rtdyld -triple=x86_64-pc-linux -verify %T/test_ELF_STT_FILE_GLOBAL_x86-64.o %T/test_ELF_STT_FILE_FILE_x86-64.o %T/test_ELF_STT_FILE_x86-64.o
H A DELF_x64-64_PIC_relocations.s1 # RUN: llvm-mc -triple=x86_64-pc-linux -relocation-model=pic -filetype=obj -o %T/test_ELF1_x86-64.o %s
2 # RUN: llvm-mc -triple=x86_64-pc-linux -relocation-model=pic -filetype=obj -o %T/test_ELF2_x86-64.o %s
3 # RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -filetype=obj -o %T/test_ELF_ExternalGlobal_x86-64.o %S/Inputs/ExternalGlobal.ll
4 # RUN: llvm-rtdyld -triple=x86_64-pc-linux -verify %T/test_ELF1_x86-64.o %T/test_ELF_ExternalGlobal_x86-64.o
6 # RUN: llvm-rtdyld -triple=x86_64-pc-linux -verify -map-section test_ELF1_x86-64.o,.got=0x10000 -map-section test_ELF2_x86-64.o,.text=0x100000000 -map-section test_ELF2_x86-64.o,.got=0x100010000 %T/test_ELF1_x86-64.o %T/test_ELF2_x86-64.o %T/test_ELF_ExternalGlobal_x86-64.o
/external/v8/build/android/tests/symbolize/
H A DMakefile5 TOOLCHAIN=../../../../third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-

Completed in 639 milliseconds

1234567891011>>