Lines Matching refs:SZ
64 $SZ=8;
76 $SZ=4;
90 $XOFF=16*$SZ+32; # local variables
136 `"$LDM $SZ($Tbl),$t1" if ($i<15)`
158 $LDM $SZ($Tbl),$t1
178 $code.=<<___ if ($SZ==8);
220 $code.=<<___ if ($SZ==4);
264 _shl $num,`log(16*$SZ)/log(2)`,$num
277 $code.=<<___ if ($SZ==8 && $SIZE_T==4);
285 $LD `0*$SZ`($ctx),$A ; load context
286 $LD `1*$SZ`($ctx),$B
287 $LD `2*$SZ`($ctx),$C
288 $LD `3*$SZ`($ctx),$D
289 $LD `4*$SZ`($ctx),$E
290 $LD `5*$SZ`($ctx),$F
291 $LD `6*$SZ`($ctx),$G
292 $LD `7*$SZ`($ctx),$H
294 extru $inp,31,`log($SZ)/log(2)`,$t0
296 subi `8*$SZ`,$t0,$t0
300 ldi `$SZ-1`,$t0
301 $LDM $SZ($Tbl),$t1
305 $code.="\t$LD `$SZ*$i`($t0),@X[$i]\n"; }
308 $LD `$SZ*15`($t0),@X[15]
309 $LD `$SZ*16`($t0),@X[16]
331 ldo `-$rounds*$SZ-1`($Tbl),$Tbl ; rewind $Tbl
333 $LD `0*$SZ`($ctx),@X[0] ; load context
334 $LD `1*$SZ`($ctx),@X[1]
335 $LD `2*$SZ`($ctx),@X[2]
336 $LD `3*$SZ`($ctx),@X[3]
337 $LD `4*$SZ`($ctx),@X[4]
338 $LD `5*$SZ`($ctx),@X[5]
340 $LD `6*$SZ`($ctx),@X[6]
342 $LD `7*$SZ`($ctx),@X[7]
343 ldo `16*$SZ`($inp),$inp ; advance $inp
345 $ST $A,`0*$SZ`($ctx) ; save context
347 $ST $B,`1*$SZ`($ctx)
349 $ST $C,`2*$SZ`($ctx)
351 $ST $D,`3*$SZ`($ctx)
353 $ST $E,`4*$SZ`($ctx)
355 $ST $F,`5*$SZ`($ctx)
357 $ST $G,`6*$SZ`($ctx)
358 $ST $H,`7*$SZ`($ctx)
363 if ($SZ==8 && $SIZE_T==4) # SHA512 for 32-bit PA-RISC 1.0
617 ldo `-$rounds*$SZ`($Tbl),$Tbl ; rewind $Tbl
658 ldo `16*$SZ`($inp),$inp ; advance $inp
695 .STRINGZ "SHA`64*$SZ` block transform for PA-RISC, CRYPTOGAMS by <appro\@openssl.org>"
786 ($SZ==4 ? "shd" : "shrpd")."$1$2,$2,"/e or
789 $SZ==4 ? sprintf("extru%s,%d,%d,",$1,31-$2,32-$2)
793 ($SZ==4 ? "vshd$1," : "shrpd$1,%sar,")/e or