Searched refs:round1_step (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/crypto/md5/amd64/ |
H A D | md5_amd64.pl | 42 # round1_step() does: 46 # Each round1_step() takes about 5.3 clocks (9 instructions, 1.7 IPC) 47 sub round1_step subroutine 208 round1_step(-1,'%eax','%ebx','%ecx','%edx', '1','0xd76aa478', '7'); 209 round1_step( 0,'%edx','%eax','%ebx','%ecx', '2','0xe8c7b756','12'); 210 round1_step( 0,'%ecx','%edx','%eax','%ebx', '3','0x242070db','17'); 211 round1_step( 0,'%ebx','%ecx','%edx','%eax', '4','0xc1bdceee','22'); 212 round1_step( 0,'%eax','%ebx','%ecx','%edx', '5','0xf57c0faf', '7'); 213 round1_step( 0,'%edx','%eax','%ebx','%ecx', '6','0x4787c62a','12'); 214 round1_step( [all...] |
Completed in 57 milliseconds