Lines Matching refs:QWORD_PTR
894 #define QWORD_PTR qword macro
937 #define QWORD_PTR qword ptr macro
1010 #define D_CONTENT(a) QWORD_PTR [a]
1017 #define D_CONTENT(a) QWORD_PTR a
1026 #define D_REGIND(a) QWORD_PTR [a]
1034 #define D_REGOFF(a, b) QWORD_PTR [b + a]
1044 #define D_REGBID(b, i, d) QWORD_PTR [b + i + d]
1052 #define D_REGBIS(b, i, s) QWORD_PTR [b + i * s]
1060 #define D_REGBISD(b, i, s, d) QWORD_PTR [b + i * s + d]
1068 #define D_REGDIS(d, i, s) QWORD_PTR [i * s + d]
1076 #define D_REGBI(b, i) QWORD_PTR [b + i]
1084 #define D_REGDB(d, b) QWORD_PTR [b + d]