Lines Matching refs:src1
119 // Extract a vector from src1-src2 and src4-src5 (src1-src3 and src4-src6
123 .macro extmlal dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst8, src1, src2, src3, src4, src5, src6, offset, size
124 ext v20.16b, \src1\().16b, \src2\().16b, #(2*\offset)
386 // Evaluate the filter twice in parallel, from the inputs src1-src9 into dst1-dst2
387 // (src1-src8 into dst1, src2-src9 into dst2).
388 .macro convolve4 dst1, dst2, src1, src2, src3, src4, src5, src6, src7, src8, src9, tmp1, tmp2
389 smull \dst1\().4s, \src1\().4h, v0.h[0]
409 // Evaluate the filter twice in parallel, from the inputs src1-src9 into dst1-dst4
410 // (src1-src8 into dst1-dst2, src2-src9 into dst3-dst4).
411 .macro convolve8 dst1, dst2, dst3, dst4, src1, src2, src3, src4, src5, src6, src7, src8, src9
412 smull \dst1\().4s, \src1\().4h, v0.h[0]
413 smull2 \dst2\().4s, \src1\().8h, v0.h[0]