Home | History | Annotate | Download | only in asm

Lines Matching refs:SZ

49 	$SZ=8;
58 $SZ=4;
89 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ
95 ldr @X[($i-11)&15],[sp,#`$SZ*(($i-11)%4)`]
101 str @X[($i-8)&15],[sp,#`$SZ*(($i-8)%4)`]
129 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
158 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
177 $code.=<<___ if ($SZ==4);
194 sub sp,sp,#4*$SZ
197 ldp $C,$D,[$ctx,#2*$SZ]
198 ldp $E,$F,[$ctx,#4*$SZ]
199 add $num,$inp,$num,lsl#`log(16*$SZ)/log(2)` // end of input
200 ldp $G,$H,[$ctx,#6*$SZ]
205 ldp @X[0],@X[1],[$inp],#2*$SZ
206 ldr $t2,[$Ktbl],#$SZ // *K++
218 sub $Ktbl,$Ktbl,#`$SZ*($rounds+1)` // rewind
221 ldp @X[2],@X[3],[$ctx,#2*$SZ]
222 add $inp,$inp,#14*$SZ // advance input pointer
223 ldp @X[4],@X[5],[$ctx,#4*$SZ]
225 ldp @X[6],@X[7],[$ctx,#6*$SZ]
232 stp $C,$D,[$ctx,#2*$SZ]
236 stp $E,$F,[$ctx,#4*$SZ]
237 stp $G,$H,[$ctx,#6*$SZ]
241 add sp,sp,#4*$SZ
254 $code.=<<___ if ($SZ==8);
297 $code.=<<___ if ($SZ==4);
325 if ($SZ==4) {
382 sub $Ktbl,$Ktbl,#$rounds*$SZ-16 // rewind