Searched refs:TBYTE_PTR (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 893 #define TBYTE_PTR tword macro 936 #define TBYTE_PTR tbyte ptr macro 1009 #define X_CONTENT(a) TBYTE_PTR [a] 1016 #define X_CONTENT(a) TBYTE_PTR a 1025 #define X_REGIND(a) TBYTE_PTR [a] 1033 #define X_REGOFF(a, b) TBYTE_PTR [b + a] 1043 #define X_REGBID(b, i, d) TBYTE_PTR [b + i + d] 1051 #define X_REGBIS(b, i, s) TBYTE_PTR [b + i * s] 1059 #define X_REGBISD(b, i, s, d) TBYTE_PTR [b + i * s + d] 1067 #define X_REGDIS(d, i, s) TBYTE_PTR [i * s + d] [all …]
|