Home | History | Annotate | Download | only in asm

Lines Matching refs:round4_step

86 # round4_step() does:
90 # Each round4_step() takes about 5.2 clocks (9 instructions, 1.7 IPC)
91 sub round4_step
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');
225 round4_step( 0,'%ebx','%ecx','%edx','%eax', '8','0x85845dd1','21');
226 round4_step( 0,'%eax','%ebx','%ecx','%edx','15','0x6fa87e4f', '6');
227 round4_step( 0,'%edx','%eax','%ebx','%ecx', '6','0xfe2ce6e0','10');
228 round4_step( 0,'%ecx','%edx','%eax','%ebx','13','0xa3014314','15');
229 round4_step( 0,'%ebx','%ecx','%edx','%eax', '4','0x4e0811a1','21');
230 round4_step( 0,'%eax','%ebx','%ecx','%edx','11','0xf7537e82', '6');
231 round4_step( 0,'%edx','%eax','%ebx','%ecx', '2','0xbd3af235','10');
232 round4_step( 0,'%ecx','%edx','%eax','%ebx', '9','0x2ad7d2bb','15');
233 round4_step( 1,'%ebx','%ecx','%edx','%eax', '0','0xeb86d391','21');