Searched refs:round3_step (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/md5/asm/ |
H A D | md5-x86_64.pl | 65 # round3_step() does: 69 # Each round3_step() takes about 4.2 clocks (8 instructions, 1.9 IPC) 71 sub round3_step subroutine 219 round3_step(-1,'%eax','%ebx','%ecx','%edx', '8','0xfffa3942', '4'); 220 round3_step( 0,'%edx','%eax','%ebx','%ecx','11','0x8771f681','11'); 221 round3_step( 0,'%ecx','%edx','%eax','%ebx','14','0x6d9d6122','16'); 222 round3_step( 0,'%ebx','%ecx','%edx','%eax', '1','0xfde5380c','23'); 223 round3_step( 0,'%eax','%ebx','%ecx','%edx', '4','0xa4beea44', '4'); 224 round3_step( 0,'%edx','%eax','%ebx','%ecx', '7','0x4bdecfa9','11'); 225 round3_step( [all...] |
/third_party/openssl/crypto/md5/asm/ |
H A D | md5-x86_64.pl | 65 # round3_step() does: 69 # Each round3_step() takes about 4.2 clocks (8 instructions, 1.9 IPC) 71 sub round3_step subroutine 219 round3_step(-1,'%eax','%ebx','%ecx','%edx', '8','0xfffa3942', '4'); 220 round3_step( 0,'%edx','%eax','%ebx','%ecx','11','0x8771f681','11'); 221 round3_step( 0,'%ecx','%edx','%eax','%ebx','14','0x6d9d6122','16'); 222 round3_step( 0,'%ebx','%ecx','%edx','%eax', '1','0xfde5380c','23'); 223 round3_step( 0,'%eax','%ebx','%ecx','%edx', '4','0xa4beea44', '4'); 224 round3_step( 0,'%edx','%eax','%ebx','%ecx', '7','0x4bdecfa9','11'); 225 round3_step( [all...] |
Completed in 1 milliseconds