Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl97 # round4_step() does:
101 # Each round4_step() takes about 5.2 clocks (9 instructions, 1.7 IPC)
102 sub round4_step subroutine
236 round4_step(-1,'%eax','%ebx','%ecx','%edx', '7','0xf4292244', '6');
237 round4_step( 0,'%edx','%eax','%ebx','%ecx','14','0x432aff97','10');
238 round4_step( 0,'%ecx','%edx','%eax','%ebx', '5','0xab9423a7','15');
239 round4_step( 0,'%ebx','%ecx','%edx','%eax','12','0xfc93a039','21');
240 round4_step( 0,'%eax','%ebx','%ecx','%edx', '3','0x655b59c3', '6');
241 round4_step( 0,'%edx','%eax','%ebx','%ecx','10','0x8f0ccc92','10');
242 round4_step(
[all...]
/third_party/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl97 # round4_step() does:
101 # Each round4_step() takes about 5.2 clocks (9 instructions, 1.7 IPC)
102 sub round4_step subroutine
236 round4_step(-1,'%eax','%ebx','%ecx','%edx', '7','0xf4292244', '6');
237 round4_step( 0,'%edx','%eax','%ebx','%ecx','14','0x432aff97','10');
238 round4_step( 0,'%ecx','%edx','%eax','%ebx', '5','0xab9423a7','15');
239 round4_step( 0,'%ebx','%ecx','%edx','%eax','12','0xfc93a039','21');
240 round4_step( 0,'%eax','%ebx','%ecx','%edx', '3','0x655b59c3', '6');
241 round4_step( 0,'%edx','%eax','%ebx','%ecx','10','0x8f0ccc92','10');
242 round4_step(
[all...]

Completed in 2 milliseconds