Lines Matching defs:P0
138 #define P0(addr) ((uint32_t *)((uint8_t *)(addr) + OMFB_PLANEOFFS * 1))
884 " move.l (%[src0]),(%[dst0])+ ;\n" /* P0 */
900 " move.l (%[src0])+,(%[dst0])+ ;\n" /* P0 */
1127 *P0(p + offset) = *P0(p); /* always aligned */
1131 *P0(p + offset) = *P0(p);
1135 *P0(p + offset) = (*P0(p) & rmask) | (*P0(p + offset) & ~rmask);
1310 GETBITS(P0(sp), sb, w, tmp);
1311 PUTBITS(tmp, db, w, P0(dp));
1349 GETBITS(P0(sp), sb, lnum, tmp);
1350 PUTBITS(tmp, db, lnum, P0(dp));
1357 GETBITS(P0(sp), sboff, 32, tmp);
1358 *P0(dp) = tmp;
1364 GETBITS(P0(sp), sboff, rnum, tmp);
1365 PUTBITS(tmp, 0, rnum, P0(dp));
1388 GETBITS(P0(sp), sboff, rnum, tmp);
1389 PUTBITS(tmp, 0, rnum, P0(dp));
1395 GETBITS(P0(sp), sboff, 32, tmp);
1396 *P0(dp) = tmp;
1403 GETBITS(P0(sp), sb, lnum, tmp);
1404 PUTBITS(tmp, db, lnum, P0(dp));
1443 GETBITS(P0(sp), sb, w, tmp);
1444 PUTBITS(tmp, db, w, P0(dp));
1488 GETBITS(P0(sp), sb, lnum, tmp);
1489 PUTBITS(tmp, db, lnum, P0(dp));
1502 GETBITS(P0(sp), sboff, 32, tmp);
1503 *P0(dp) = tmp;
1515 GETBITS(P0(sp), sboff, rnum, tmp);
1516 PUTBITS(tmp, 0, rnum, P0(dp));
1545 GETBITS(P0(sp), sboff, rnum, tmp);
1546 PUTBITS(tmp, 0, rnum, P0(dp));
1558 GETBITS(P0(sp), sboff, 32, tmp);
1559 *P0(dp) = tmp;
1572 GETBITS(P0(sp), sb, lnum, tmp);
1573 PUTBITS(tmp, db, lnum, P0(dp));