HomeSort by relevance Sort by last modified time
    Searched refs:x86_64 (Results 76 - 100 of 476) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/toolchains/x86_64-4.9/
config.mk 16 # config file for the x86_64 gcc-4.9 toolchain for the Android NDK
19 TOOLCHAIN_ARCH := x86_64
20 TOOLCHAIN_ABIS := x86_64
  /ndk/toolchains/x86_64-clang3.4/
config.mk 16 # config file for the x86_64 clang-3.4 toolchain for the Android NDK
19 TOOLCHAIN_ARCH := x86_64
20 TOOLCHAIN_ABIS := x86_64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/libexec/gcc/x86_64-linux/4.6/install-tools/
mkheaders 22 target=x86_64-pc-linux-gnu
23 target_noncanonical=x86_64-linux
56 prefix=/tmp/ndk-andrewhsieh/host-gcc4.6/1/x86_64-linux-glibc2.11-4.6
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
mkheaders 22 target=x86_64-pc-linux-gnu
23 target_noncanonical=x86_64-linux
56 prefix=/tmp/ndk-andrewhsieh/host-gcc4.8/1/x86_64-linux-glibc2.11-4.8
  /external/clang/runtime/compiler-rt/
Makefile 137 ifeq ($(ARCH),x86_64)
139 builtins-x86_64.a profile-x86_64.a san-x86_64.a asan-x86_64.a \
140 asan_cxx-x86_64.a tsan-x86_64.a msan-x86_64.a ubsan-x86_64.a \
141 ubsan_cxx-x86_64.a dfsan-x86_64.a lsan-x86_64.
    [all...]
  /art/runtime/arch/x86_64/
registers_x86_64.h 27 namespace x86_64 { namespace in namespace:art
72 } // namespace x86_64
  /build/target/product/
full_x86_64.mk 47 PRODUCT_MODEL := AOSP on IA x86_64 Emulator
  /cts/tests/tests/bionic/
Android.mk 32 ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
56 endif # ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
  /external/compiler-rt/test/builtins/timing/
time 24 for ARCH in i386 x86_64; do
  /external/llvm/examples/
Makefile 23 ifeq ($(ARCH),x86_64)
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 45 bool is64Bit = T.getArch() == Triple::x86_64;
91 bool is64Bit = T.getArch() == Triple::x86_64;
146 if (Triple.getArch() == Triple::x86_64) {
165 if (Triple.getArch() == Triple::x86_64) {
  /external/llvm/test/MC/X86/AlignedBundling/
asm-printing-bundle-directives.s 1 # RUN: llvm-mc -filetype=asm -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
relax-at-bundle-end.s 1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
switch-section-locked-error.s 1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
  /ndk/build/tools/
dev-defaults.sh 14 PREBUILT_ABIS="armeabi armeabi-v7a x86 mips armeabi-v7a-hard arm64-v8a x86_64 mips64"
74 DEFAULT_ARCHS="arm x86 mips arm64 x86_64 mips64"
89 DEFAULT_ARCH_TOOLCHAIN_NAME_x86_64=x86_64
90 DEFAULT_ARCH_TOOLCHAIN_PREFIX_x86_64=x86_64-linux-android
137 x86|x86_64|mips|mips64)
141 2> echo "ERROR: Unsupported architecture name: $1, use one of: arm arm64 x86 x86_64 mips mips64"
162 x86|x86_64|mips|mips64)
166 2> echo "ERROR: Unsupported architecture name: $1, use one of: arm arm64 x86 x86_64 mips mips64"
  /system/core/include/cutils/
atomic-inline.h 53 #include <cutils/atomic-x86_64.h>
  /build/core/combo/arch/x86_64/
x86_64.mk 2 # base 'x86_64' platform ABI.
  /device/generic/mini-emulator-x86_64/
BoardConfig.mk 7 include device/generic/x86_64/BoardConfig.mk
  /external/chromium_org/third_party/binutils/
upload.sh 38 */x86_64-unknown-linux-gnu)
  /external/compiler-rt/make/platform/
multi_arch.mk 6 Arch.m64 := x86_64
  /external/lldb/examples/test/
usage-pre-post-flight 5 [11:31:19] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight.bad functionalities/watchpoint/hello_watchpoint
8 [11:32:48] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight functionalities/watchpoint/hello_watchpoint
38 Command invoked: python ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight functionalities/watchpoint/hello_watchpoint
41 Configuration: arch=x86_64 compiler=clang
  /external/llvm/
llvm.mk 11 LLVM_SUPPORTED_ARCH := arm arm64 mips mips64 x86 x86_64
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
MachO_x86-64_PIC_relocations.s 1 # RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -relocation-model=pic -filetype=obj -o %t.o %s
2 # RUN: llvm-rtdyld -triple=x86_64-apple-macosx10.9 -verify -check=%s %t.o
  /external/llvm/test/MC/X86/
gnux32-dwarf-gen.s 1 # RUN: llvm-mc -g -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t.64
4 # RUN: llvm-mc -g -filetype=obj -triple x86_64-pc-linux-gnux32 %s -o %t.32
  /frameworks/compile/libbcc/
libbcc-targets.mk 44 ifeq (,$(filter $(TARGET_ARCH),arm64 arm mips mips64 x86 x86_64))

Completed in 4601 milliseconds

1 2 34 5 6 7 8 91011>>