Lines Matching full:part

448     vmull.s16       q10, d2, d0[0]      @// y0 * cos4(part of c0 and c1)
450 vmull.s16 q9, d3, d1[2] @// y2 * sin2 (Q3 is freed by this time)(part of d1)
453 vmull.s16 q12, d6, d0[1] @// y1 * cos1(part of b0)
455 vmull.s16 q13, d6, d0[3] @// y1 * cos3(part of b1)
457 vmull.s16 q14, d6, d1[1] @// y1 * sin3(part of b2)
459 vmull.s16 q15, d6, d1[3] @// y1 * sin1(part of b3)
461 vmlal.s16 q12, d7, d0[3] @// y1 * cos1 + y3 * cos3(part of b0)
463 vmlsl.s16 q13, d7, d1[3] @// y1 * cos3 - y3 * sin1(part of b1)
465 vmlsl.s16 q14, d7, d0[1] @// y1 * sin3 - y3 * cos1(part of b2)
467 vmlsl.s16 q15, d7, d1[1] @// y1 * sin1 - y3 * sin3(part of b3)
469 vmull.s16 q11, d10, d0[0] @// y4 * cos4(part of c0 and c1)
471 vmull.s16 q3, d3, d0[2] @// y2 * cos2(part of d0)
495 vmlal.s16 q12, d14, d1[1] @// y1 * cos1 + y3 * cos3 + y5 * sin3(part of b0)
496 vmlsl.s16 q13, d14, d0[1] @// y1 * cos3 - y3 * sin1 - y5 * cos1(part of b1)
497 vmlal.s16 q14, d14, d1[3] @// y1 * sin3 - y3 * cos1 + y5 * sin1(part of b2)
498 vmlal.s16 q15, d14, d0[3] @// y1 * sin1 - y3 * sin3 + y5 * cos3(part of b3)
500 vmlsl.s16 q9, d11, d0[2] @// d1 = y2 * sin2 - y6 * cos2(part of a0 and a1)
501 vmlal.s16 q3, d11, d1[2] @// d0 = y2 * cos2 + y6 * sin2(part of a0 and a1)
503 vadd.s32 q5, q10, q11 @// c0 = y0 * cos4 + y4 * cos4(part of a0 and a1)
504 vsub.s32 q10, q10, q11 @// c1 = y0 * cos4 - y4 * cos4(part of a0 and a1)
506 …vmlal.s16 q12, d15, d1[3] @// b0 = y1 * cos1 + y3 * cos3 + y5 * sin3 + y7 * sin1(part of…
507 …vmlsl.s16 q13, d15, d1[1] @// b1 = y1 * cos3 - y3 * sin1 - y5 * cos1 - y7 * sin3(part of…
508 …vmlal.s16 q14, d15, d0[3] @// b2 = y1 * sin3 - y3 * cos1 + y5 * sin1 + y7 * cos3(part of…
509 …vmlsl.s16 q15, d15, d0[1] @// b3 = y1 * sin1 - y3 * sin3 + y5 * cos3 - y7 * cos1(part of…
511 vadd.s32 q7, q5, q3 @// a0 = c0 + d0(part of r0,r7)
512 vsub.s32 q5, q5, q3 @// a3 = c0 - d0(part of r3,r4)
513 vsub.s32 q11, q10, q9 @// a2 = c1 - d1(part of r2,r5)
514 vadd.s32 q9, q10, q9 @// a1 = c1 + d1(part of r1,r6)
516 vadd.s32 q10, q7, q12 @// a0 + b0(part of r0)
517 vsub.s32 q3, q7, q12 @// a0 - b0(part of r7)
519 vadd.s32 q12, q11, q14 @// a2 + b2(part of r2)
520 vsub.s32 q11, q11, q14 @// a2 - b2(part of r5)
522 vadd.s32 q14, q9, q13 @// a1 + b1(part of r1)
523 vsub.s32 q9, q9, q13 @// a1 - b1(part of r6)
525 vadd.s32 q13, q5, q15 @// a3 + b3(part of r3)
526 vsub.s32 q15, q5, q15 @// a3 - b3(part of r4)
567 vmull.s16 q12, d6, d0[1] @// y1 * cos1(part of b0)
568 vmull.s16 q13, d6, d0[3] @// y1 * cos3(part of b1)
569 vmull.s16 q14, d6, d1[1] @// y1 * sin3(part of b2)
570 vmull.s16 q15, d6, d1[3] @// y1 * sin1(part of b3)
572 vmlal.s16 q12, d7, d0[3] @// y1 * cos1 + y3 * cos3(part of b0)
573 vmlsl.s16 q13, d7, d1[3] @// y1 * cos3 - y3 * sin1(part of b1)
574 vmlsl.s16 q14, d7, d0[1] @// y1 * sin3 - y3 * cos1(part of b2)
575 vmlsl.s16 q15, d7, d1[1] @// y1 * sin1 - y3 * sin3(part of b3)
577 vmull.s16 q9, d3, d1[2] @// y2 * sin2 (Q3 is freed by this time)(part of d1)
578 vmull.s16 q3, d3, d0[2] @// y2 * cos2(part of d0)
580 vmull.s16 q10, d2, d0[0] @// y0 * cos4(part of c0 and c1)
583 vadd.s32 q7, q10, q3 @// a0 = c0 + d0(part of r0,r7)
584 vsub.s32 q5, q10, q3 @// a3 = c0 - d0(part of r3,r4)
585 vsub.s32 q11, q10, q9 @// a2 = c1 - d1(part of r2,r5)
586 vadd.s32 q9, q10, q9 @// a1 = c1 + d1(part of r1,r6)
588 vadd.s32 q10, q7, q12 @// a0 + b0(part of r0)
589 vsub.s32 q3, q7, q12 @// a0 - b0(part of r7)
591 vadd.s32 q12, q11, q14 @// a2 + b2(part of r2)
592 vsub.s32 q11, q11, q14 @// a2 - b2(part of r5)
594 vadd.s32 q14, q9, q13 @// a1 + b1(part of r1)
595 vsub.s32 q9, q9, q13 @// a1 - b1(part of r6)
597 vadd.s32 q13, q5, q15 @// a3 + b3(part of r3)
598 vsub.s32 q15, q5, q15 @// a3 - b3(part of r4)
621 vmull.s16 q12, d8, d0[1] @// y1 * cos1(part of b0)
622 vmull.s16 q13, d8, d0[3] @// y1 * cos3(part of b1)
623 vmull.s16 q14, d8, d1[1] @// y1 * sin3(part of b2)
624 vmull.s16 q15, d8, d1[3] @// y1 * sin1(part of b3)
626 vmlal.s16 q12, d9, d0[3] @// y1 * cos1 + y3 * cos3(part of b0)
627 vmlsl.s16 q13, d9, d1[3] @// y1 * cos3 - y3 * sin1(part of b1)
628 vmlsl.s16 q14, d9, d0[1] @// y1 * sin3 - y3 * cos1(part of b2)
629 vmlsl.s16 q15, d9, d1[1] @// y1 * sin1 - y3 * sin3(part of b3)
631 vmull.s16 q9, d5, d1[2] @// y2 * sin2 (Q4 is freed by this time)(part of d1)
632 vmull.s16 q4, d5, d0[2] @// y2 * cos2(part of d0)
634 vmull.s16 q10, d4, d0[0] @// y0 * cos4(part of c0 and c1)
635 vmull.s16 q11, d12, d0[0] @// y4 * cos4(part of c0 and c1)
637 vmlal.s16 q12, d16, d1[1] @// y1 * cos1 + y3 * cos3 + y5 * sin3(part of b0)
638 vmlsl.s16 q13, d16, d0[1] @// y1 * cos3 - y3 * sin1 - y5 * cos1(part of b1)
639 vmlal.s16 q14, d16, d1[3] @// y1 * sin3 - y3 * cos1 + y5 * sin1(part of b2)
640 vmlal.s16 q15, d16, d0[3] @// y1 * sin1 - y3 * sin3 + y5 * cos3(part of b3)
642 vmlsl.s16 q9, d13, d0[2] @// d1 = y2 * sin2 - y6 * cos2(part of a0 and a1)
643 vmlal.s16 q4, d13, d1[2] @// d0 = y2 * cos2 + y6 * sin2(part of a0 and a1)
645 vadd.s32 q6, q10, q11 @// c0 = y0 * cos4 + y4 * cos4(part of a0 and a1)
646 vsub.s32 q10, q10, q11 @// c1 = y0 * cos4 - y4 * cos4(part of a0 and a1)
648 …vmlal.s16 q12, d17, d1[3] @// b0 = y1 * cos1 + y3 * cos3 + y5 * sin3 + y7 * sin1(part of…
649 …vmlsl.s16 q13, d17, d1[1] @// b1 = y1 * cos3 - y3 * sin1 - y5 * cos1 - y7 * sin3(part of…
650 …vmlal.s16 q14, d17, d0[3] @// b2 = y1 * sin3 - y3 * cos1 + y5 * sin1 + y7 * cos3(part of…
651 …vmlsl.s16 q15, d17, d0[1] @// b3 = y1 * sin1 - y3 * sin3 + y5 * cos3 - y7 * cos1(part of…
653 vadd.s32 q8, q6, q4 @// a0 = c0 + d0(part of e0,e7)
654 vsub.s32 q6, q6, q4 @// a3 = c0 - d0(part of e3,e4)
655 vsub.s32 q11, q10, q9 @// a2 = c1 - d1(part of e2,e5)
656 vadd.s32 q9, q10, q9 @// a1 = c1 + d1(part of e1,e6)
658 vadd.s32 q10, q8, q12 @// a0 + b0(part of e0)
659 vsub.s32 q4, q8, q12 @// a0 - b0(part of e7)
661 vadd.s32 q12, q11, q14 @// a2 + b2(part of e2)
662 vsub.s32 q11, q11, q14 @// a2 - b2(part of e5)
664 vadd.s32 q14, q9, q13 @// a1 + b1(part of e1)
665 vsub.s32 q9, q9, q13 @// a1 - b1(part of e6)
667 vadd.s32 q13, q6, q15 @// a3 + b3(part of e3)
668 vsub.s32 q15, q6, q15 @// a3 - b3(part of r4)
705 vmull.s16 q12, d6, d0[1] @// y1 * cos1(part of b0)
706 vmull.s16 q13, d6, d0[3] @// y1 * cos3(part of b1)
707 vmull.s16 q14, d6, d1[1] @// y1 * sin3(part of b2)
708 vmull.s16 q15, d6, d1[3] @// y1 * sin1(part of b3)
710 vmlal.s16 q12, d7, d0[3] @// y1 * cos1 + y3 * cos3(part of b0)
711 vmlsl.s16 q13, d7, d1[3] @// y1 * cos3 - y3 * sin1(part of b1)
712 vmlsl.s16 q14, d7, d0[1] @// y1 * sin3 - y3 * cos1(part of b2)
713 vmlsl.s16 q15, d7, d1[1] @// y1 * sin1 - y3 * sin3(part of b3)
715 vmull.s16 q10, d2, d0[0] @// y0 * cos4(part of c0 and c1)
716 @ VMULL.S16 Q11,D4,D0[0] ;// y4 * cos4(part of c0 and c1)
718 vmull.s16 q9, d3, d1[2] @// y2 * sin2 (Q3 is freed by this time)(part of d1)
719 vmull.s16 q3, d3, d0[2] @// y2 * cos2(part of d0)
724 vsub.s32 q11, q10, q3 @// a3 = c0 - d0(part of r3,r4)
725 vadd.s32 q2, q10, q3 @// a0 = c0 + d0(part of r0,r7)
741 vsub.s32 q11, q10, q9 @// a2 = c1 - d1(part of r2,r5)
742 vadd.s32 q9, q10, q9 @// a1 = c1 + d1(part of r1,r6)
766 vmull.s16 q12, d14, d0[1] @// y1 * cos1(part of b0)
768 vmull.s16 q13, d14, d0[3] @// y1 * cos3(part of b1)
769 vmull.s16 q14, d14, d1[1] @// y1 * sin3(part of b2)
770 vmull.s16 q15, d14, d1[3] @// y1 * sin1(part of b3)
772 vmlal.s16 q12, d15, d0[3] @// y1 * cos1 + y3 * cos3(part of b0)
774 vmlsl.s16 q13, d15, d1[3] @// y1 * cos3 - y3 * sin1(part of b1)
776 vmlsl.s16 q14, d15, d0[1] @// y1 * sin3 - y3 * cos1(part of b2)
778 vmlsl.s16 q15, d15, d1[1] @// y1 * sin1 - y3 * sin3(part of b3)
780 vmull.s16 q10, d10, d0[0] @// y0 * cos4(part of c0 and c1)
784 vmull.s16 q9, d11, d1[2] @// y2 * sin2 (Q7 is freed by this time)(part of d1)
786 vmull.s16 q7, d11, d0[2] @// y2 * cos2(part of d0)
808 vsub.s32 q11, q10, q7 @// a3 = c0 - d0(part of r3,r4)
809 vadd.s32 q6, q10, q7 @// a0 = c0 + d0(part of r0,r7)
828 vsub.s32 q11, q10, q9 @// a2 = c1 - d1(part of r2,r5)
829 vadd.s32 q9, q10, q9 @// a1 = c1 + d1(part of r1,r6)
922 vmull.s16 q12, d6, d0[1] @// y1 * cos1(part of b0)
923 vmull.s16 q13, d6, d0[3] @// y1 * cos3(part of b1)
924 vmull.s16 q14, d6, d1[1] @// y1 * sin3(part of b2)
925 vmull.s16 q15, d6, d1[3] @// y1 * sin1(part of b3)
927 vmlal.s16 q12, d7, d0[3] @// y1 * cos1 + y3 * cos3(part of b0)
928 vmlsl.s16 q13, d7, d1[3] @// y1 * cos3 - y3 * sin1(part of b1)
929 vmlsl.s16 q14, d7, d0[1] @// y1 * sin3 - y3 * cos1(part of b2)
930 vmlsl.s16 q15, d7, d1[1] @// y1 * sin1 - y3 * sin3(part of b3)
932 vmull.s16 q10, d2, d0[0] @// y0 * cos4(part of c0 and c1)
933 vmull.s16 q11, d4, d0[0] @// y4 * cos4(part of c0 and c1)
935 vmull.s16 q9, d3, d1[2] @// y2 * sin2 (Q3 is freed by this time)(part of d1)
936 vmull.s16 q3, d3, d0[2] @// y2 * cos2(part of d0)
939 vmlal.s16 q12, d8, d1[1] @// y1 * cos1 + y3 * cos3 + y5 * sin3(part of b0)
940 vmlsl.s16 q13, d8, d0[1] @// y1 * cos3 - y3 * sin1 - y5 * cos1(part of b1)
941 vmlal.s16 q14, d8, d1[3] @// y1 * sin3 - y3 * cos1 + y5 * sin1(part of b2)
942 vmlal.s16 q15, d8, d0[3] @// y1 * sin1 - y3 * sin3 + y5 * cos3(part of b3)
944 vmlsl.s16 q9, d5, d0[2] @// d1 = y2 * sin2 - y6 * cos2(part of a0 and a1)
945 vmlal.s16 q3, d5, d1[2] @// d0 = y2 * cos2 + y6 * sin2(part of a0 and a1)
947 vadd.s32 q1, q10, q11 @// c0 = y0 * cos4 + y4 * cos4(part of a0 and a1)
948 vsub.s32 q10, q10, q11 @// c1 = y0 * cos4 - y4 * cos4(part of a0 and a1)
950 …vmlal.s16 q12, d9, d1[3] @// b0 = y1 * cos1 + y3 * cos3 + y5 * sin3 + y7 * sin1(part of…
951 …vmlsl.s16 q13, d9, d1[1] @// b1 = y1 * cos3 - y3 * sin1 - y5 * cos1 - y7 * sin3(part of…
952 …vmlal.s16 q14, d9, d0[3] @// b2 = y1 * sin3 - y3 * cos1 + y5 * sin1 + y7 * cos3(part of…
953 …vmlsl.s16 q15, d9, d0[1] @// b3 = y1 * sin1 - y3 * sin3 + y5 * cos3 - y7 * cos1(part of…
955 vsub.s32 q11, q1, q3 @// a3 = c0 - d0(part of r3,r4)
956 vadd.s32 q2, q1, q3 @// a0 = c0 + d0(part of r0,r7)
972 vsub.s32 q11, q10, q9 @// a2 = c1 - d1(part of r2,r5)
973 vadd.s32 q9, q10, q9 @// a1 = c1 + d1(part of r1,r6)
997 vmull.s16 q12, d14, d0[1] @// y1 * cos1(part of b0)
999 vmull.s16 q13, d14, d0[3] @// y1 * cos3(part of b1)
1000 vmull.s16 q14, d14, d1[1] @// y1 * sin3(part of b2)
1001 vmull.s16 q15, d14, d1[3] @// y1 * sin1(part of b3)
1003 vmlal.s16 q12, d15, d0[3] @// y1 * cos1 + y3 * cos3(part of b0)
1005 vmlsl.s16 q13, d15, d1[3] @// y1 * cos3 - y3 * sin1(part of b1)
1007 vmlsl.s16 q14, d15, d0[1] @// y1 * sin3 - y3 * cos1(part of b2)
1009 vmlsl.s16 q15, d15, d1[1] @// y1 * sin1 - y3 * sin3(part of b3)
1011 vmull.s16 q10, d10, d0[0] @// y0 * cos4(part of c0 and c1)
1013 vmull.s16 q11, d12, d0[0] @// y4 * cos4(part of c0 and c1)
1015 vmull.s16 q9, d11, d1[2] @// y2 * sin2 (Q7 is freed by this time)(part of d1)
1017 vmull.s16 q7, d11, d0[2] @// y2 * cos2(part of d0)
1019 vmlal.s16 q12, d16, d1[1] @// y1 * cos1 + y3 * cos3 + y5 * sin3(part of b0)
1022 vmlsl.s16 q13, d16, d0[1] @// y1 * cos3 - y3 * sin1 - y5 * cos1(part of b1)
1025 vmlal.s16 q14, d16, d1[3] @// y1 * sin3 - y3 * cos1 + y5 * sin1(part of b2)
1028 vmlal.s16 q15, d16, d0[3] @// y1 * sin1 - y3 * sin3 + y5 * cos3(part of b3)
1031 vmlsl.s16 q9, d13, d0[2] @// d1 = y2 * sin2 - y6 * cos2(part of a0 and a1)
1034 vmlal.s16 q7, d13, d1[2] @// d0 = y2 * cos2 + y6 * sin2(part of a0 and a1)
1036 vadd.s32 q6, q10, q11 @// c0 = y0 * cos4 + y4 * cos4(part of a0 and a1)
1037 vsub.s32 q10, q10, q11 @// c1 = y0 * cos4 - y4 * cos4(part of a0 and a1)
1039 …vmlal.s16 q12, d17, d1[3] @// b0 = y1 * cos1 + y3 * cos3 + y5 * sin3 + y7 * sin1(part of…
1041 …vmlsl.s16 q13, d17, d1[1] @// b1 = y1 * cos3 - y3 * sin1 - y5 * cos1 - y7 * sin3(part of…
1044 …vmlal.s16 q14, d17, d0[3] @// b2 = y1 * sin3 - y3 * cos1 + y5 * sin1 + y7 * cos3(part of…
1045 …vmlsl.s16 q15, d17, d0[1] @// b3 = y1 * sin1 - y3 * sin3 + y5 * cos3 - y7 * cos1(part of…
1047 vsub.s32 q11, q6, q7 @// a3 = c0 - d0(part of r3,r4)
1048 vadd.s32 q6, q6, q7 @// a0 = c0 + d0(part of r0,r7)
1067 vsub.s32 q11, q10, q9 @// a2 = c1 - d1(part of r2,r5)
1068 vadd.s32 q9, q10, q9 @// a1 = c1 + d1(part of r1,r6)