Home | History | Annotate | Download | only in asm

Lines Matching refs:SZ

58 	$SZ=8;
67 $SZ=4;
96 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ
102 ldr @X[($i-11)&15],[sp,#`$SZ*(($i-11)%4)`]
108 str @X[($i-8)&15],[sp,#`$SZ*(($i-8)%4)`]
136 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
165 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
186 $code.=<<___ if ($SZ==4);
204 sub sp,sp,#4*$SZ
207 ldp $C,$D,[$ctx,#2*$SZ]
208 ldp $E,$F,[$ctx,#4*$SZ]
209 add $num,$inp,$num,lsl#`log(16*$SZ)/log(2)` // end of input
210 ldp $G,$H,[$ctx,#6*$SZ]
216 ldp @X[0],@X[1],[$inp],#2*$SZ
217 ldr $t2,[$Ktbl],#$SZ // *K++
229 sub $Ktbl,$Ktbl,#`$SZ*($rounds+1)` // rewind
232 ldp @X[2],@X[3],[$ctx,#2*$SZ]
233 add $inp,$inp,#14*$SZ // advance input pointer
234 ldp @X[4],@X[5],[$ctx,#4*$SZ]
236 ldp @X[6],@X[7],[$ctx,#6*$SZ]
243 stp $C,$D,[$ctx,#2*$SZ]
247 stp $E,$F,[$ctx,#4*$SZ]
248 stp $G,$H,[$ctx,#6*$SZ]
252 add sp,sp,#4*$SZ
266 $code.=<<___ if ($SZ==8);
309 $code.=<<___ if ($SZ==4);
334 if ($SZ==4) {
394 sub $Ktbl,$Ktbl,#$rounds*$SZ-16 // rewind