Home | History | Annotate | Download | only in asm

Lines Matching refs:round1_step

14 # round1_step() does:
18 # Each round1_step() takes about 5.3 clocks (9 instructions, 1.7 IPC)
19 sub round1_step
167 round1_step(-1,'%eax','%ebx','%ecx','%edx', '1','0xd76aa478', '7');
168 round1_step( 0,'%edx','%eax','%ebx','%ecx', '2','0xe8c7b756','12');
169 round1_step( 0,'%ecx','%edx','%eax','%ebx', '3','0x242070db','17');
170 round1_step( 0,'%ebx','%ecx','%edx','%eax', '4','0xc1bdceee','22');
171 round1_step( 0,'%eax','%ebx','%ecx','%edx', '5','0xf57c0faf', '7');
172 round1_step( 0,'%edx','%eax','%ebx','%ecx', '6','0x4787c62a','12');
173 round1_step( 0,'%ecx','%edx','%eax','%ebx', '7','0xa8304613','17');
174 round1_step( 0,'%ebx','%ecx','%edx','%eax', '8','0xfd469501','22');
175 round1_step( 0,'%eax','%ebx','%ecx','%edx', '9','0x698098d8', '7');
176 round1_step( 0,'%edx','%eax','%ebx','%ecx','10','0x8b44f7af','12');
177 round1_step( 0,'%ecx','%edx','%eax','%ebx','11','0xffff5bb1','17');
178 round1_step( 0,'%ebx','%ecx','%edx','%eax','12','0x895cd7be','22');
179 round1_step( 0,'%eax','%ebx','%ecx','%edx','13','0x6b901122', '7');
180 round1_step( 0,'%edx','%eax','%ebx','%ecx','14','0xfd987193','12');
181 round1_step( 0,'%ecx','%edx','%eax','%ebx','15','0xa679438e','17');
182 round1_step( 1,'%ebx','%ecx','%edx','%eax', '0','0x49b40821','22');