Lines Matching refs:t0
49 my ($bi,$a0,$a1,$a2,$a3,$t0,$t1, $t2,$t3,
82 mulhdu $t0,$a0,$bi
96 addc @acc[1],@acc[1],$t0 # accumulate high parts
97 mulld $t0,$a0,$bi
104 addc @acc[1],@acc[1],$t0 # accumulate low parts
105 mulhdu $t0,$a0,$bi
117 addc $acc4,$acc4,$t0
118 mulld $t0,$acc4,$bi
126 addc $acc0,$acc0,$t0
127 mulhdu $t0,$acc4,$bi
136 addc $acc1,$acc1,$t0
218 mulld $t0,$a2,$a1 # a[2]*a[1]
232 addc $acc3,$acc3,$t0 # accumulate low parts of multiplication
261 mulld $t0,$acc4,$bi
266 addc $acc0,$acc0,$t0
267 mulhdu $t0,$acc4,$bi
276 addc $acc1,$acc1,$t0
320 ld $t0,0($ap)
325 mulld $a0,$t0,$bi
326 mulhdu $t0,$t0,$bi
334 addc $a1,$a1,$t0
348 andc $t0,$t0,$t1
350 add $a0,$a0,$t0
365 ld $t0,0($bp)
373 addc $a0,$a0,$t0
378 li $t0,38
380 andc $t1,$t0,$t1
389 andc $t0,$t0,$t1
391 add $a0,$a0,$t0
406 ld $t0,0($bp)
414 subfc $a0,$t0,$a0
419 li $t0,38
422 and $t1,$t0,$t1
431 and $t0,$t0,$t1
433 subf $a0,$t0,$a0
452 sradi $t0,$a3,63 # most significant bit -> mask
454 and $t0,$t0,$t1
456 add $t0,$t0,$t1 # compare to modulus in the same go
459 addc $a0,$a0,$t0
465 sradi $t0,$a3,63 # most significant bit -> mask
467 andc $t0,$t1,$t0
471 subfc $a0,$t0,$a0
479 srdi $t0,@a[0],8
482 stbu $t0,1($rp)
483 srdi $t0,@a[0],8
486 stbu $t0,1($rp)
487 srdi $t0,@a[0],8
490 stbu $t0,1($rp)
491 srdi $t0,@a[0],8
493 stbu $t0,1($rp)
506 my ($bi,$a0,$a1,$a2,$a3,$a4,$t0, $t1,
560 mulld $t0,@a[4],$bi
562 addc $h0lo,$h0lo,$t0
565 mulld $t0,@a[0],$bi
567 addc $h1lo,$h1lo,$t0
570 mulld $t0,@a[3],$bi
574 addc $h4lo,$h4lo,$t0
577 mulld $t0,@a[1],$bi
579 addc $h2lo,$h2lo,$t0
582 mulld $t0,@a[2],$bi
584 addc $h3lo,$h3lo,$t0
591 mulld $t0,$a1,$bi
593 addc $h0lo,$h0lo,$t0
596 mulld $t0,$a2,$bi
598 addc $h1lo,$h1lo,$t0
601 mulld $t0,$a3,$bi
603 addc $h2lo,$h2lo,$t0
606 mulld $t0,$a4,$bi
608 addc $h3lo,$h3lo,$t0
611 mulld $t0,$a0,$bi
613 addc $h4lo,$h4lo,$t0
620 srdi $t0,$h2lo,51
622 insrdi $t0,$h2hi,51,0 # h2>>51
626 addc $h3lo,$h3lo,$t0
631 srdi $t0,$h3lo,51
633 insrdi $t0,$h3hi,51,0 # h3>>51
637 addc $h4lo,$h4lo,$t0
641 srdi $t0,$h4lo,51
643 insrdi $t0,$h4hi,51,0
644 mulli $t0,$t0,19 # (h4 >> 51) * 19
646 add $a0,$a0,$t0
652 srdi $t0,$a0,51
654 add $a1,$a1,$t0
681 my ($a0,$a1,$a2,$a3,$a4,$t0,$t1) = ($a0,$a1,$a2,$a3,$a4,$t0,$t1);
723 mulld $t0,$t1,$a4
725 addc $h3lo,$h3lo,$t0
730 mulld $t0,$a1,$a1
732 addc $h2lo,$h2lo,$t0
734 mulld $t0,$a2,$bi
736 addc $h3lo,$h3lo,$t0
738 mulld $t0,$a3,$bi
740 addc $h4lo,$h4lo,$t0
742 mulld $t0,$a4,$bi
745 addc $h0lo,$h0lo,$t0
750 mulld $t0,$t1,$a3
752 addc $h1lo,$h1lo,$t0
754 mulld $t0,$bi,$a4
757 addc $h2lo,$h2lo,$t0
760 mulld $t0,$a2,$a2
762 addc $h4lo,$h4lo,$t0
764 mulld $t0,$a3,$bi
766 addc $h0lo,$h0lo,$t0
768 mulld $t0,$a4,$bi
770 addc $h1lo,$h1lo,$t0