| /freebsd/crypto/openssl/Configurations/ |
| H A D | 50-win-clang-cl.conf | 6 "VC-WIN64-CLANGASM-ARM" => { 17 perlasm_scheme => "win64", 20 "VC-CLANG-WIN64-CLANGASM-ARM" => { 33 perlasm_scheme => "win64",
|
| H A D | 50-cppbuilder.conf | 64 sys_id => "WIN64", 89 debug => '-j"$(BDS)\lib\win64\debug" ' . 90 '-L"$(BDS)\lib\win64\debug" -v', 91 release => '-j"$(BDS)\lib\win64\release" ' . 92 '-L"$(BDS)\lib\win64\release"'), 116 dso_scheme => "win64",
|
| H A D | 50-win-onecore.conf | 55 # but not VC-WIN64-ARM, no hardware... In other words they are not 75 "VC-WIN64-ARM" => { 127 "VC-WIN64-ARM-UWP" => { 128 inherit_from => [ "VC-WIN64-ARM" ],
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | x86_64cpuid.pl | 15 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/); 26 ($arg1,$arg2,$arg3,$arg4)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order 342 print<<___ if (!$win64); 378 print<<___ if ($win64); 405 my $redzone=win64?8:-8; 414 mov $arg1,$out # tribute to Win64 449 mov $arg1,$out # tribute to Win64
|
| /freebsd/crypto/openssl/crypto/bn/asm/ |
| H A D | x86_64-gf2m.pl | 35 $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) {
|
| H A D | rsaz-4k-avx512.pl | 33 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/); 46 if (!$avx512ifma && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) && 428 $code.=<<___ if ($win64); 493 $code.=<<___ if ($win64); 575 $code.=<<___ if ($win64); 664 $code.=<<___ if ($win64); 716 my ($out,$red_tbl,$red_tbl_idx1,$red_tbl_idx2)=$win64 ? ("%rcx","%rdx","%r8", "%r9") : # Win64 ord… 798 if ($win64) {
|
| H A D | rsaz-3k-avx512.pl | 33 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/); 46 if (!$avx512ifma && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) && 389 $code.=<<___ if ($win64); 453 $code.=<<___ if ($win64); 536 $code.=<<___ if ($win64); 617 $code.=<<___ if ($win64); 670 my ($out,$red_tbl,$red_tbl_idx1,$red_tbl_idx2)=$win64 ? ("%rcx","%rdx","%r8", "%r9") : # Win64 ord… 742 if ($win64) {
|
| H A D | rsaz-4k-avxifma.pl | 22 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/); 41 if ($win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) && 536 $code.=<<___ if ($win64); 601 $code.=<<___ if ($win64); 769 $code.=<<___ if ($win64); 882 $code.=<<___ if ($win64); 934 my ($out,$red_tbl,$red_tbl_idx1,$red_tbl_idx2)=$win64 ? ("%rcx","%rdx","%r8", "%r9") : # Win64 ord… 1020 if ($win64) {
|
| H A D | rsaz-3k-avxifma.pl | 22 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/); 41 if ($win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) && 448 $code.=<<___ if ($win64); 512 $code.=<<___ if ($win64); 681 $code.=<<___ if ($win64); 786 $code.=<<___ if ($win64); 839 my ($out,$red_tbl,$red_tbl_idx1,$red_tbl_idx2)=$win64 ? ("%rcx","%rdx","%r8", "%r9") : # Win64 ord… 950 if ($win64) {
|
| /freebsd/crypto/openssl/crypto/perlasm/ |
| H A D | x86_64-xlate.pl | 39 # 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 …]
|
| H A D | arm-xlate.pl | 25 elsif ($flavour =~ /win64/) { ".arch\t".join(',',@_); } 36 /win64/ && return ".section\t.rodata"; 44 /win64/ && return ".text"; 50 elsif ($flavour =~ /win64/) { ""; } 99 elsif ($flavour =~ /win64/) { if (join(',',@_) =~ /(\w+),%function/) {
|
| /freebsd/sys/contrib/libsodium/builds/msvc/properties/ |
| H A D | x64.props | 10 <!-- 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 D | aesni-sha1-x86_64.pl | 96 $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 D | aesni-sha256-x86_64.pl | 52 $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"` 353 mov `($win64?56:8)`(%rsp),$in0 # load 7th parameter 368 sub \$`$framesz+$win64*16*10`,%rsp 386 $code.=<<___ if ($win64); 626 $code.=<<___ if ($win64); 669 mov `($win64?56:8)`(%rsp),$in0 # load 7th parameter [all …]
|
| H A D | vpaes-x86_64.pl | 62 $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 D | aesni-x86_64.pl | 200 $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 D | aesni-mb-x86_64.pl | 50 $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 D | sha512-x86_64.pl | 117 $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/) && 580 $code.=<<___ if ($win64); 711 $code.=<<___ if ($win64); 808 sub \$`$framesz+$win64*16*4`,%rsp 817 $code.=<<___ if ($win64); 1116 $code.=<<___ if ($win64); 1170 sub \$`$framesz+$win64*16*($SZ==4?4:6)`,%rsp 1179 $code.=<<___ if ($win64); [all …]
|
| /freebsd/crypto/openssl/ |
| H A D | NOTES-WINDOWS.md | 78 - `perl Configure VC-WIN64-ARM` if you want Windows on Arm (win-arm64) 80 - `perl Configure VC-WIN64-CLANGASM-ARM` if you want Windows on Arm (win-arm64) 82 - `perl Configure VC-CLANG-WIN64-CLANGASM-ARM` if you want Windows on Arm (win-arm64) 166 for Win64 builds use:
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCWin64EH.h | 1 //===- 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 D | property.wxi | 44 …<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 D | ghash-x86_64.pl | 98 $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 540 $code.=<<___ if ($win64); 600 $code.=<<___ if ($win64); 675 $code.=<<___ if ($win64); 1004 $code.=<<___ if ($win64); 1037 $code.=<<___ if ($win64); [all …]
|
| H A D | aesni-gcm-x86_64.pl | 48 $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); 962 if ($win64) {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 294 // 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 D | Makefile.am | 13 msys2-win64.sh \
|