Home | History | Annotate | Download | only in asm

Lines Matching refs:ADD

25 # Add support for hardware SHA512 and reschedule instructions to
75 $ADD="alg"; # add with memory operand
89 $ADD="al"; # add with memory operand
125 $ADD $T1,`$i*$SZ`($len,$tbl) # T1+=K[i]
155 $ADD $T1,`$stdframe+$SZ*($i%16)`($sp) # +=X[i]
158 $ADD $T1,`$stdframe+$SZ*(($i+9)%16)`($sp) # +=X[i+9]
291 $ADD $A,`0*$SZ`($ctx)
292 $ADD $B,`1*$SZ`($ctx)
293 $ADD $C,`2*$SZ`($ctx)
294 $ADD $D,`3*$SZ`($ctx)
295 $ADD $E,`4*$SZ`($ctx)
296 $ADD $F,`5*$SZ`($ctx)
297 $ADD $G,`6*$SZ`($ctx)
298 $ADD $H,`7*$SZ`($ctx)