HomeSort by relevance Sort by last modified time
    Searched refs:x86_64 (Results 26 - 50 of 1035) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/bin/x86_64/
analyzer++ 3 `dirname $0`/../clang++ -target x86_64-none-linux-android "$@"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mach-o/
err-sections-1.s 1 # { dg-do assemble { target x86_64-*-darwin* } }
7 # { dg-error "unknown or invalid section type .symbol_stubs." "" { target x86_64-*-darwin* } 3 }
8 # { dg-error "unknown or invalid section type .lazy_symbol_pointers." "" { target x86_64-*-darwin* } 4 }
9 # { dg-error "unknown or invalid section type .non_lazy_symbol_pointers." "" { target x86_64-*-darwin* } 5 }
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
elfedit-1.d 6 #target: x86_64-*-*
7 #not-target: x86_64-*-gnux32 x86_64-*-nacl*
  /external/compiler-rt/make/platform/
clang_mingw.mk 11 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)
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...]
  /external/toolchain-utils/binary_search_tool/full_bisect_test/
chromeos_build.sh 14 x86_64-cros-linux-gnu-gcc -c build.c -o work/build.o
15 x86_64-cros-linux-gnu-gcc -c preorder.c -o work/preorder.o
16 x86_64-cros-linux-gnu-gcc -c inorder.c -o work/inorder.o
17 x86_64-cros-linux-gnu-gcc -c main.c -o work/main.o
18 x86_64-cros-linux-gnu-gcc -c stack.c -o work/stack.o
19 x86_64-cros-linux-gnu-gcc -c preorder_norecurse.c -o work/preorder_norecurse.o
20 x86_64-cros-linux-gnu-gcc -c inorder_norecurse.c -o work/inorder_norecurse.o
21 x86_64-cros-linux-gnu-gcc -o bin-trees work/main.o work/preorder.o work/inorder.o work/build.o work/preorder_norecurse.o work/inorder_norecurse.o work/stack.o
  /art/runtime/interpreter/mterp/
rebuild.sh 23 for arch in arm x86 mips arm64 x86_64 mips64; do TARGET_ARCH_EXT=$arch make -f Makefile_mterp; done
  /device/generic/qemu/
qemu_x86_64.mk 17 prebuilts/qemu-kernel/x86_64/3.18/kernel-qemu2:kernel-ranchu
25 PRODUCT_MODEL := Minimal Android for QEMU/x86_64
  /device/google/cuttlefish/vsoc_x86_64/
BoardConfig.mk 18 # x86_64 target for Cuttlefish
25 TARGET_ARCH := x86_64
27 TARGET_CPU_ABI := x86_64
  /prebuilts/android-emulator/
update_emulator.sh 17 rm -rf linux-x86_64
19 mv emulator linux-x86_64
20 git add linux-x86_64
24 rm -rf darwin-x86_64
26 mv emulator darwin-x86_64
27 git add darwin-x86_64
  /build/make/target/product/
aosp_x86_64_a.mk 27 PRODUCT_MODEL := AOSP on x86_64
aosp_x86_64_ab.mk 27 PRODUCT_MODEL := AOSP on x86_64
  /external/autotest/client/site_tests/security_SMMLocked/src/
Makefile 8 ifneq (,$(filter $(shell uname -m),x86_64 i686))
  /external/llvm/lib/Target/X86/TargetInfo/
X86TargetInfo.cpp 20 RegisterTarget<Triple::x86_64, /*HasJIT=*/true>
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
MachO_empty_ehframe.s 1 # RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -filetype=obj -o %T/empty_eh_frame.o %s
2 # RUN: llvm-rtdyld -verify -triple=x86_64-apple-macosx10.9 %T/empty_eh_frame.o
  /external/swiftshader/third_party/LLVM/lib/Target/X86/TargetInfo/
X86TargetInfo.cpp 21 RegisterTarget<Triple::x86_64, /*HasJIT=*/true>
  /external/syslinux/com32/include/sys/
bitops.h 42 #include <x86_64/bitops.h>
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
movz.s 7 .ifdef x86_64
16 .ifdef x86_64
23 .ifdef x86_64
30 .ifdef x86_64
  /art/runtime/arch/x86/
instruction_set_features_x86.h 33 bool x86_64 = false);
36 static X86FeaturesUniquePtr FromBitmap(uint32_t bitmap, bool x86_64 = false);
39 static X86FeaturesUniquePtr FromCppDefines(bool x86_64 = false);
42 static X86FeaturesUniquePtr FromCpuInfo(bool x86_64 = false);
46 static X86FeaturesUniquePtr FromHwcap(bool x86_64 = false);
50 static X86FeaturesUniquePtr FromAssembly(bool x86_64 = false);
80 bool x86_64,
98 static X86FeaturesUniquePtr Create(bool x86_64,
  /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
  /external/llvm/test/MC/X86/
invalid_opcode.s 1 # RUN: llvm-mc -triple=x86_64 -filetype=obj %s -o - | llvm-objdump -d - | FileCheck %s
  /external/swiftshader/third_party/LLVM/test/MC/AsmParser/
directive_thread_init_func.s 1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s

Completed in 548 milliseconds

12 3 4 5 6 7 8 91011>>