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

/illumos-gate/usr/src/common/crypto/md5/amd64/
H A Dmd5_amd64.pl68 # round2_step() does:
73 # Each round2_step() takes about 5.4 clocks (11 instructions, 2.0 IPC)
74 sub round2_step subroutine
225 round2_step(-1,'%eax','%ebx','%ecx','%edx', '6','0xf61e2562', '5');
226 round2_step( 0,'%edx','%eax','%ebx','%ecx','11','0xc040b340', '9');
227 round2_step( 0,'%ecx','%edx','%eax','%ebx', '0','0x265e5a51','14');
228 round2_step( 0,'%ebx','%ecx','%edx','%eax', '5','0xe9b6c7aa','20');
229 round2_step( 0,'%eax','%ebx','%ecx','%edx','10','0xd62f105d', '5');
230 round2_step( 0,'%edx','%eax','%ebx','%ecx','15', '0x2441453', '9');
231 round2_step(
[all...]

Completed in 57 milliseconds