Home | History | Annotate | Download | only in asm

Lines Matching refs:SZ

55 	$SZ=8;
67 $SZ=4;
83 $_ctx="16*$SZ+0*8(%rsp)";
84 $_inp="16*$SZ+1*8(%rsp)";
85 $_end="16*$SZ+2*8(%rsp)";
86 $_rsp="16*$SZ+3*8(%rsp)";
87 $framesz="16*$SZ+4*8";
105 mov $T1,`$SZ*($i&0xf)`(%rsp)
121 add ($Tbl,$round,$SZ),$T1 # T1+=K[round]
145 mov `$SZ*(($i+1)&0xf)`(%rsp),$a0
146 mov `$SZ*(($i+14)&0xf)`(%rsp),$T1
169 add `$SZ*(($i+9)&0xf)`(%rsp),$T1
171 add `$SZ*($i&0xf)`(%rsp),$T1
192 lea ($inp,%rdx,$SZ),%rdx # inp+num*16*$SZ
202 mov $SZ*0($ctx),$A
203 mov $SZ*1($ctx),$B
204 mov $SZ*2($ctx),$C
205 mov $SZ*3($ctx),$D
206 mov $SZ*4($ctx),$E
207 mov $SZ*5($ctx),$F
208 mov $SZ*6($ctx),$G
209 mov $SZ*7($ctx),$H
217 $code.=" mov $SZ*$i($inp),$T1\n";
237 lea 16*$SZ($inp),$inp
239 add $SZ*0($ctx),$A
240 add $SZ*1($ctx),$B
241 add $SZ*2($ctx),$C
242 add $SZ*3($ctx),$D
243 add $SZ*4($ctx),$E
244 add $SZ*5($ctx),$F
245 add $SZ*6($ctx),$G
246 add $SZ*7($ctx),$H
250 mov $A,$SZ*0($ctx)
251 mov $B,$SZ*1($ctx)
252 mov $C,$SZ*2($ctx)
253 mov $D,$SZ*3($ctx)
254 mov $E,$SZ*4($ctx)
255 mov $F,$SZ*5($ctx)
256 mov $G,$SZ*6($ctx)
257 mov $H,$SZ*7($ctx)
272 if ($SZ==4) {