Home | History | Annotate | Download | only in dev

Lines Matching defs:dst1

830 	uint8_t *dst1, *dst2, *dst3;
854 dst1 = dst0 + OMFB_PLANEOFFS;
855 dst2 = dst1 + OMFB_PLANEOFFS;
886 " move.l (%[src0]),(%[dst1])+ ;\n" /* P1 */
898 " move.l (%[src0]),(%[dst1])+ ;\n" /* P1 */
905 " adda.l %[step8],%[dst1] ;\n"
912 [dst1] "+&a" (dst1),
931 *(uint32_t *)dst1 = *(uint32_t *)src0;
932 dst1 += 4;
947 *(uint32_t *)dst1 = *(uint32_t *)src0;
948 dst1 += 4;
956 dst1 += step8;
970 dst1 -= height * step;
986 " move.l (%[src0]),(%[dst1]) ;\n"
994 " adda.l %[step],%[dst1] ;\n"
1001 [dst1] "+&a" (dst1),
1016 *(uint32_t *)dst1 = *(uint32_t *)src0;
1024 dst1 += step;
1038 dst1 += 4 - height * step;
1058 " move.l (%[src0]),(%[dst1]) ;\n"
1066 " adda.l %[step],%[dst1] ;\n"
1073 [dst1] "+&a" (dst1),
1088 *(uint32_t *)dst1 = *(uint32_t *)src0;
1096 dst1 += step;