Lines Matching defs:dst2
830 uint8_t *dst1, *dst2, *dst3;
855 dst2 = dst1 + OMFB_PLANEOFFS;
856 dst3 = dst2 + OMFB_PLANEOFFS;
888 " move.l (%[src0]),(%[dst2])+ ;\n" /* P2 */
896 " move.l (%[src0]),(%[dst2])+ ;\n" /* P2 */
906 " adda.l %[step8],%[dst2] ;\n"
913 [dst2] "+&a" (dst2),
934 *(uint32_t *)dst2 = *(uint32_t *)src0;
935 dst2 += 4;
944 *(uint32_t *)dst2 = *(uint32_t *)src0;
945 dst2 += 4;
957 dst2 += step8;
971 dst2 -= height * step;
988 " move.l (%[src0]),(%[dst2]) ;\n"
995 " adda.l %[step],%[dst2] ;\n"
1002 [dst2] "+&a" (dst2),
1018 *(uint32_t *)dst2 = *(uint32_t *)src0;
1025 dst2 += step;
1039 dst2 += 4 - height * step;
1060 " move.l (%[src0]),(%[dst2]) ;\n"
1067 " adda.l %[step],%[dst2] ;\n"
1074 [dst2] "+&a" (dst2),
1090 *(uint32_t *)dst2 = *(uint32_t *)src0;
1097 dst2 += step;