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

1 2

  /external/python/cpython2/PC/VS7.1/
amd64_ml64.bat 4 set MLEXE=Microsoft Platform SDK\Bin\Win64\x86\AMD64\ml64.EXE
7 rem http://msdn.microsoft.com/library/en-us/win64/win64/wow64_implementation_details.asp
  /external/capstone/suite/
compile_all.sh 6 for x in default nix32 cross-win32 cross-win64 cygwin-mingw32 cygwin-mingw64 bsd clang gcc; do
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
vpaes-x86_64.pl 54 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
678 $code.=<<___ if ($win64);
702 $code.=<<___ if ($win64);
726 $code.=<<___ if ($win64);
755 $code.=<<___ if ($win64);
779 $code.=<<___ if ($win64);
799 $code.=<<___ if ($win64);
822 $code.=<<___ if ($win64);
842 $code.=<<___ if ($win64);
    [all...]
aesni-x86_64.pl 199 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
210 @_4args=$win64? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
605 $code.=<<___ if ($win64);
936 $code.=<<___ if ($win64);
977 $code.=<<___ if ($win64);
1044 $code.=<<___ if ($win64);
1067 $code.=<<___ if ($win64);
    [all...]
bsaes-x86_64.pl 97 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
1049 if (0 && !$win64) { # following four functions are unsupported interface
1151 my ($arg1,$arg2,$arg3,$arg4,$arg5,$arg6)=$win64 ? ("%rcx","%rdx","%r8","%r9","%r10","%r11d")
1171 $code.=<<___ if ($win64);
1332 $code.=<<___ if ($win64);
1372 $code.=<<___ if ($win64);
    [all...]
  /external/boringssl/src/crypto/perlasm/
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
76 my $win64=0;
87 if ($flavour eq "mingw64") { $gas=1; $elf=0; $win64=1;
96 elsif ($flavour eq "masm") { $gas=0; $elf=0; $masm=$masmref; $win64=1; $decor="\$L\$"; }
97 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; }
149 if ($win64 && $current_function->{abi} eq "svr4")
    [all...]
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha512-x86_64.pl 116 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
547 $code.=<<___ if ($win64);
678 $code.=<<___ if ($win64);
766 sub \$`$framesz+$win64*16*4`,%rsp
774 $code.=<<___ if ($win64);
1072 $code.=<<___ if ($win64);
1110 sub \$`$framesz+$win64*16*($SZ==4?4:6)`,%rsp
1118 $code.=<<___ if ($win64);
1124 $code.=<<___ if ($win64 && $SZ>4)
    [all...]
sha1-x86_64.pl 100 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
351 $code.=<<___ if ($win64);
438 $code.=<<___ if ($win64);
486 push %r13 # redundant, done to share Win64 SE handler
488 lea `-64-($win64?6*16:0)`(%rsp),%rsp
490 $code.=<<___ if ($win64);
905 $code.=<<___ if ($win64);
946 push %r13 # redundant, done to share Win64 SE handler
948 lea `-64-($win64?6*16:0)`(%rsp),%rs
    [all...]
  /external/libcxx/
appveyor-reqs-install.cmd 29 appveyor DownloadFile https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.zip -FileName cmake.zip
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
appveyor-reqs-install.cmd 29 appveyor DownloadFile https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.zip -FileName cmake.zip
  /external/syslinux/
Makefile 166 win32/syslinux.exe win64/syslinux64.exe \
189 diag libinstaller dos win32 win64 dosutil txt
206 INSTALL_AUX_OPT = win32/syslinux.exe win64/syslinux64.exe
301 dos extlinux linux mtools win32 win64: libinstaller
  /external/boringssl/src/crypto/fipsmodule/modes/asm/
ghash-x86_64.pl 98 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
234 push %r12 # order to reuse Win64 exception handler...
419 @_4args=$win64? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
499 $code.=<<___ if ($win64);
559 $code.=<<___ if ($win64);
629 $code.=<<___ if ($win64);
959 $code.=<<___ if ($win64);
990 $code.=<<___ if ($win64);
    [all...]
aesni-gcm-x86_64.pl 47 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
450 $code.=<<___ if ($win64);
534 $code.=<<___ if ($win64);
690 $code.=<<___ if ($win64);
946 $code.=<<___ if ($win64);
995 if ($win64) {
  /external/boringssl/src/crypto/chacha/asm/
chacha-x86_64.pl 61 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
431 my $xframe = $win64 ? 32+8 : 8;
447 $code.=<<___ if ($win64);
544 $code.=<<___ if ($win64);
687 my $xframe = $win64 ? 0xa8 : 8;
721 $code.=<<___ if ($win64);
1120 $code.=<<___ if ($win64);
1262 my $xframe = $win64 ? 0xa8 : 8;
1273 $code.=<<___ if ($win64);
    [all...]
  /external/libvpx/libvpx/test/
tools_common.sh 141 # Echoes yes when output of test_configuration_target() contains win32 or win64.
144 | grep -q -e win32 -e win64 > /dev/null 2>&1; then
  /external/boringssl/src/crypto/fipsmodule/ec/asm/
p256-x86_64-asm.pl 47 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
946 my ($val,$in_t,$index)=$win64?("%rcx","%rdx","%r8d"):("%rdi","%rsi","%edx");
965 $code.=<<___ if ($win64);
1032 $code.=<<___ if ($win64);
1063 $code.=<<___ if ($win64);
1119 $code.=<<___ if ($win64);
1139 my ($val,$in_t,$index)=$win64?("%rcx","%rdx","%r8d"):("%rdi","%rsi","%edx");
1153 $code.=<<___ if ($win64);
1221 $code.=<<___ if ($win64);
    [all...]
  /build/make/tools/droiddoc/templates-ndk/
sdkpage.cs 114 href="http://dl.google.com/android/repository/<?cs var:ndk.win64.legacy_download ?>"><?cs var:ndk.win64.legacy_download ?></a>
116 <td><?cs var:ndk.win64.legacy_bytes ?></td>
117 <td><?cs var:ndk.win64.legacy_checksum ?></td>
  /external/boringssl/src/crypto/fipsmodule/md5/asm/
md5-x86_64.pl 116 my $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
266 if ($win64) {
  /external/libffi/
Makefile.am 40 src/x86/win32.S src/x86/darwin.S src/x86/win64.S \
138 nodist_libffi_la_SOURCES += src/x86/ffi.c src/x86/win64.S
  /external/libvpx/libvpx/build/make/
configure.sh 761 tgt_os=win64
764 tgt_os=win64
    [all...]
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 83 ; or win64 is defined on the Yasm command line.
84 %ifidn __OUTPUT_FORMAT__,win64
318 ; Win64 ABI requires that XMM6:XMM15 are callee saved
322 ; Win64 ABI requires 16 byte stack alignment, but then pushes an 8 byte return
  /external/python/cpython2/Modules/_ctypes/libffi/
Makefile.am 39 src/x86/win32.S src/x86/darwin.S src/x86/win64.S \
137 nodist_libffi_la_SOURCES += src/x86/ffi.c src/x86/win64.S
  /external/python/cpython3/Modules/_ctypes/libffi/
Makefile.am 39 src/x86/win32.S src/x86/darwin.S src/x86/win64.S \
137 nodist_libffi_la_SOURCES += src/x86/ffi.c src/x86/win64.S
  /external/libvpx/libvpx/
libs.mk 471 LIBVPX_TEST_BIN := $(addprefix $(TGT_OS:win64=x64)/Release/,$(notdir $(LIBVPX_TEST_BIN)))
590 TEST_BIN_PATH := $(addsuffix /$(TGT_OS:win64=x64)/Release, $(TEST_BIN_PATH))
617 EXAMPLES_BIN_PATH := $(TGT_OS:win64=x64)/Release
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
rsaz-avx2.pl 75 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
165 $code.=<<___ if ($win64);
816 $code.=<<___ if ($win64);
915 $code.=<<___ if ($win64);
    [all...]

Completed in 693 milliseconds

1 2