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

/external/valgrind/main/memcheck/
H A Dmc_machine.c155 # define GOF(_fieldname) \ macro
167 if ((o == GOF(GPRn) && sz == 8) || (o == 4+GOF(GPRn) && sz == 4))
168 return GOF(GPRn);
172 if (ox == GOF(GPR0)) return ox;
173 if (ox == GOF(GPR1)) return ox;
174 if (ox == GOF(GPR2)) return ox;
175 if (ox == GOF(GPR3)) return ox;
176 if (ox == GOF(GPR4)) return ox;
177 if (ox == GOF(GPR
357 # undef GOF macro
[all...]

Completed in 128 milliseconds