Home | History | Annotate | Download | only in x86

Lines Matching defs:P_

1101 #define CODEPTR(reg)		P_(reg)
1107 #define P_(a) P_ ## a
1229 #define LEA_L(a, b) lea P_(b), P_(a)
1230 #define LEA_W(a, b) lea P_(b), P_(a)
1234 #define LDS(a, b) lds b, P_(a)
1235 #define LES(a, b) les b, P_(a)
1236 #define LFS(a, b) lfs b, P_(a)
1237 #define LGS(a, b) lgs b, P_(a)
1238 #define LSS(a, b) lss b, P_(a)
1534 #define P_ARG1(a) P_ ## a
1535 #define P_ARG2(a, b) P_ ## b, P_ ## a
1536 #define P_ARG3(a, b, c) P_ ## c, P_ ## b, P_ ## a