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

1 2

  /external/boringssl/src/crypto/
cpu-x86_64-asm.pl 7 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
17 ($arg1,$arg2,$arg3,$arg4)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order
  /external/boringssl/src/crypto/perlasm/
x86_64-xlate.pl 32 # unified Win64 prologue and epilogue automatically. If you want
35 # 4. To optimize the Win64 prologue you can specify number of input
42 # required to identify the spots, where to inject Win64 epilogue!
46 # Both are recognized and translated to proper Win64 addressing
55 # Win64 prologue copies %rsp value to %rax. For further details
71 my $win64=0;
82 if ($flavour eq "mingw64") { $gas=1; $elf=0; $win64=1;
87 elsif ($flavour eq "masm") { $gas=0; $elf=0; $masm=$masmref; $win64=1; $decor="\$L\$"; }
88 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; }
95 $win64=1
    [all...]
  /external/boringssl/src/crypto/aes/asm/
vpaes-x86_64.pl 53 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
677 $code.=<<___ if ($win64);
701 $code.=<<___ if ($win64);
725 $code.=<<___ if ($win64);
754 $code.=<<___ if ($win64);
778 $code.=<<___ if ($win64);
798 $code.=<<___ if ($win64);
821 $code.=<<___ if ($win64);
841 $code.=<<___ if ($win64);
    [all...]
aesni-x86_64.pl 183 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
194 @_4args=$win64? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
589 $code.=<<___ if ($win64);
920 $code.=<<___ if ($win64);
961 $code.=<<___ if ($win64);
1028 $code.=<<___ if ($win64);
1051 $code.=<<___ if ($win64);
    [all...]
bsaes-x86_64.pl 95 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
1047 if (0 && !$win64) { # following four functions are unsupported interface
1149 my ($arg1,$arg2,$arg3,$arg4,$arg5,$arg6)=$win64 ? ("%rcx","%rdx","%r8","%r9","%r10","%r11d")
1169 $code.=<<___ if ($win64);
1330 $code.=<<___ if ($win64);
1370 $code.=<<___ if ($win64);
    [all...]
  /external/boringssl/src/crypto/sha/asm/
sha512-x86_64.pl 105 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
117 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
122 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
544 $code.=<<___ if ($win64);
675 $code.=<<___ if ($win64);
763 sub \$`$framesz+$win64*16*4`,%rsp
771 $code.=<<___ if ($win64);
1069 $code.=<<___ if ($win64);
1107 sub \$`$framesz+$win64*16*($SZ==4?4:6)`,%rs
    [all...]
sha1-x86_64.pl 88 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
100 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
105 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
346 $code.=<<___ if ($win64);
433 $code.=<<___ if ($win64);
480 push %r13 # redundant, done to share Win64 SE handler
482 lea `-64-($win64?6*16:0)`(%rsp),%rsp
484 $code.=<<___ if ($win64);
900 $code.=<<___ if ($win64);
    [all...]
  /external/boringssl/src/crypto/bn/asm/
x86_64-mont5.pl 31 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
46 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
51 if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
97 mov `($win64?56:8)`(%rsp),%r10d # load 7th argument
105 $code.=<<___ if ($win64);
350 $code.=<<___ if ($win64);
390 $code.=<<___ if ($win64);
438 $code.=<<___ if ($win64);
458 mov `($win64?56:8)`(%rax),%r10d # load 7th argumen
    [all...]
rsaz-avx2.pl 75 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
88 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
94 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
173 $code.=<<___ if ($win64);
822 $code.=<<___ if ($win64);
904 $code.=<<___ if ($win64);
    [all...]
x86_64-mont.pl 46 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
61 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
66 if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
1212 if ($win64) {
rsaz-x86_64.pl 91 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
106 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
111 if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    [all...]
  /external/boringssl/src/crypto/modes/asm/
ghash-x86_64.pl 86 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
98 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
103 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
233 push %r12 # order to reuse Win64 exception handler...
413 @_4args=$win64? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
493 $code.=<<___ if ($win64);
553 $code.=<<___ if ($win64);
623 $code.=<<___ if ($win64);
    [all...]
aesni-gcm-x86_64.pl 37 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
49 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
54 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
414 $code.=<<___ if ($win64);
490 $code.=<<___ if ($win64);
624 $code.=<<___ if ($win64);
871 $code.=<<___ if ($win64);
912 if ($win64) {
  /external/boringssl/src/crypto/rc4/asm/
rc4-md5-x86_64.pl 47 my $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
510 if ($win64) {
rc4-x86_64.pl 108 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
509 if ($win64) {
  /external/libvpx/libvpx/test/
tools_common.sh 139 # Echoes yes when output of test_configuration_target() contains win32 or win64.
142 | grep -q -e win32 -e win64 > /dev/null 2>&1; then
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 122 # Echoes yes when output of test_configuration_target() contains win32 or win64.
125 | grep -q -e win32 -e win64 > /dev/null 2>&1; then
  /build/tools/droiddoc/templates-ndk/
sdkpage.cs 114 href="http://dl.google.com/android/ndk/<?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>
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 114 href="http://dl.google.com/android/ndk/<?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>
  /build/tools/droiddoc/templates-sdk-dev/
sdkpage.cs 114 href="http://dl.google.com/android/ndk/<?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
320 ; Win64 ABI requires that XMM6:XMM15 are callee saved
324 ; Win64 ABI requires 16 byte stack alignment, but then pushes an 8 byte return
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86_abi_support.asm 83 ; or win64 is defined on the Yasm command line.
84 %ifidn __OUTPUT_FORMAT__,win64
320 ; Win64 ABI requires that XMM6:XMM15 are callee saved
324 ; Win64 ABI requires 16 byte stack alignment, but then pushes an 8 byte return
  /external/libvpx/libvpx/
libs.mk 464 LIBVPX_TEST_BINS := $(addprefix $(TGT_OS:win64=x64)/Release/,$(notdir $(LIBVPX_TEST_BINS)))
553 TEST_BIN_PATH := $(addsuffix /$(TGT_OS:win64=x64)/Release, $(TEST_BIN_PATH))
579 EXAMPLES_BIN_PATH := $(TGT_OS:win64=x64)/Release
  /external/libvpx/libvpx/build/make/
configure.sh 689 tgt_os=win64
1169 win64)
    [all...]

Completed in 631 milliseconds

1 2