Lines Matching refs:SZ
77 $SZ=8;
86 $SZ=4;
115 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ
121 ldr @X[($i-11)&15],[sp,#`$SZ*(($i-11)%4)`]
127 str @X[($i-8)&15],[sp,#`$SZ*(($i-8)%4)`]
155 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
184 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
209 $code.=<<___ if ($SZ==4);
215 $code.=<<___ if ($SZ==8);
230 sub sp,sp,#4*$SZ
233 ldp $C,$D,[$ctx,#2*$SZ]
234 ldp $E,$F,[$ctx,#4*$SZ]
235 add $num,$inp,$num,lsl#`log(16*$SZ)/log(2)` // end of input
236 ldp $G,$H,[$ctx,#6*$SZ]
241 ldp @X[0],@X[1],[$inp],#2*$SZ
242 ldr $t2,[$Ktbl],#$SZ // *K++
254 sub $Ktbl,$Ktbl,#`$SZ*($rounds+1)` // rewind
257 ldp @X[2],@X[3],[$ctx,#2*$SZ]
258 add $inp,$inp,#14*$SZ // advance input pointer
259 ldp @X[4],@X[5],[$ctx,#4*$SZ]
261 ldp @X[6],@X[7],[$ctx,#6*$SZ]
268 stp $C,$D,[$ctx,#2*$SZ]
272 stp $E,$F,[$ctx,#4*$SZ]
273 stp $G,$H,[$ctx,#6*$SZ]
277 add sp,sp,#4*$SZ
291 $code.=<<___ if ($SZ==8);
334 $code.=<<___ if ($SZ==4);
359 if ($SZ==4) {
417 sub $Ktbl,$Ktbl,#$rounds*$SZ-16 // rewind
441 if ($SZ==4) { ######################################### NEON stuff #
731 if ($SZ==8) {
799 sub $Ktbl,$Ktbl,#$rounds*$SZ // rewind