Home | History | Annotate | Download | only in x86

Lines Matching refs:DWORD_PTR

895 #define DWORD_PTR	dword
938 #define DWORD_PTR dword ptr
1011 #define L_CONTENT(a) DWORD_PTR [a]
1018 #define L_CONTENT(a) DWORD_PTR a
1027 #define L_REGIND(a) DWORD_PTR [a]
1035 #define L_REGOFF(a, b) DWORD_PTR [b + a]
1045 #define L_REGBID(b, i, d) DWORD_PTR [b + i + d]
1053 #define L_REGBIS(b, i, s) DWORD_PTR [b + i * s]
1061 #define L_REGBISD(b, i, s, d) DWORD_PTR [b + i * s + d]
1069 #define L_REGDIS(d, i, s) DWORD_PTR [i * s + d]
1077 #define L_REGBI(b, i) DWORD_PTR [b + i]
1085 #define L_REGDB(d, b) DWORD_PTR [b + d]