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

  /external/boringssl/src/crypto/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 197 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
208 @_4args=$win64? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
603 $code.=<<___ if ($win64);
934 $code.=<<___ if ($win64);
975 $code.=<<___ if ($win64);
1042 $code.=<<___ if ($win64);
1065 $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...]
aes-x86_64.pl 33 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
    [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/sha/asm/
sha512-x86_64.pl 107 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
538 $code.=<<___ if ($win64);
669 $code.=<<___ if ($win64);
757 sub \$`$framesz+$win64*16*4`,%rsp
765 $code.=<<___ if ($win64);
1063 $code.=<<___ if ($win64);
1101 sub \$`$framesz+$win64*16*($SZ==4?4:6)`,%rsp
1109 $code.=<<___ if ($win64);
1115 $code.=<<___ if ($win64 && $SZ>4)
    [all...]
sha1-x86_64.pl 91 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
341 $code.=<<___ if ($win64);
428 $code.=<<___ if ($win64);
476 push %r13 # redundant, done to share Win64 SE handler
478 lea `-64-($win64?6*16:0)`(%rsp),%rsp
480 $code.=<<___ if ($win64);
895 $code.=<<___ if ($win64);
936 push %r13 # redundant, done to share Win64 SE handler
938 lea `-64-($win64?6*16:0)`(%rsp),%rs
    [all...]
  /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/modes/asm/
ghash-x86_64.pl 88 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
224 push %r12 # order to reuse Win64 exception handler...
409 @_4args=$win64? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
489 $code.=<<___ if ($win64);
549 $code.=<<___ if ($win64);
619 $code.=<<___ if ($win64);
948 $code.=<<___ if ($win64);
979 $code.=<<___ if ($win64);
    [all...]
aesni-gcm-x86_64.pl 38 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
431 $code.=<<___ if ($win64);
515 $code.=<<___ if ($win64);
653 $code.=<<___ if ($win64);
909 $code.=<<___ if ($win64);
950 if ($win64) {
  /external/boringssl/src/crypto/chacha/asm/
chacha-x86_64.pl 59 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
429 my $xframe = $win64 ? 32+8 : 8;
445 $code.=<<___ if ($win64);
542 $code.=<<___ if ($win64);
685 my $xframe = $win64 ? 0xa8 : 8;
719 $code.=<<___ if ($win64);
1118 $code.=<<___ if ($win64);
1260 my $xframe = $win64 ? 0xa8 : 8;
1271 $code.=<<___ if ($win64);
    [all...]
  /external/boringssl/src/crypto/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...]
x86_64-mont.pl 46 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
1390 if ($win64) {
x86_64-mont5.pl 31 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
91 movd `($win64?56:8)`(%rsp),%xmm5 # load 7th argument
563 movd `($win64?56:8)`(%rax),%xmm5 # load 7th argument, index
    [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/ec/asm/
p256-x86_64-asm.pl 47 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
948 my ($val,$in_t,$index)=$win64?("%rcx","%rdx","%r8d"):("%rdi","%rsi","%edx");
966 $code.=<<___ if ($win64);
1033 $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/md5/asm/
md5-x86_64.pl 116 my $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
266 if ($win64) {
  /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/libvpx/libvpx/
libs.mk 464 LIBVPX_TEST_BIN := $(addprefix $(TGT_OS:win64=x64)/Release/,$(notdir $(LIBVPX_TEST_BIN)))
583 TEST_BIN_PATH := $(addsuffix /$(TGT_OS:win64=x64)/Release, $(TEST_BIN_PATH))
610 EXAMPLES_BIN_PATH := $(TGT_OS:win64=x64)/Release
  /external/libvpx/libvpx/build/make/
configure.sh 738 tgt_os=win64
741 tgt_os=win64
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 875 std::string win64,
879 return win64;
    [all...]
  /external/boringssl/src/crypto/cipher/asm/
chacha20_poly1305_x86_64.pl 27 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 26 ; abstraction between different calling conventions (x86_32, win64, linux64).
55 %define WIN64 0
59 %define WIN64 1
60 %elifidn __OUTPUT_FORMAT__,win64
61 %define WIN64 1
63 %define WIN64 1
88 %elif WIN64
178 %if WIN64
437 %macro ALLOC_STACK 1-2 0 ; stack_size, n_xmm_regs (for win64 only)
445 %if WIN64
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 561 milliseconds