Lines Matching refs:SZ
80 $SZ=8;
89 $SZ=4;
118 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ
124 ldr @X[($i-11)&15],[sp,#`$SZ*(($i-11)%4)`]
130 str @X[($i-8)&15],[sp,#`$SZ*(($i-8)%4)`]
158 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
187 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
208 $code.=<<___ if ($SZ==4);
233 sub sp,sp,#4*$SZ
236 ldp $C,$D,[$ctx,#2*$SZ]
237 ldp $E,$F,[$ctx,#4*$SZ]
238 add $num,$inp,$num,lsl#`log(16*$SZ)/log(2)` // end of input
239 ldp $G,$H,[$ctx,#6*$SZ]
244 ldp @X[0],@X[1],[$inp],#2*$SZ
245 ldr $t2,[$Ktbl],#$SZ // *K++
257 sub $Ktbl,$Ktbl,#`$SZ*($rounds+1)` // rewind
260 ldp @X[2],@X[3],[$ctx,#2*$SZ]
261 add $inp,$inp,#14*$SZ // advance input pointer
262 ldp @X[4],@X[5],[$ctx,#4*$SZ]
264 ldp @X[6],@X[7],[$ctx,#6*$SZ]
271 stp $C,$D,[$ctx,#2*$SZ]
275 stp $E,$F,[$ctx,#4*$SZ]
276 stp $G,$H,[$ctx,#6*$SZ]
280 add sp,sp,#4*$SZ
293 $code.=<<___ if ($SZ==8);
336 $code.=<<___ if ($SZ==4);
370 if ($SZ==4) {
428 sub $Ktbl,$Ktbl,#$rounds*$SZ-16 // rewind
452 if ($SZ==4) { ######################################### NEON stuff #