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

/external/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl64 # round3_step() does:
68 # Each round3_step() takes about 4.2 clocks (8 instructions, 1.9 IPC)
69 sub round3_step subroutine
201 round3_step(-1,'%eax','%ebx','%ecx','%edx', '8','0xfffa3942', '4');
202 round3_step( 0,'%edx','%eax','%ebx','%ecx','11','0x8771f681','11');
203 round3_step( 0,'%ecx','%edx','%eax','%ebx','14','0x6d9d6122','16');
204 round3_step( 0,'%ebx','%ecx','%edx','%eax', '1','0xfde5380c','23');
205 round3_step( 0,'%eax','%ebx','%ecx','%edx', '4','0xa4beea44', '4');
206 round3_step( 0,'%edx','%eax','%ebx','%ecx', '7','0x4bdecfa9','11');
207 round3_step(
[all...]

Completed in 174 milliseconds