Home | History | Annotate | Download | only in dev

Lines Matching defs:P3

141 #define P3(addr) ((uint32_t *)((uint8_t *)(addr) + OMFB_PLANEOFFS * 4))
890 " move.l (%[src0]),(%[dst3])+ ;\n" /* P3 */
894 " move.l (%[src0]),(%[dst3])+ ;\n" /* P3 */
1449 GETBITS(P3(sp), sb, w, tmp);
1450 PUTBITS(tmp, db, w, P3(dp));
1494 GETBITS(P3(sp), sb, lnum, tmp);
1495 PUTBITS(tmp, db, lnum, P3(dp));
1508 GETBITS(P3(sp), sboff, 32, tmp);
1509 *P3(dp) = tmp;
1521 GETBITS(P3(sp), sboff, rnum, tmp);
1522 PUTBITS(tmp, 0, rnum, P3(dp));
1551 GETBITS(P3(sp), sboff, rnum, tmp);
1552 PUTBITS(tmp, 0, rnum, P3(dp));
1564 GETBITS(P3(sp), sboff, 32, tmp);
1565 *P3(dp) = tmp;
1578 GETBITS(P3(sp), sb, lnum, tmp);
1579 PUTBITS(tmp, db, lnum, P3(dp));