Lines Matching refs:TBYTE_PTR
893 #define TBYTE_PTR tword macro
944 #define TBYTE_PTR tbyte ptr
1017 #define X_CONTENT(a) TBYTE_PTR [a]
1024 #define X_CONTENT(a) TBYTE_PTR a
1033 #define X_REGIND(a) TBYTE_PTR [a]
1041 #define X_REGOFF(a, b) TBYTE_PTR [b + a]
1051 #define X_REGBID(b, i, d) TBYTE_PTR [b + i + d]
1059 #define X_REGBIS(b, i, s) TBYTE_PTR [b + i * s]
1067 #define X_REGBISD(b, i, s, d) TBYTE_PTR [b + i * s + d]
1075 #define X_REGDIS(d, i, s) TBYTE_PTR [i * s + d]
1083 #define X_REGBI(b, i) TBYTE_PTR [b + i]
1091 #define X_REGDB(d, b) TBYTE_PTR [b + d]