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

1 2 3 4 56 7 8 91011>>

  /ndk/toolchains/x86_64-4.9/
setup.mk 16 # this file is used to prepare the NDK to build with the x86_64 gcc-4.9
26 TOOLCHAIN_NAME := x86_64-4.9
27 TOOLCHAIN_PREFIX := $(TOOLCHAIN_PREBUILT_ROOT)/bin/x86_64-linux-android-
65 TARGET_ABI_SUBDIR := x86_64
  /external/compiler-rt/make/platform/
clang_darwin.mk 69 UniversalArchs.10.4 := $(call CheckArches,i386 x86_64,10.4)
74 UniversalArchs.ios := $(call CheckArches,i386 x86_64 x86_64h armv7,ios)
79 UniversalArchs.osx := $(call CheckArches,i386 x86_64 x86_64h,osx)
83 UniversalArchs.cc_kext := $(call CheckArches,armv7 i386 x86_64 x86_64h,cc_kext)
88 UniversalArchs.cc_kext_ios5 := $(call CheckArches,x86_64 x86_64h armv7,cc_kext_ios5)
92 UniversalArchs.profile_osx := $(call CheckArches,i386 x86_64 x86_64h,profile_osx)
94 UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64 x86_64h armv7,profile_ios)
98 UniversalArchs.asan_osx_dynamic := $(call CheckArches,i386 x86_64 x86_64h,asan_osx_dynamic)
103 UniversalArchs.asan_iossim_dynamic := $(call CheckArches,i386 x86_64 x86_64h,asan_iossim_dynamic)
107 UniversalArchs.ubsan_osx := $(call CheckArches,i386 x86_64 x86_64h,ubsan_osx
    [all...]
darwin_fat.mk 27 UniversalArchs := i386 x86_64
49 FUNCTIONS.x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
  /external/libunwind/
Android.mk 66 generate_arches := arm arm64 mips x86 x86_64
180 src/x86_64/getcontext.S \
181 src/x86_64/Gstash_frame.c \
182 src/x86_64/Gtrace.c \
183 src/x86_64/Gos-linux.c \
184 src/x86_64/Lstash_frame.c \
185 src/x86_64/Ltrace.c \
186 src/x86_64/Los-linux.c \
187 src/x86_64/setcontext.S \
339 # Run the unit tests built for x86 or x86_64
    [all...]
  /external/qemu/distrib/
build-kernel.sh 13 VALID_ARCHS="arm x86 x86_64 mips"
26 # note that building 32-bit binaries on x86_64 is handled later
187 x86_64)
225 x86_64)
226 CROSSPREFIX=x86_64-linux-android-
246 x86|x86_64)
273 x86_64)
  /external/compiler-rt/
Android.mk 206 # X86_64-specific runtimes
208 lib/builtins/x86_64/floatundixf.S \
209 lib/builtins/x86_64/floatdisf.c \
210 lib/builtins/x86_64/floatdidf.c \
211 lib/builtins/x86_64/floatdixf.c \
212 lib/builtins/x86_64/floatundisf.S \
213 lib/builtins/x86_64/floatundidf.S
226 $(if $(findstring $(1),x86_64),$(call get-libcompiler-rt-x86_64-source-files),
295 define get-libcompiler-rt-x86_64-source-file
    [all...]
  /ndk/build/tools/
make-standalone-toolchain.sh 90 x86_64-linux-android-*)
91 ARCH=x86_64
95 x86_64-*)
96 ARCH=x86_64
122 *x86_64)
123 ARCH=x86_64
199 arm64|x86_64|mips64)
412 x86_64)
413 LLVM_TARGET=x86_64-none-linux-android
504 # x86_64 and mips64el toolchain are built multilib
    [all...]
build-host-python.sh 43 linux-x86_64
46 windows-x86_64
48 darwin-x86_64
55 --systems=linux-x86,linux-x86_64,windows,windows-x86_64,darwin-x86,darwin-x86_64"
111 SYSTEM=${SYSTEM%%x86}x86_64
114 SYSTEM=windows-x86_64
274 if [ $1 = darwin-x86 -o $1 = darwin-x86_64 ]; then
280 elif [ $1 = darwin-x86_64 ] ; the
    [all...]
  /art/compiler/trampolines/
trampoline_compiler.cc 24 #include "utils/x86_64/assembler_x86_64.h"
142 namespace x86_64 { namespace in namespace:art
144 std::unique_ptr<x86_64::X86_64Assembler>
145 assembler(static_cast<x86_64::X86_64Assembler*>(Assembler::Create(kX86_64)));
148 __ gs()->jmp(x86_64::Address::Absolute(offset, true));
158 } // namespace x86_64
166 return x86_64::CreateTrampoline(offset);
  /external/lldb/source/Plugins/Process/Utility/
StopInfoMachException.cpp 54 case llvm::Triple::x86_64:
88 case llvm::Triple::x86_64:
121 case llvm::Triple::x86_64:
174 case llvm::Triple::x86_64:
362 case llvm::Triple::x86_64:
  /ndk/
ndk-build 146 x86_64|amd64) HOST_ARCH=x86_64;;
155 linux-x86_64|darwin-x86_64)
156 # we look for x86_64 or x86-64 in the output of 'file' for our shell
169 if [ $HOST_ARCH = x86_64 ]; then
  /ndk/toolchains/llvm-3.4/
setup.mk 108 SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/arch-x86_64
109 TARGET_GDBSERVER := $(NDK_ROOT)/prebuilt/android-x86_64/gdbserver/gdbserver
110 TARGET_ARCH_ABI := x86_64
114 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/x86_64-$(TOOLCHAIN_VERSION))
115 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/x86_64-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
201 ifneq ($(filter %x86_64,$(TARGET_ARCH_ABI)),)
203 SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/arch-x86_64
204 TARGET_GDBSERVER := $(NDK_ROOT)/prebuilt/android-x86_64/gdbserver/gdbserver
205 TARGET_ARCH_ABI := x86_64
207 TARGET_LDLIBS := $(NDK_ROOT)/sources/android/libportable/libs/x86_64/libportable.a $(TARGET_LDLIBS
    [all...]
  /sdk/monitor/
Android.mk 61 $(call mk-rcp-monitor-atree-file,linux.gtk,x86_64) ; \
63 $(call mk-rcp-monitor-atree-file,macosx.cocoa,x86_64) ; \
66 $(call mk-rcp-monitor-atree-file,win32.win32,x86_64) ; \
  /external/llvm/test/MC/X86/
x86_long_nop.s 1 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
3 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-apple-darwin10.0 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.h 23 namespace x86_64 { namespace in namespace:art
85 } // namespace x86_64
  /art/compiler/utils/x86_64/
constants_x86_64.h 22 #include "arch/x86_64/registers_x86_64.h"
28 namespace x86_64 { namespace in namespace:art
131 } // namespace x86_64
  /art/runtime/arch/x86_64/
context_x86_64.h 25 namespace x86_64 { namespace in namespace:art
90 } // namespace x86_64
  /art/runtime/entrypoints/quick/
callee_save_frame.h 30 #include "arch/x86_64/quick_method_frame_info_x86_64.h"
54 isa == kX86_64 ? x86_64::X86_64CalleeSaveFrameSize(type) :
  /build/core/combo/
TARGET_linux-x86_64.mk 17 # Configuration for Linux on x86_64 as a target.
22 TARGET_ARCH_VARIANT := x86_64
48 TARGET_TOOLCHAIN_ROOT := prebuilts/gcc/$(HOST_PREBUILT_TAG)/x86/x86_64-linux-android-$(TARGET_GCC_VERSION)
49 TARGET_TOOLS_PREFIX := $(TARGET_TOOLCHAIN_ROOT)/bin/x86_64-linux-android-
74 KERNEL_HEADERS_ARCH := $(libc_root)/kernel/uapi/asm-x86 # x86 covers both x86 and x86_64.
134 $(libc_root)/arch-x86_64/include \
  /external/libunwind/include/
libunwind-x86_64.h 5 Modified for x86_64 by Max Asbock <masbock@us.ibm.com>
39 #define UNW_TARGET x86_64
117 /* On x86_64, we can directly use ucontext_t as the unwind context. */
  /external/libunwind/src/x86_64/
unwind_i.h 5 Modified for x86_64 by Max Asbock <masbock@us.ibm.com>
33 #include <libunwind-x86_64.h>
38 /* DWARF column numbers for x86_64: */
  /external/lldb/source/Plugins/
Makefile 15 DIRS := ABI/MacOSX-arm ABI/MacOSX-i386 ABI/SysV-x86_64 Disassembler/llvm \
  /external/lldb/tools/lldb-perf/common/clang/
build-clang.sh 21 ../llvm/configure --enable-targets=x86_64,arm --build=x86_64-apple-darwin10 --disable-optimized --disable-assertions --enable-libcpp
  /external/llvm/test/MC/AsmParser/
directive_seh.s 1 # RUN: llvm-mc -triple x86_64-pc-win32 %s | FileCheck %s
  /external/llvm/test/MC/X86/AlignedBundling/
long-nop-pad.s 1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \

Completed in 1613 milliseconds

1 2 3 4 56 7 8 91011>>