Lines Matching defs:dst3
830 uint8_t *dst1, *dst2, *dst3;
856 dst3 = dst2 + OMFB_PLANEOFFS;
890 " move.l (%[src0]),(%[dst3])+ ;\n" /* P3 */
894 " move.l (%[src0]),(%[dst3])+ ;\n" /* P3 */
907 " adda.l %[step8],%[dst3] ;\n"
914 [dst3] "+&a" (dst3),
937 *(uint32_t *)dst3 = *(uint32_t *)src0;
938 dst3 += 4;
941 *(uint32_t *)dst3 = *(uint32_t *)src0;
942 dst3 += 4;
958 dst3 += step8;
972 dst3 -= height * step;
990 " move.l (%[src0]),(%[dst3]) ;\n"
996 " adda.l %[step],%[dst3] ;\n"
1003 [dst3] "+&a" (dst3),
1020 *(uint32_t *)dst3 = *(uint32_t *)src0;
1026 dst3 += step;
1040 dst3 += 4 - height * step;
1062 " move.l (%[src0]),(%[dst3]) ;\n"
1068 " adda.l %[step],%[dst3] ;\n"
1075 [dst3] "+&a" (dst3),
1092 *(uint32_t *)dst3 = *(uint32_t *)src0;
1098 dst3 += step;