Searched refs:BYTE_PTR (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
H A Dassyntax.h897 #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 [
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/x86/
H A Dassyntax.h897 #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 [
[all...]

Completed in 10 milliseconds