Lines Matching refs:t1

74 $t1="r10";
99 mov $t1,$Ehi,lsr#14
103 eor $t1,$t1,$Elo,lsl#18
106 eor $t1,$t1,$Ehi,lsr#18
108 eor $t1,$t1,$Elo,lsl#14
110 eor $t1,$t1,$Elo,lsr#9
112 eor $t1,$t1,$Ehi,lsl#23 @ Sigma1(e)
115 adc $Thi,$Thi,$t1 @ T += Sigma1(e)
116 ldr $t1,[sp,#$Foff+4] @ f.hi
124 eor $t1,$t1,$t3
128 and $t1,$t1,$Ehi
132 eor $t1,$t1,$t3 @ Ch(e,f,g)
137 adc $Thi,$Thi,$t1 @ T += Ch(e,f,g)
156 mov $t1,$Ahi,lsr#28
158 eor $t1,$t1,$Alo,lsl#4
160 eor $t1,$t1,$Alo,lsr#2
162 eor $t1,$t1,$Ahi,lsl#30
164 eor $t1,$t1,$Alo,lsr#7
166 eor $t1,$t1,$Ahi,lsl#25 @ Sigma0(a)
169 adc $Thi,$Thi,$t1 @ T += Sigma0(a)
171 ldr $t1,[sp,#$Boff+4] @ b.hi
175 and $t3,$Ahi,$t1
176 orr $Ahi,$Ahi,$t1
296 ldr $t1, [$ctx,#$Goff+$hi]
301 str $t1, [sp,#$Goff+4]
309 ldr $t1, [$ctx,#$Coff+$hi]
315 str $t1, [sp,#$Coff+4]
327 ldrb $t1, [$inp,#5]
333 orr $Tlo,$Tlo,$t1,lsl#16
334 ldrb $t1, [$inp],#8
338 orr $Thi,$Thi,$t1,lsl#24
353 ldr $t1,[sp,#`$Xoff+8*(16-1)`+4]
361 mov $Thi,$t1,lsr#1
363 eor $Tlo,$Tlo,$t1,lsl#31
366 eor $Thi,$Thi,$t1,lsr#8
367 eor $Tlo,$Tlo,$t1,lsl#24
370 eor $Thi,$Thi,$t1,lsr#7
371 eor $Tlo,$Tlo,$t1,lsl#25
377 mov $t1,$t3,lsr#19
379 eor $t1,$t1,$t2,lsl#13
381 eor $t1,$t1,$t2,lsr#29
383 eor $t1,$t1,$t3,lsl#3
385 eor $t1,$t1,$t3,lsr#6
392 adc $Thi,$Thi,$t1
394 ldr $t1,[sp,#`$Xoff+8*16`+4]
398 adc $Thi,$Thi,$t1
406 ldreq $t1,[sp,#`$Xoff+8*(16-1)`+4]
413 ldr $t1, [$ctx,#$Aoff+$hi]
418 adc $t1,$Ahi,$t1
419 str $t1, [$ctx,#$Aoff+$hi]
430 ldr $t1, [$ctx,#$Coff+$hi]
435 adc $t1,$Ahi,$t1
436 str $t1, [$ctx,#$Coff+$hi]
445 ldr $t1, [$ctx,#$Eoff+$hi]
450 adc $Ehi,$Ehi,$t1
462 ldr $t1, [$ctx,#$Goff+$hi]
467 adc $t1,$Ahi,$t1
468 str $t1, [$ctx,#$Goff+$hi]
507 my ($t0,$t1,$t2,$T1,$K,$Ch,$Maj)=map("d$_",(24..31)); # temps
514 vshr.u64 $t1,$e,#@Sigma1[1]
523 vsli.64 $t1,$e,#`64-@Sigma1[1]`
529 veor $t1,$t0
532 veor $t2,$t1 @ Sigma1(e)
534 vshr.u64 $t1,$a,#@Sigma0[1]
539 vsli.64 $t1,$a,#`64-@Sigma0[1]`
542 veor $h,$t0,$t1
559 my ($t0,$t1,$s0,$s1) = map("q$_",(12..15)); # temps
565 vshr.u64 $t1,@X[($i+7)%8],#@sigma1[1]
570 vsli.64 $t1,@X[($i+7)%8],#`64-@sigma1[1]`
573 veor $s1,$t1 @ sigma1(X[i+14])
574 vshr.u64 $t1,$s0,#@sigma0[1]
578 vsli.64 $t1,$s0,#`64-@sigma0[1]`
584 veor $s1,$t1 @ sigma0(X[i+1])