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

1 2 3 4 5 6 7 8 91011>>

  /development/scripts/
example_crashes.py 137 x86_64 = """
140 ABI: 'x86_64'
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc 108 x86_64::Immediate imm(value);
113 x86_64::Immediate imm2(value);
120 bool operator()(const x86_64::CpuRegister& a, const x86_64::CpuRegister& b) const {
125 class AssemblerX86_64Test : public AssemblerTest<x86_64::X86_64Assembler, x86_64::CpuRegister,
126 x86_64::XmmRegister, x86_64::Immediate> {
128 typedef AssemblerTest<x86_64::X86_64Assembler, x86_64::CpuRegister
    [all...]
  /art/runtime/arch/x86_64/
quick_method_frame_info_x86_64.h 26 namespace x86_64 { namespace in namespace:art
29 (1 << art::x86_64::RBX) | (1 << art::x86_64::RBP) | (1 << art::x86_64::R12) |
30 (1 << art::x86_64::R13) | (1 << art::x86_64::R14) | (1 << art::x86_64::R15);
32 (1 << art::x86_64::RSI) | (1 << art::x86_64::RDX) | (1 << art::x86_64::RCX)
    [all...]
  /external/elfutils/src/tests/
run-backtrace-core-x86_64.sh 20 check_core x86_64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/mesa/
ld.so.conf 1 /usr/lib/x86_64-linux-gnu/mesa
  /external/lldb/test/macosx/universal/
Makefile 3 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.o main.
    [all...]
  /bionic/libc/arch-x86_64/
x86_64.mk 35 arch-x86_64/bionic/__bionic_clone.S \
36 arch-x86_64/bionic/_exit_with_stack_teardown.S \
37 arch-x86_64/bionic/__restore_rt.S \
38 arch-x86_64/bionic/setjmp.S \
39 arch-x86_64/bionic/__set_tls.c \
40 arch-x86_64/bionic/syscall.S \
41 arch-x86_64/bionic/vfork.S \
48 arch-x86_64/string/sse2-memcpy-slm.S \
49 arch-x86_64/string/sse2-memmove-slm.S \
50 arch-x86_64/string/sse2-memset-slm.S
    [all...]
  /build/core/clang/
HOST_x86_common.mk 23 -isystem $($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG)/x86_64-linux/include/c++/4.8 \
24 -isystem $($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG)/x86_64-linux/include/c++/4.8/x86_64-linux \
25 -isystem $($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG)/x86_64-linux/include/c++/4.8/backward
30 -B$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG)/x86_64-linux/bin \
31 -B$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG)/lib/gcc/x86_64-linux/4.8 \
32 -L$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG)/lib/gcc/x86_64-linux/4.8 \
33 -L$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG)/x86_64-linux/lib64/
38 -isystem $($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG)/x86_64-linux/include/c++/4.8 \
39 -isystem $($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG)/x86_64-linux/include/c++/4.8/x86_64-linux/32
    [all...]
x86_64.mk 1 # Clang flags for x86_64 arch, target or host.
15 # We don't have any x86_64 flags to substitute yet.
16 define subst-clang-incompatible-x86_64-flags
TARGET_x86_64.mk 2 include $(BUILD_SYSTEM)/clang/x86_64.mk
4 CLANG_CONFIG_x86_64_TARGET_TRIPLE := x86_64-linux-android
41 $(call subst-clang-incompatible-x86_64-flags,\
64 RS_COMPAT_TRIPLE := x86_64-linux-android
66 TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-x86_64-android.a
HOST_x86_64.mk 2 include $(BUILD_SYSTEM)/clang/x86_64.mk
6 CLANG_CONFIG_x86_64_HOST_TRIPLE := x86_64-linux-gnu
13 CLANG_CONFIG_x86_64_HOST_TRIPLE := x86_64-apple-darwin
20 CLANG_CONFIG_x86_64_HOST_TRIPLE := x86_64-pc-mingw64
59 $(call subst-clang-incompatible-x86_64-flags,\
80 HOST_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-x86_64.a
  /ndk/tests/device/b8708181-Vector4/jni/
Application.mk 1 APP_ABI := armeabi-v7a x86 mips armeabi-v7a-hard arm64-v8a x86_64 mips64
  /ndk/tests/device/crazy_linker/jni/
Application.mk 0 # x86_64 and mips64 aren't supported. Issues with mips too
  /build/core/combo/
HOST_windows-x86.mk 32 $(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += --sysroot=prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32
35 TOOLS_PREFIX := prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/bin/x86_64-w64-mingw32-
36 $(combo_2nd_arch_prefix)HOST_C_INCLUDES += prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include
37 $(combo_2nd_arch_prefix)HOST_C_INCLUDES += prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include
38 $(combo_2nd_arch_prefix)HOST_GLOBAL_LD_DIRS += -Lprebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib3
    [all...]
  /art/runtime/arch/x86/
instruction_set_features_x86.h 30 bool x86_64 = false);
33 static const X86InstructionSetFeatures* FromBitmap(uint32_t bitmap, bool x86_64 = false);
36 static const X86InstructionSetFeatures* FromCppDefines(bool x86_64 = false);
39 static const X86InstructionSetFeatures* FromCpuInfo(bool x86_64 = false);
43 static const X86InstructionSetFeatures* FromHwcap(bool x86_64 = false);
47 static const X86InstructionSetFeatures* FromAssembly(bool x86_64 = false);
73 bool x86_64, std::string* error_msg) const;
  /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
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...]
  /device/generic/qemu/
qemu_x86_64.mk 22 PRODUCT_MODEL := Minimal Android for QEMU/x86_64
  /external/llvm/lib/Target/X86/TargetInfo/
X86TargetInfo.cpp 20 RegisterTarget<Triple::x86_64, /*HasJIT=*/true>
  /external/lldb/test/functionalities/fat_archives/
Makefile 4 $(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/test/MC/AsmParser/
directive_thread_init_func.s 1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
  /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
2 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %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
  /prebuilts/misc/linux-x86/analyzer/bin/
cxx-syntax 89 -I prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google
90 -I prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux
91 -I prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward
92 -I prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include
93 -I prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixe
    [all...]
  /external/boringssl/
sources.mk 71 src/crypto/bn/asm/x86_64-gcc.c\
362 linux-x86_64/crypto/aes/aes-x86_64.S\
363 linux-x86_64/crypto/aes/aesni-x86_64.S\
364 linux-x86_64/crypto/aes/bsaes-x86_64.S\
365 linux-x86_64/crypto/aes/vpaes-x86_64.S\
366 linux-x86_64/crypto/bn/rsaz-avx2.S
    [all...]

Completed in 712 milliseconds

1 2 3 4 5 6 7 8 91011>>