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

  /external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
md5-x86_64.pl 64 # round3_step() does:
68 # Each round3_step() takes about 4.2 clocks (8 instructions, 1.9 IPC)
69 sub round3_step subroutine
201 round3_step(-1,'%eax','%ebx','%ecx','%edx', '8','0xfffa3942', '4');
202 round3_step( 0,'%edx','%eax','%ebx','%ecx','11','0x8771f681','11');
203 round3_step( 0,'%ecx','%edx','%eax','%ebx','14','0x6d9d6122','16');
204 round3_step( 0,'%ebx','%ecx','%edx','%eax', '1','0xfde5380c','23');
205 round3_step( 0,'%eax','%ebx','%ecx','%edx', '4','0xa4beea44', '4');
206 round3_step( 0,'%edx','%eax','%ebx','%ecx', '7','0x4bdecfa9','11');
207 round3_step( 0,'%ecx','%edx','%eax','%ebx','10','0xf6bb4b60','16')
    [all...]
  /external/openssl/crypto/md5/asm/
md5-x86_64.pl 64 # round3_step() does:
68 # Each round3_step() takes about 4.2 clocks (8 instructions, 1.9 IPC)
69 sub round3_step subroutine
201 round3_step(-1,'%eax','%ebx','%ecx','%edx', '8','0xfffa3942', '4');
202 round3_step( 0,'%edx','%eax','%ebx','%ecx','11','0x8771f681','11');
203 round3_step( 0,'%ecx','%edx','%eax','%ebx','14','0x6d9d6122','16');
204 round3_step( 0,'%ebx','%ecx','%edx','%eax', '1','0xfde5380c','23');
205 round3_step( 0,'%eax','%ebx','%ecx','%edx', '4','0xa4beea44', '4');
206 round3_step( 0,'%edx','%eax','%ebx','%ecx', '7','0x4bdecfa9','11');
207 round3_step( 0,'%ecx','%edx','%eax','%ebx','10','0xf6bb4b60','16')
    [all...]

Completed in 527 milliseconds