Searched refs:round4_step (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/crypto/md5/amd64/ |
H A D | md5_amd64.pl | 123 # round4_step() does: 127 # Each round4_step() takes about 5.2 clocks (9 instructions, 1.7 IPC) 128 sub round4_step subroutine 259 round4_step(-1,'%eax','%ebx','%ecx','%edx', '7','0xf4292244', '6'); 260 round4_step( 0,'%edx','%eax','%ebx','%ecx','14','0x432aff97','10'); 261 round4_step( 0,'%ecx','%edx','%eax','%ebx', '5','0xab9423a7','15'); 262 round4_step( 0,'%ebx','%ecx','%edx','%eax','12','0xfc93a039','21'); 263 round4_step( 0,'%eax','%ebx','%ecx','%edx', '3','0x655b59c3', '6'); 264 round4_step( 0,'%edx','%eax','%ebx','%ecx','10','0x8f0ccc92','10'); 265 round4_step( [all...] |
Completed in 70 milliseconds