Searched refs:QWORD_PTR (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 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] [all …]
|