Searched refs:x86_64 (Results 1 - 25 of 172) sorted by relevance

1234567

/freebsd-10-stable/contrib/llvm/lib/Target/X86/TargetInfo/
H A DX86TargetInfo.cpp21 RegisterTarget<Triple::x86_64, /*HasJIT=*/true>
/freebsd-10-stable/secure/lib/libcrypto/
H A DMakefile.asm23 SRCS= aes-x86_64.pl aesni-sha1-x86_64.pl aesni-x86_64.pl bsaes-x86_64.pl \
24 vpaes-x86_64.pl
27 SRCS+= modexp512-x86_64.pl x86_64-gf2m.pl x86_64-mont.pl x86_64-mont5.pl
30 SRCS+= cmll-x86_64
[all...]
H A DMakefile37 SRCS+= aes-x86_64.S aesni-sha1-x86_64.S aesni-x86_64.S bsaes-x86_64.S \
38 vpaes-x86_64.S
86 SRCS+= modexp512-x86_64.S x86_64-gcc.c x86_64-gf2m.S x86_64-mont.S \
87 x86_64
[all...]
/freebsd-10-stable/lib/clang/liblldbPluginABISysV_x86_64/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/ABI/SysV-x86_64
/freebsd-10-stable/sys/contrib/xz-embedded/linux/scripts/
H A Dxz_wrap.sh16 x86|x86_64) BCJ=--x86 ;;
/freebsd-10-stable/sys/xen/interface/foreign/
H A DMakefile4 architectures := x86_32 x86_64 ia64
30 x86_64.h: ../arch-x86/xen-x86_64.h ../arch-x86/xen.h ../xen.h $(scripts)
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp45 bool is64Bit = T.getArch() == Triple::x86_64;
88 bool is64Bit = T.getArch() == Triple::x86_64;
141 if (Triple.getArch() == Triple::x86_64) {
156 if (Triple.getArch() == Triple::x86_64) {
H A DX86MCTargetDesc.cpp49 if (TheTriple.getArch() == Triple::x86_64)
200 if (TheTriple.getArch() == Triple::x86_64)
253 unsigned RA = (TheTriple.getArch() == Triple::x86_64)
268 bool is64Bit = TheTriple.getArch() == Triple::x86_64;
313 bool is64Bit = T.getArch() == Triple::x86_64;
390 if (TheTriple.isEnvironmentMachO() && TheTriple.getArch() == Triple::x86_64)
/freebsd-10-stable/crypto/openssl/crypto/aes/
H A DMakefile58 aes-x86_64.s: asm/aes-x86_64.pl
59 $(PERL) asm/aes-x86_64.pl $(PERLASM_SCHEME) > $@
60 vpaes-x86_64.s: asm/vpaes-x86_64.pl
61 $(PERL) asm/vpaes-x86_64.pl $(PERLASM_SCHEME) > $@
62 bsaes-x86_64.s: asm/bsaes-x86_64.pl
63 $(PERL) asm/bsaes-x86_64.pl $(PERLASM_SCHEME) > $@
64 aesni-x86_64
[all...]
/freebsd-10-stable/contrib/binutils/ld/emulparams/
H A Delf_x86_64.sh28 x86_64*-linux*|i[3-7]86-*-linux-*)
/freebsd-10-stable/crypto/openssl/crypto/rc4/
H A DMakefile47 rc4-x86_64.s: asm/rc4-x86_64.pl
48 $(PERL) asm/rc4-x86_64.pl $(PERLASM_SCHEME) > $@
49 rc4-md5-x86_64.s: asm/rc4-md5-x86_64.pl
50 $(PERL) asm/rc4-md5-x86_64.pl $(PERLASM_SCHEME) > $@
/freebsd-10-stable/crypto/openssl/crypto/sha/
H A DMakefile68 sha1-x86_64.s: asm/sha1-x86_64.pl; $(PERL) asm/sha1-x86_64.pl $(PERLASM_SCHEME) > $@
69 sha256-x86_64.s:asm/sha512-x86_64.pl; $(PERL) asm/sha512-x86_64.pl $(PERLASM_SCHEME) $@
70 sha512-x86_64.s:asm/sha512-x86_64.pl; $(PERL) asm/sha512-x86_64.pl $(PERLASM_SCHEME) $@
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp54 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:
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp103 case llvm::Triple::x86_64:
116 case llvm::Triple::x86_64:
142 case llvm::Triple::x86_64:
/freebsd-10-stable/crypto/openssl/crypto/md5/
H A DMakefile48 md5-x86_64.s: asm/md5-x86_64.pl
49 $(PERL) asm/md5-x86_64.pl $(PERLASM_SCHEME) > $@
/freebsd-10-stable/crypto/openssl/crypto/whrlpool/
H A DMakefile48 wp-x86_64.s: asm/wp-x86_64.pl
49 $(PERL) asm/wp-x86_64.pl $(PERLASM_SCHEME) > $@
/freebsd-10-stable/tools/tools/nanobsd/pcengines/
H A Dtest.sh28 qemu-system-x86_64 -kernel-kqemu $ARG
/freebsd-10-stable/usr.sbin/ntp/libntpevent/
H A DMakefile17 NTP_ATOMIC=x86_64
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DTriple.cpp40 case x86_64: return "x86_64";
82 case x86_64: return "x86";
182 .Case("x86-64", x86_64)
200 .Case("x86_64", "x86_64")
224 .Cases("amd64", "x86_64", "x86_64h", Triple::x86_64)
701 case llvm::Triple::x86_64:
754 case Triple::x86_64
[all...]
/freebsd-10-stable/contrib/bmake/mk/
H A Dhost-target.mk18 # for NetBSD prefer $MACHINE (amd64 rather than x86_64)
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h61 else if (Arch == Triple::x86_64)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DWindowsToolChain.cpp57 return getArch() == llvm::Triple::x86_64;
61 return getArch() == llvm::Triple::x86_64;
69 return getArch() == llvm::Triple::x86_64;
/freebsd-10-stable/crypto/openssl/crypto/camellia/
H A DMakefile49 cmll-x86_64.s: asm/cmll-x86_64.pl
50 $(PERL) asm/cmll-x86_64.pl $(PERLASM_SCHEME) > $@
/freebsd-10-stable/crypto/openssl/crypto/bn/
H A DMakefile97 x86_64-gcc.o: asm/x86_64-gcc.c
98 $(CC) $(CFLAGS) -c -o $@ asm/x86_64-gcc.c
99 x86_64-mont.s: asm/x86_64-mont.pl
100 $(PERL) asm/x86_64-mont.pl $(PERLASM_SCHEME) > $@
101 x86_64-mont5.s: asm/x86_64-mont5.pl
102 $(PERL) asm/x86_64-mont5.pl $(PERLASM_SCHEME) > $@
103 x86_64
[all...]
/freebsd-10-stable/contrib/byacc/
H A Dconfig.guess371 SUN_ARCH="x86_64"
815 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 ;;
[all...]

Completed in 319 milliseconds

1234567