HomeSort by relevance Sort by last modified time
    Searched refs:x86_64 (Results 1 - 25 of 306) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/make/platform/
clang_linux.mk 22 # 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
61 # Build runtime libraries for x86_64.
62 ifeq ($(call contains,$(SupportedArches),x86_64),true)
63 Configs += full-x86_64 profile-x86_64 san-x86_64 asan-x86_64 tsan-x86_64
    [all...]
  /sdk/build/
tools.linux.atree 28 eclipse/monitor-linux.gtk.x86_64/monitor tools/lib/monitor-x86_64
33 prebuilts/tools/linux-x86_64/swt/swt.jar tools/lib/x86_64/swt.jar
tools.darwin.atree 27 eclipse/monitor-macosx.cocoa.x86_64/monitor tools/lib/monitor-x86_64
31 prebuilts/tools/darwin-x86_64/swt/swt.jar tools/lib/x86_64/swt.jar
  /external/llvm/lib/Target/X86/TargetInfo/
X86TargetInfo.cpp 21 RegisterTarget<Triple::x86_64, /*HasJIT=*/true>
  /external/llvm/test/MC/X86/AlignedBundling/
bundle-group-too-large-error.s 1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
lock-without-bundle-mode-error.s 1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
unlock-without-lock-error.s 1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
align-mode-argument-error.s 1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
bundle-lock-option-error.s 1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
  /external/llvm/test/MC/AsmParser/
directive_thread_init_func.s 1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
directive_tbss.s 1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
directive_tdata.s 1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
directive_tlv.s 1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
  /external/chromium_org/tools/valgrind/
locate_valgrind.sh 19 *Linux*x86_64*)
32 *Darwin*10.[0-9].[0-9]*x86_64*)
35 *Darwin*11.[0-9].[0-9]*x86_64*)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/tools/
fxc 6 if test "$arch" == i386 || test "$arch" == i486 || test "$arch" == i586 || test "$arch" == i686 || test "$arch" == x86_64; then
  /external/mesa3d/src/gallium/state_trackers/d3d1x/tools/
fxc 6 if test "$arch" == i386 || test "$arch" == i486 || test "$arch" == i586 || test "$arch" == i686 || test "$arch" == x86_64; then
  /external/chromium_org/build/android/tests/symbolize/
Makefile 5 TOOLCHAIN=../../../../third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-
  /external/compiler-rt/lib/x86_64/
Makefile.mk 1 #===- lib/x86_64/Makefile.mk -------------------------------*- Makefile -*--===#
12 OnlyArchs := x86_64
  /ndk/build/tools/
dev-defaults.sh 73 DEFAULT_ARCH_TOOLCHAIN_NAME_x86_64=x86_64
74 DEFAULT_ARCH_TOOLCHAIN_PREFIX_x86_64=x86_64-linux-android
104 x86|x86_64|mips)
108 2> echo "ERROR: Unsupported architecture name: $1, use one of: arm x86 x86_64 mips"
126 x86|x86_64|mips)
130 2> echo "ERROR: Unsupported architecture name: $1, use one of: arm x86 x86_64 mips"
  /prebuilts/tools/gcc-sdk/
addr2line 13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
ar 13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
as 13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
c++ 13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
c++filt 13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
cpp 13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux

Completed in 1339 milliseconds

1 2 3 4 5 6 7 8 91011>>