Home
last modified time | relevance | path

Searched refs:QWORD_PTR (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/x86/
Dassyntax.h894 #define QWORD_PTR qword macro
945 #define QWORD_PTR qword ptr
1018 #define D_CONTENT(a) QWORD_PTR [a]
1025 #define D_CONTENT(a) QWORD_PTR a
1034 #define D_REGIND(a) QWORD_PTR [a]
1042 #define D_REGOFF(a, b) QWORD_PTR [b + a]
1052 #define D_REGBID(b, i, d) QWORD_PTR [b + i + d]
1060 #define D_REGBIS(b, i, s) QWORD_PTR [b + i * s]
1068 #define D_REGBISD(b, i, s, d) QWORD_PTR [b + i * s + d]
1076 #define D_REGDIS(d, i, s) QWORD_PTR [i * s + d]
[all …]