Searched refs:AUTOLOAD (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl20 # AUTOLOAD is this context has quite unpleasant side effect, namely
24 sub ::AUTOLOAD
25 { my $opcode = $AUTOLOAD;
33 &generic($opcode,@_) or die "undefined subroutine \&$AUTOLOAD";
/freebsd-12-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-s390x.pl36 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
37 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
H A Dchacha-armv4.pl52 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
53 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dchacha-armv8.pl49 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
50 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dchacha-ppc.pl77 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
78 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dchacha-x86_64.pl136 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
137 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl331 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
332 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dsha256-armv4.pl310 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
311 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dsha512-armv8.pl466 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
467 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dsha1-x86_64.pl574 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
575 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
H A Dsha512-x86_64.pl725 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
726 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl182 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
183 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
H A Daesni-sha256-x86_64.pl289 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
290 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/freebsd-12-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl148 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
149 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;

Completed in 186 milliseconds