HomeSort by: relevance | last modified time | path
    Searched defs:step8 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/luna68k/dev/
omrasops.c 684 int step8 = step - wh * 8; local in function:om_rascopy_single
697 " adda.l %[step8],%[src] ;\n"
698 " adda.l %[step8],%[dst] ;\n"
707 [step8] "r" (step8)
720 src = (uint8_t *)s32 + step8;
721 dst = (uint8_t *)d32 + step8;
861 int step8 = step - wh * 8; local in function:om4_rascopy_multi
903 " adda.l %[step8],%[src0] ;\n"
904 " adda.l %[step8],%[dst0] ;\n
    [all...]
omrasops.c 684 int step8 = step - wh * 8; local in function:om_rascopy_single
697 " adda.l %[step8],%[src] ;\n"
698 " adda.l %[step8],%[dst] ;\n"
707 [step8] "r" (step8)
720 src = (uint8_t *)s32 + step8;
721 dst = (uint8_t *)d32 + step8;
861 int step8 = step - wh * 8; local in function:om4_rascopy_multi
903 " adda.l %[step8],%[src0] ;\n"
904 " adda.l %[step8],%[dst0] ;\n
    [all...]

Completed in 22 milliseconds