Searched refs:round3_step (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/crypto/md5/amd64/ |
H A D | md5_amd64.pl | 98 # round3_step() does: 102 # Each round3_step() takes about 4.2 clocks (8 instructions, 1.9 IPC) 103 sub round3_step subroutine 242 round3_step(-1,'%eax','%ebx','%ecx','%edx', '8','0xfffa3942', '4'); 243 round3_step( 0,'%edx','%eax','%ebx','%ecx','11','0x8771f681','11'); 244 round3_step( 0,'%ecx','%edx','%eax','%ebx','14','0x6d9d6122','16'); 245 round3_step( 0,'%ebx','%ecx','%edx','%eax', '1','0xfde5380c','23'); 246 round3_step( 0,'%eax','%ebx','%ecx','%edx', '4','0xa4beea44', '4'); 247 round3_step( 0,'%edx','%eax','%ebx','%ecx', '7','0x4bdecfa9','11'); 248 round3_step( [all...] |
Completed in 57 milliseconds