Lines Matching refs:t1

88 $t1="r10";
113 mov $t1,$Ehi,lsr#14
117 eor $t1,$t1,$Elo,lsl#18
120 eor $t1,$t1,$Ehi,lsr#18
122 eor $t1,$t1,$Elo,lsl#14
124 eor $t1,$t1,$Elo,lsr#9
126 eor $t1,$t1,$Ehi,lsl#23 @ Sigma1(e)
129 adc $Thi,$Thi,$t1 @ T += Sigma1(e)
130 ldr $t1,[sp,#$Foff+4] @ f.hi
138 eor $t1,$t1,$t3
142 and $t1,$t1,$Ehi
146 eor $t1,$t1,$t3 @ Ch(e,f,g)
151 adc $Thi,$Thi,$t1 @ T += Ch(e,f,g)
170 mov $t1,$Ahi,lsr#28
172 eor $t1,$t1,$Alo,lsl#4
174 eor $t1,$t1,$Alo,lsr#2
176 eor $t1,$t1,$Ahi,lsl#30
178 eor $t1,$t1,$Alo,lsr#7
180 eor $t1,$t1,$Ahi,lsl#25 @ Sigma0(a)
183 adc $Thi,$Thi,$t1 @ T += Sigma0(a)
185 ldr $t1,[sp,#$Boff+4] @ b.hi
189 and $t3,$Ahi,$t1
190 orr $Ahi,$Ahi,$t1
320 ldr $t1, [$ctx,#$Goff+$hi]
325 str $t1, [sp,#$Goff+4]
333 ldr $t1, [$ctx,#$Coff+$hi]
339 str $t1, [sp,#$Coff+4]
351 ldrb $t1, [$inp,#5]
357 orr $Tlo,$Tlo,$t1,lsl#16
358 ldrb $t1, [$inp],#8
362 orr $Thi,$Thi,$t1,lsl#24
377 ldr $t1,[sp,#`$Xoff+8*(16-1)`+4]
385 mov $Thi,$t1,lsr#1
387 eor $Tlo,$Tlo,$t1,lsl#31
390 eor $Thi,$Thi,$t1,lsr#8
391 eor $Tlo,$Tlo,$t1,lsl#24
394 eor $Thi,$Thi,$t1,lsr#7
395 eor $Tlo,$Tlo,$t1,lsl#25
401 mov $t1,$t3,lsr#19
403 eor $t1,$t1,$t2,lsl#13
405 eor $t1,$t1,$t2,lsr#29
407 eor $t1,$t1,$t3,lsl#3
409 eor $t1,$t1,$t3,lsr#6
416 adc $Thi,$Thi,$t1
418 ldr $t1,[sp,#`$Xoff+8*16`+4]
422 adc $Thi,$Thi,$t1
430 ldreq $t1,[sp,#`$Xoff+8*(16-1)`+4]
437 ldr $t1, [$ctx,#$Aoff+$hi]
442 adc $t1,$Ahi,$t1
443 str $t1, [$ctx,#$Aoff+$hi]
454 ldr $t1, [$ctx,#$Coff+$hi]
459 adc $t1,$Ahi,$t1
460 str $t1, [$ctx,#$Coff+$hi]
469 ldr $t1, [$ctx,#$Eoff+$hi]
474 adc $Ehi,$Ehi,$t1
486 ldr $t1, [$ctx,#$Goff+$hi]
491 adc $t1,$Ahi,$t1
492 str $t1, [$ctx,#$Goff+$hi]
531 my ($t0,$t1,$t2,$T1,$K,$Ch,$Maj)=map("d$_",(24..31)); # temps
538 vshr.u64 $t1,$e,#@Sigma1[1]
547 vsli.64 $t1,$e,#`64-@Sigma1[1]`
553 veor $t1,$t0
556 veor $t2,$t1 @ Sigma1(e)
558 vshr.u64 $t1,$a,#@Sigma0[1]
563 vsli.64 $t1,$a,#`64-@Sigma0[1]`
566 veor $h,$t0,$t1
583 my ($t0,$t1,$s0,$s1) = map("q$_",(12..15)); # temps
589 vshr.u64 $t1,@X[($i+7)%8],#@sigma1[1]
594 vsli.64 $t1,@X[($i+7)%8],#`64-@sigma1[1]`
597 veor $s1,$t1 @ sigma1(X[i+14])
598 vshr.u64 $t1,$s0,#@sigma0[1]
602 vsli.64 $t1,$s0,#`64-@sigma0[1]`
608 veor $s1,$t1 @ sigma0(X[i+1])