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

1 2 3 4 5 6

  /development/build/
sdk-linux-x86.atree 30 prebuilt/linux-x86_64/swt/swt.jar tools/lib/x86_64/swt.jar
sdk-darwin-x86.atree 30 prebuilt/darwin-x86_64/swt/swt.jar tools/lib/x86_64/swt.jar
sdk-windows-x86.atree 52 prebuilt/windows-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/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
directive_seh.s 1 # RUN: llvm-mc -triple x86_64-pc-win32 %s | FileCheck %s
  /frameworks/compile/libbcc/runtime/lib/x86_64/
Makefile.mk 1 #===- lib/x86_64/Makefile.mk -------------------------------*- Makefile -*--===#
11 OnlyArchs := x86_64
  /frameworks/compile/linkloader/tests/images/
gen-test-elf.sh 22 clang -integrated-as -std=c89 -c test.c -o test-x86_64.o -ccc-host-triple x86_64-none-linux
26 clang -integrated-as -std=c89 -c simple-test.c -o simple-test-x86_64.o -ccc-host-triple x86_64-none-linux
31 clang -integrated-as -std=c89 -c rodata-test.c -o rodata-test-x86_64.o -ccc-host-triple x86_64-none-linux
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 52 bool is64Bit = T.getArch() == Triple::x86_64;
84 if (T.getArch() == Triple::x86_64)
129 if (Triple.getArch() == Triple::x86_64) {
  /external/llvm/examples/
Makefile 23 ifeq ($(ARCH),x86_64)
  /frameworks/compile/libbcc/runtime/test/timing/
time 24 for ARCH in i386 x86_64; do
  /external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
run 52 x86_64 | amd64 | ia64 | ppc64)
  /frameworks/compile/libbcc/runtime/lib/
Makefile.mk 10 SubDirs := i386 ppc x86_64 arm
  /frameworks/compile/libbcc/runtime/make/platform/
multi_arch.mk 6 Arch.m64 := x86_64
darwin_fat.mk 27 UniversalArchs := i386 ppc x86_64
49 FUNCTIONS.x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
  /external/qemu/android/build/
common.sh 66 amd64) CPU=x86_64
76 # x86_64
89 # note that building 32-bit binaries on x86_64 is handled later
111 # linux-x86_64
179 if [ $CPU = x86_64 ] ; then
182 linux-x86_64) OS=linux-x86 ;;
183 darwin-x86_64) OS=darwin-x86 ;;
184 freebsd-x86_64) OS=freebsd-x86 ;;
504 # this can happen when building on x86_64
506 linux-x86_64)
    [all...]
  /external/qemu/distrib/
update-audio.sh 37 i?86|x86_64|amd64)
  /external/llvm/lib/MC/MCDisassembler/
EDDisassembler.cpp 50 { Triple::x86_64, "x86_64-unknown-unknown" },
84 if (arch == Triple::x86 || arch == Triple::x86_64)
89 if (arch == Triple::x86 || arch == Triple::x86_64)
286 case Triple::x86_64:
354 case Triple::x86_64:
EDOperand.cpp 34 Disassembler.Key.Arch == Triple::x86_64) {
133 case Triple::x86_64:
171 if (segmentReg != 0 && Disassembler.Key.Arch == Triple::x86_64) {
  /external/clang/lib/Driver/
HostInfo.cpp 95 if (Arch == llvm::Triple::x86_64)
101 Arch = llvm::Triple::x86_64;
116 if (Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64 ||
198 Triple.getArch() == llvm::Triple::x86_64) {
200 (A->getOption().matches(options::OPT_m32)) ? "i386" : "x86_64";
349 Triple.getArch() == llvm::Triple::x86_64) {
351 (A->getOption().matches(options::OPT_m32)) ? "i386" : "x86_64";
408 Triple.getArch() == llvm::Triple::x86_64) {
410 (A->getOption().matches(options::OPT_m32)) ? "i386" : "x86_64";
566 Triple.getArch() == llvm::Triple::x86_64) {
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 38 case x86_64: return "x86_64";
73 case x86_64: return "x86";
177 return x86_64;
218 if (Str == "x86_64")
219 return Triple::x86_64;
245 if (Str == "x86_64")
246 return "x86_64";
282 else if (ArchName == "amd64" || ArchName == "x86_64")
283 return x86_64;
    [all...]
  /external/bison/build-aux/
Makefile 36 build_triplet = x86_64-unknown-linux-gnu
37 host_triplet = x86_64-unknown-linux-gnu
176 build = x86_64-unknown-linux-gnu
178 build_cpu = x86_64
183 host = x86_64-unknown-linux-gnu
185 host_cpu = x86_64

Completed in 453 milliseconds

1 2 3 4 5 6