Searched refs:BYTE_PTR (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 897 #define BYTE_PTR byte macro 940 #define BYTE_PTR byte ptr macro 1013 #define B_CONTENT(a) BYTE_PTR [a] 1020 #define B_CONTENT(a) BYTE_PTR a 1029 #define B_REGIND(a) BYTE_PTR [a] 1037 #define B_REGOFF(a, b) BYTE_PTR [b + a] 1047 #define B_REGBID(b, i, d) BYTE_PTR [b + i + d] 1055 #define B_REGBIS(b, i, s) BYTE_PTR [b + i * s] 1063 #define B_REGBISD(b, i, s, d) BYTE_PTR [b + i * s + d] 1071 #define B_REGDIS(d, i, s) BYTE_PTR [i * s + d] [all …]
|