Lines Matching refs:P_
1093 #define CODEPTR(reg) P_(reg)
1099 #define P_(a) P_ ## a macro
1221 #define LEA_L(a, b) lea P_(b), P_(a)
1222 #define LEA_W(a, b) lea P_(b), P_(a)
1226 #define LDS(a, b) lds b, P_(a)
1227 #define LES(a, b) les b, P_(a)
1228 #define LFS(a, b) lfs b, P_(a)
1229 #define LGS(a, b) lgs b, P_(a)
1230 #define LSS(a, b) lss b, P_(a)
1526 #define P_ARG1(a) P_ ## a
1527 #define P_ARG2(a, b) P_ ## b, P_ ## a
1528 #define P_ARG3(a, b, c) P_ ## c, P_ ## b, P_ ## a