Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/aes/asm/
Daes-x86_64.pl841 sub declast() subroutine
913 else { &declast(0,$s0,$s3,$s2,$s1);
914 &declast(1,$s1,$s0,$s3,$s2);
915 &declast(2,$s2,$s1,$s0,$s3);
916 &declast(3,$s3,$s2,$s1,$s0);
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);