HomeSort by relevance Sort by last modified time
    Searched refs:round4_step (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/md5/asm/
md5-x86_64.pl 86 # round4_step() does:
90 # Each round4_step() takes about 5.2 clocks (9 instructions, 1.7 IPC)
91 sub round4_step subroutine
218 round4_step(-1,'%eax','%ebx','%ecx','%edx', '7','0xf4292244', '6');
219 round4_step( 0,'%edx','%eax','%ebx','%ecx','14','0x432aff97','10');
220 round4_step( 0,'%ecx','%edx','%eax','%ebx', '5','0xab9423a7','15');
221 round4_step( 0,'%ebx','%ecx','%edx','%eax','12','0xfc93a039','21');
222 round4_step( 0,'%eax','%ebx','%ecx','%edx', '3','0x655b59c3', '6');
223 round4_step( 0,'%edx','%eax','%ebx','%ecx','10','0x8f0ccc92','10');
224 round4_step( 0,'%ecx','%edx','%eax','%ebx', '1','0xffeff47d','15')
    [all...]
  /external/openssl/crypto/md5/asm/
md5-x86_64.pl 86 # round4_step() does:
90 # Each round4_step() takes about 5.2 clocks (9 instructions, 1.7 IPC)
91 sub round4_step subroutine
218 round4_step(-1,'%eax','%ebx','%ecx','%edx', '7','0xf4292244', '6');
219 round4_step( 0,'%edx','%eax','%ebx','%ecx','14','0x432aff97','10');
220 round4_step( 0,'%ecx','%edx','%eax','%ebx', '5','0xab9423a7','15');
221 round4_step( 0,'%ebx','%ecx','%edx','%eax','12','0xfc93a039','21');
222 round4_step( 0,'%eax','%ebx','%ecx','%edx', '3','0x655b59c3', '6');
223 round4_step( 0,'%edx','%eax','%ebx','%ecx','10','0x8f0ccc92','10');
224 round4_step( 0,'%ecx','%edx','%eax','%ebx', '1','0xffeff47d','15')
    [all...]

Completed in 97 milliseconds