Searched defs:GOF (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/memcheck/
H A Dmc_machine.c145 # define GOF(_fieldname) \ macro
157 if ((o == GOF(GPRn) && sz == 8) || (o == 4+GOF(GPRn) && sz == 4))
158 return GOF(GPRn);
162 if (ox == GOF(GPR0)) return ox;
163 if (ox == GOF(GPR1)) return ox;
164 if (ox == GOF(GPR2)) return ox;
165 if (ox == GOF(GPR3)) return ox;
166 if (ox == GOF(GPR4)) return ox;
167 if (ox == GOF(GPR
347 # undef GOF macro
[all...]

Completed in 55 milliseconds