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

  /external/boringssl/src/crypto/perlasm/
x86asm.pl 13 # AUTOLOAD is this context has quite unpleasant side effect, namely
17 sub ::AUTOLOAD
18 { my $opcode = $AUTOLOAD;
26 &generic($opcode,@_) or die "undefined subroutine \&$AUTOLOAD";
  /external/boringssl/src/crypto/sha/asm/
sha1-armv4-large.pl 303 sub AUTOLOAD() # thunk [simplified] x86-style perlasm
304 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
sha256-armv4.pl 308 sub AUTOLOAD() # thunk [simplified] x86-style perlasm
309 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
sha1-x86_64.pl 537 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm
538 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
    [all...]
sha512-x86_64.pl 694 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm
695 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
    [all...]
  /external/boringssl/src/crypto/modes/asm/
ghash-x86_64.pl 137 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm
138 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
    [all...]

Completed in 94 milliseconds