Home
last modified time | relevance | path

Searched refs:x86_64 (Results 1 – 25 of 243) sorted by relevance

12345678910

/freebsd-9-stable/crypto/openssl/crypto/sha/
DMakefile69 sha1-x86_64.s: asm/sha1-x86_64.pl; $(PERL) asm/sha1-x86_64.pl $@
70 sha256-x86_64.s:asm/sha512-x86_64.pl; $(PERL) asm/sha512-x86_64.pl $@
71 sha512-x86_64.s:asm/sha512-x86_64.pl; $(PERL) asm/sha512-x86_64.pl $@
/freebsd-9-stable/contrib/file/magic/Magdir/
Defi9 >>&0 lelong 0x01000007 \b, x86_64
12 >>&0 lelong 0x01000007 \b, x86_64
14 >>&20 lelong 0x01000007 \b, x86_64
/freebsd-9-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp45 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin()
88 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo()
141 if (Triple.getArch() == Triple::x86_64) { in X86MCAsmInfoMicrosoft()
156 if (Triple.getArch() == Triple::x86_64) { in X86MCAsmInfoGNUCOFF()
DX86MCTargetDesc.cpp49 if (TheTriple.getArch() == Triple::x86_64) in ParseX86Triple()
200 if (TheTriple.getArch() == Triple::x86_64) in getDwarfRegFlavour()
253 unsigned RA = (TheTriple.getArch() == Triple::x86_64) in createX86MCRegisterInfo()
268 bool is64Bit = TheTriple.getArch() == Triple::x86_64; in createX86MCAsmInfo()
313 bool is64Bit = T.getArch() == Triple::x86_64; in createX86MCCodeGenInfo()
390 if (TheTriple.isEnvironmentMachO() && TheTriple.getArch() == Triple::x86_64) in createX86MCRelocationInfo()
/freebsd-9-stable/sys/xen/interface/foreign/
DMakefile4 architectures := x86_32 x86_64 ia64
30 x86_64.h: ../arch-x86/xen-x86_64.h ../arch-x86/xen.h ../xen.h $(scripts)
Dreference.size2 structs | x86_32 x86_64 ia64
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r213492-amd64-multi-os-dot.diff13 case llvm::Triple::x86_64:
14 - llvm::outs() << "x86_64" << "\n";
Dpatch-r278788-clang-r201130-pch-miscompilation.diff37 +// RUN: %clang_cc1 -triple x86_64-apple-macosx10.9.0 -include %S/local_static.h -fsyntax-only %s -…
41 +// RUN: %clang_cc1 -triple x86_64-apple-macosx10.9.0 -x c++-header -emit-pch -o %t.pch %S/local_st…
42 +// RUN: %clang_cc1 -triple x86_64-apple-macosx10.9.0 -include-pch %t.pch -emit-llvm -o %t.pch.ll %s
Dpatch-r265477-clang-r198655-standalone-debug.diff115 -// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
116 +// RUN: %clang_cc1 -emit-llvm -g -fno-standalone-debug -triple x86_64-apple-darwin %s -o - | FileC…
125 +// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
185 -// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin -fno-limit-debug-info %s -o - | FileC…
186 +// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin -fstandalone-debug %s -o - | FileChec…
195 -// RUN: %clang_cc1 -triple x86_64-unk-unk -fno-limit-debug-info -o - -emit-llvm -g %s | FileCheck …
196 +// RUN: %clang_cc1 -triple x86_64-unk-unk -fstandalone-debug -o - -emit-llvm -g %s | FileCheck %s
198 +// RUN: %clang_cc1 -triple x86_64-apple-darwin -o - -emit-llvm -g %s | FileCheck %s
218 -// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -fno-limit-debug-info -S -mllvm -generate-dwa…
219 +// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -fstandalone-debug -S -mllvm -generate-dwarf-…
Dpatch-r261991-llvm-r198389-fix-dwarf2.diff41 …; RUN: llc -mtriple=x86_64-linux -O0 -o - -filetype=obj < %s | llvm-dwarfdump -debug-dump=info -| …
42 +; RUN: llc -mtriple=x86_64-linux -dwarf-version=2 -O0 -o - -filetype=obj < %s | llvm-dwarfdump -de…
103 ; RUN: llc %s -o %t -filetype=obj -O0 -generate-odr-hash -mtriple=x86_64-unknown-linux-gnu
Dpatch-r261991-llvm-r195391-fix-dwarf2.diff327 …; RUN: llc -mtriple=x86_64-pc-linux-gnu -generate-gnu-dwarf-pub-sections < %s | FileCheck -check-p…
328 …; RUN: llc -mtriple=x86_64-pc-linux-gnu -generate-gnu-dwarf-pub-sections -filetype=obj < %s | llvm…
329 +; RUN: llc -mtriple=x86_64-pc-linux-gnu -generate-gnu-dwarf-pub-sections -filetype=obj -dwarf-vers…
424 ; RUN: llc -O0 %s -mtriple=x86_64-apple-darwin -filetype=obj -o %t
426 +; RUN: llc -O0 %s -mtriple=x86_64-apple-darwin -filetype=obj -o %t -dwarf-version=3
428 ; RUN: llc < %s -O0 -mtriple=x86_64-apple-macosx10.7 | FileCheck %s -check-prefix=ASM
475 ; RUN: llc -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj
477 +; RUN: llc -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj -dwarf-version=3
499 ; RUN: llc -O0 -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj
501 +; RUN: llc -O0 -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj -dwarf-version=3
[all …]
/freebsd-9-stable/contrib/llvm/lib/Support/
DTriple.cpp40 case x86_64: return "x86_64"; in getArchTypeName()
82 case x86_64: return "x86"; in getArchTypePrefix()
182 .Case("x86-64", x86_64) in getArchTypeForLLVMName()
224 .Cases("amd64", "x86_64", "x86_64h", Triple::x86_64) in parseArch()
701 case llvm::Triple::x86_64: in getArchPointerBitWidth()
754 case Triple::x86_64: T.setArch(Triple::x86); break; in get32BitArchVariant()
785 case Triple::x86_64: in get64BitArchVariant()
794 case Triple::x86: T.setArch(Triple::x86_64); break; in get64BitArchVariant()
/freebsd-9-stable/crypto/openssl/crypto/md5/
DMakefile55 md5-x86_64.s: asm/md5-x86_64.pl; $(PERL) asm/md5-x86_64.pl $@
/freebsd-9-stable/contrib/bind9/
Dconfig.guess815 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
845 echo x86_64-unknown-interix${UNAME_RELEASE}
855 echo x86_64-pc-mks
866 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
867 echo x86_64-unknown-cygwin
1022 x86_64:Linux:*:*)
1230 x86_64:Haiku:*:*)
1231 echo x86_64-unknown-haiku
1270 i386) UNAME_PROCESSOR=x86_64 ;;
1282 UNAME_PROCESSOR=x86_64
[all …]
/freebsd-9-stable/lib/clang/
Dclang.build.mk30 TARGET_TRIPLE?= ${TARGET_ARCH:C/amd64/x86_64/}-${TARGET_ABI}-freebsd9.3
31 BUILD_TRIPLE?= ${BUILD_ARCH:C/amd64/x86_64/}-unknown-freebsd9.3
/freebsd-9-stable/contrib/binutils/ld/
Dconfigure.tgt195 x86_64-*-linux-*) targ_emul=elf_x86_64
198 tdir_i386linux=`echo ${targ_alias}aout | sed -e 's/x86_64/i386/'`
199 tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'` ;;
219 x86_64-*-netbsd*) targ_emul=elf_x86_64
222 sed -e 's/x86_64/i386/'`
230 x86_64-*-elf*) targ_emul=elf_x86_64
239 x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
244 | sed -e 's/x86_64/i386/'`
246 | sed -e 's/x86_64/i386/'` ;;
262 x86_64-*-mingw*) targ_emul=i386pep ;
/freebsd-9-stable/contrib/file/
Dconfig.guess830 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
860 echo x86_64-unknown-interix${UNAME_RELEASE}
870 echo x86_64-pc-mks
881 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
882 echo x86_64-unknown-cygwin
1040 x86_64:Linux:*:*)
1248 x86_64:Haiku:*:*)
1249 echo x86_64-unknown-haiku
1288 i386) UNAME_PROCESSOR=x86_64 ;;
1300 UNAME_PROCESSOR=x86_64
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Driver/
DWindowsToolChain.cpp57 return getArch() == llvm::Triple::x86_64; in IsUnwindTablesDefault()
61 return getArch() == llvm::Triple::x86_64; in isPICDefault()
69 return getArch() == llvm::Triple::x86_64; in isPICDefaultForced()
/freebsd-9-stable/crypto/openssl/crypto/rc4/
DMakefile54 rc4-x86_64.s: asm/rc4-x86_64.pl; $(PERL) asm/rc4-x86_64.pl $@
/freebsd-9-stable/crypto/openssh/
Dconfig.guess800 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
830 echo x86_64-unknown-interix${UNAME_RELEASE}
840 echo x86_64-pc-mks
851 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
852 echo x86_64-unknown-cygwin
1003 x86_64:Linux:*:*)
1211 x86_64:Haiku:*:*)
1212 echo x86_64-unknown-haiku
1338 x86_64:VMkernel:*:*)
/freebsd-9-stable/contrib/openpam/
Dconfig.guess840 echo x86_64-unknown-interix${UNAME_RELEASE}
850 echo x86_64-pc-mks
861 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
862 echo x86_64-unknown-cygwin
1011 x86_64:Linux:*:*)
1219 x86_64:Haiku:*:*)
1220 echo x86_64-unknown-haiku
1258 i386) UNAME_PROCESSOR=x86_64 ;;
1348 x86_64:VMkernel:*:*)
/freebsd-9-stable/crypto/openssl/crypto/aes/
DMakefile60 aes-x86_64.s: asm/aes-x86_64.pl
61 $(PERL) asm/aes-x86_64.pl $@
/freebsd-9-stable/contrib/binutils/bfd/po/
DSRC-POTFILES.in60 coff-x86_64.c
136 efi-app-x86_64.c
298 pei-x86_64.c
303 pe-x86_64.c
/freebsd-9-stable/contrib/llvm/lib/MC/
DMCObjectFileInfo.cpp85 T.getArch() != Triple::x86_64 && T.getArch() != Triple::ppc64 && in InitMachOMCObjectFileInfo()
158 if (T.getArch() == Triple::x86_64 || T.getArch() == Triple::x86) in InitMachOMCObjectFileInfo()
267 } else if (T.getArch() == Triple::x86_64) { in InitELFMCObjectFileInfo()
363 if (T.getArch() == Triple::x86_64) in InitELFMCObjectFileInfo()
729 if ((Arch == Triple::x86 || Arch == Triple::x86_64 || in InitMCObjectFileInfo()
736 } else if ((Arch == Triple::x86 || Arch == Triple::x86_64) && in InitMCObjectFileInfo()
/freebsd-9-stable/contrib/gcc/config/i386/
Dt-darwin3 MULTILIB_DIRNAMES = x86_64

12345678910