Lines Matching refs:tmp1
452 .macro do_store4 qreg1, dreg1, qreg2, dreg2, tmp1, tmp2, type
456 vld1.32 {\tmp1[]}, [r0,:32], r1
458 vld1.32 {\tmp1[1]}, [r0,:32], r1
460 vrhadd.u8 \dreg1, \dreg1, \tmp1
471 .macro do_store qreg1, dreg1, qreg2, dreg2, qreg3, dreg3, qreg4, dreg4, tmp1, tmp2, tmp3, tmp4, type
477 vld1.8 {\tmp1}, [r0,:64], r1
481 vrhadd.u8 \dreg1, \dreg1, \tmp1
496 @ coefficients, so they can be accumulated into tmp1-tmp2 together with the
498 .macro convolve dst1, dst2, src1, src2, src3, src4, src5, src6, src7, src8, src9, idx1, idx2, tmp1, tmp2
501 vmul.s16 \tmp1, \src1, d0[0]
514 vmla.s16 \tmp1, \src8, d1[3]
519 vmla.s16 \tmp1, \src4, d0[3]
522 vmla.s16 \tmp1, \src5, d1[0]
525 vqadd.s16 \dst1, \dst1, \tmp1