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

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/chacha/asm/
H A Dchacha-armv8.pl49 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
50 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dchacha-x86_64.pl112 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
113 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/asm/
H A Dsha1-x86_64.pl542 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
543 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
H A Dsha512-x86_64.pl697 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
698 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/asm/
H A Dghash-x86_64.pl138 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
139 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;

Completed in 85 milliseconds