Searched refs:declast (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl1623 sub declast() subroutine
1742 &declast(0,$tbl,$s0,$s3,$s2,$s1);
1743 &declast(1,$tbl,$s1,$s0,$s3,$s2);
1744 &declast(2,$tbl,$s2,$s1,$s0,$s3);
1745 &declast(3,$tbl,$s3,$s2,$s1,$s0);
H A Daes-x86_64.pl843 sub declast() subroutine
915 else { &declast(0,$s0,$s3,$s2,$s1);
916 &declast(1,$s1,$s0,$s3,$s2);
917 &declast(2,$s2,$s1,$s0,$s3);
918 &declast(3,$s3,$s2,$s1,$s0);

Completed in 60 milliseconds