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]
242 ldp @X[0],@X[1],[$inp],#2*$SZ
243 ldr $t2,[$Ktbl],#$SZ // *K++
255 sub $Ktbl,$Ktbl,#`$SZ*($rounds+1)` // rewind
258 ldp @X[2],@X[3],[$ctx,#2*$SZ]
259 add $inp,$inp,#14*$SZ // advance input pointer
260 ldp @X[4],@X[5],[$ctx,#4*$SZ]
262 ldp @X[6],@X[7],[$ctx,#6*$SZ]
269 stp $C,$D,[$ctx,#2*$SZ]
273 stp $E,$F,[$ctx,#4*$SZ]
274 stp $G,$H,[$ctx,#6*$SZ]
278 add sp,sp,#4*$SZ
294 $code.=<<___ if ($SZ==8);
337 $code.=<<___ if ($SZ==4);
364 if ($SZ==4) {
423 sub $Ktbl,$Ktbl,#$rounds*$SZ-16 // rewind
447 if ($SZ==4) { ######################################### NEON stuff #
738 if ($SZ==8) {
807 sub $Ktbl,$Ktbl,#$rounds*$SZ // rewind