Home
last modified time | relevance | path

Searched full:win64 (Results 1 – 25 of 123) sorted by relevance

12345

/freebsd/crypto/openssl/crypto/
H A Dx86_64cpuid.pl15 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
26 ($arg1,$arg2,$arg3,$arg4)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order
316 print<<___ if (!$win64);
352 print<<___ if ($win64);
379 my $redzone=win64?8:-8;
388 mov $arg1,$out # tribute to Win64
423 mov $arg1,$out # tribute to Win64
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl35 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
174 ($rp,$a1,$a0,$b1,$b0) = $win64? ("%rcx","%rdx","%r8", "%r9","%r10") : # Win64 order
193 $code.=<<___ if ($win64);
196 $code.=<<___ if (!$win64);
223 $code.=<<___ if ($win64);
296 $code.=<<___ if ($win64);
314 if ($win64) {
/freebsd/crypto/openssl/Configurations/
H A D50-win-onecore.conf56 # but not VC-WIN64-ARM, no hardware... In other words they are not
76 "VC-WIN64-ARM" => {
128 "VC-WIN64-ARM-UWP" => {
129 inherit_from => [ "VC-WIN64-ARM" ],
H A D50-masm.conf12 inherit_from => [ "VC-WIN64-common" ],
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl39 # unified Win64 prologue and epilogue automatically. If you want
42 # 4. To optimize the Win64 prologue you can specify number of input
49 # required to identify the spots, where to inject Win64 epilogue!
53 # Both are recognized and translated to proper Win64 addressing
57 # Win64 prologue copies %rsp value to %rax. For further details
75 my $win64=0;
90 if ($flavour eq "mingw64") { $gas=1; $elf=0; $win64=1;
95 elsif ($flavour eq "masm") { $gas=0; $elf=0; $masm=$masmref; $win64=1; $decor="\$L\$"; }
96 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; }
103 $win64=1;
[all …]
/freebsd/sys/contrib/libsodium/builds/msvc/properties/
H A Dx64.props10 <!-- Note that Win64 defines may cause WIN32 to become defined when using windows headers,
13 …<PreprocessorDefinitions>WIN32;_WIN32;WIN64;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinit…
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl96 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
106 $avx=1 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
109 $avx=1 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
199 mov `($win64?56:8)`(%rsp),$inp # load 7th argument
214 lea `-104-($win64?10*16:0)`(%rsp),%rsp
215 .cfi_adjust_cfa_offset `104+($win64?10*16:0)`
219 $code.=<<___ if ($win64);
727 $code.=<<___ if ($win64);
740 lea `104+($win64?10*16:0)`(%rsp),%rsi
869 mov `($win64?56:8)`(%rsp),$inp # load 7th argument
[all …]
H A Daesni-sha256-x86_64.pl52 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
64 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
69 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
134 cmp \$0,`$win64?"%rcx":"%rdi"`
163 cmp \$0,`$win64?"%rcx":"%rdi"`
351 mov `($win64?56:8)`(%rsp),$in0 # load 7th parameter
366 sub \$`$framesz+$win64*16*10`,%rsp
384 $code.=<<___ if ($win64);
624 $code.=<<___ if ($win64);
667 mov `($win64?56:8)`(%rsp),$in0 # load 7th parameter
[all …]
H A Dvpaes-x86_64.pl62 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
703 $code.=<<___ if ($win64);
727 $code.=<<___ if ($win64);
754 $code.=<<___ if ($win64);
783 $code.=<<___ if ($win64);
810 $code.=<<___ if ($win64);
830 $code.=<<___ if ($win64);
856 $code.=<<___ if ($win64);
876 $code.=<<___ if ($win64);
914 $code.=<<___ if ($win64);
[all …]
H A Daesni-x86_64.pl200 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
212 @_4args=$win64? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
622 $code.=<<___ if ($win64);
952 $code.=<<___ if ($win64);
995 $code.=<<___ if ($win64);
1062 $code.=<<___ if ($win64);
1088 $code.=<<___ if ($win64);
1172 $code.=<<___ if ($win64);
1205 my $frame_size = 0x80 + ($win64?160:0);
1242 $code.=<<___ if ($win64);
[all …]
H A Daesni-mb-x86_64.pl50 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
69 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
74 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
145 $code.=<<___ if ($win64);
363 $code.=<<___ if ($win64);
427 $code.=<<___ if ($win64);
635 $code.=<<___ if ($win64);
697 $code.=<<___ if ($win64);
942 $code.=<<___ if ($win64);
994 $code.=<<___ if ($win64);
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha512-x86_64.pl117 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
129 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
134 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
576 $code.=<<___ if ($win64);
707 $code.=<<___ if ($win64);
804 sub \$`$framesz+$win64*16*4`,%rsp
813 $code.=<<___ if ($win64);
1112 $code.=<<___ if ($win64);
1166 sub \$`$framesz+$win64*16*($SZ==4?4:6)`,%rsp
1175 $code.=<<___ if ($win64);
[all …]
H A Dsha256-mb-x86_64.pl47 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
66 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
71 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
272 $code.=<<___ if ($win64);
412 $code.=<<___ if ($win64);
454 $code.=<<___ if ($win64);
775 $code.=<<___ if ($win64);
977 $code.=<<___ if ($win64);
1116 $code.=<<___ if ($win64);
1170 $code.=<<___ if ($win64);
[all …]
H A Dsha1-x86_64.pl101 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
113 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
118 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
377 $code.=<<___ if ($win64);
464 $code.=<<___ if ($win64);
518 push %r13 # redundant, done to share Win64 SE handler
522 lea `-64-($win64?6*16:0)`(%rsp),%rsp
524 $code.=<<___ if ($win64);
939 $code.=<<___ if ($win64);
992 push %r13 # redundant, done to share Win64 SE handler
[all …]
H A Dsha1-mb-x86_64.pl46 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
65 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
70 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
391 $code.=<<___ if ($win64);
508 $code.=<<___ if ($win64);
550 $code.=<<___ if ($win64);
773 $code.=<<___ if ($win64);
1058 $code.=<<___ if ($win64);
1171 $code.=<<___ if ($win64);
1229 $code.=<<___ if ($win64);
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWin64EH.h1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
9 // This file contains declarations to support the Win64 Exception Handling
/freebsd/crypto/krb5/src/windows/installer/wix/
H A Dproperty.wxi44 …<RegistrySearch Win64="no" Id="regsrch_NSIS" Root="HKLM" Key="Software\Microsoft\Windows\CurrentVe…
48 …<RegistrySearch Win64="no" Id="regsrch_NSISV" Root="HKLM" Key="Software\Microsoft\Windows\CurrentV…
/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl98 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
110 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
115 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
249 push %r12 # order to reuse Win64 exception handler...
459 @_4args=$win64? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
539 $code.=<<___ if ($win64);
599 $code.=<<___ if ($win64);
674 $code.=<<___ if ($win64);
1003 $code.=<<___ if ($win64);
1035 $code.=<<___ if ($win64);
[all …]
H A Daesni-gcm-x86_64.pl48 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
60 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
65 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
436 $code.=<<___ if ($win64);
512 $code.=<<___ if ($win64);
664 $code.=<<___ if ($win64);
911 $code.=<<___ if ($win64);
960 if ($win64) {
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td294 // except on Win64.
390 // X86-Win64 C return-value convention.
392 // The X86-Win64 calling convention always returns __m64 values in RAX.
395 // GCC returns FP values in RAX on Win64.
497 CCIfCC<"CallingConv::Win64", CCDelegateTo<RetCC_X86_Win64_C>>,
511 // Mingw64 and native Win64 use Win64 CC
631 // Calling convention used on Win64
690 // Do not pass the sret argument in RCX, the Win64 thiscall calling
1109 CCIfCC<"CallingConv::Win64", CCDelegateTo<CC_X86_Win64_C>>,
1120 // Mingw64 and native Win64 use Win64 CC
/freebsd/sys/contrib/libsodium/dist-build/
H A DMakefile.am13 msys2-win64.sh \
H A Dmsys2-win64.sh4 export PREFIX="$(pwd)/libsodium-win64"
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h1 //===-- llvm/Support/Win64EH.h ---Win64 EH Constants-------------*- C++ -*-===//
10 // exception handling on Win64 platforms. For more information, see
/freebsd/crypto/openssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl66 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
78 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
84 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
476 my $xframe = $win64 ? 160+8 : 8;
499 $code.=<<___ if ($win64);
596 $code.=<<___ if ($win64);
658 my $xframe = $win64 ? 0x68 : 8;
670 $code.=<<___ if ($win64);
758 $code.=<<___ if ($win64);
907 my $xframe = $win64 ? 0xa8 : 8;
[all …]
/freebsd/crypto/openssl/engines/asm/
H A De_padlock-x86_64.pl27 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
49 ($arg1,$arg2,$arg3,$arg4)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order

12345