Home | History | Annotate | Download | only in memcheck

Lines Matching refs:ox

169          by testing ox instead of o, and setting ox back 4 bytes when sz == 4.
171 Int ox = sz == 8 ? o : (o - 4);
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(GPR5)) return ox;
178 if (ox == GOF(GPR6)) return ox;
179 if (ox == GOF(GPR7)) return ox;
180 if (ox == GOF(GPR8)) return ox;
181 if (ox == GOF(GPR9)) return ox;
182 if (ox == GOF(GPR10)) return ox;
183 if (ox == GOF(GPR11)) return ox;
184 if (ox == GOF(GPR12)) return ox;
185 if (ox == GOF(GPR13)) return ox;
186 if (ox == GOF(GPR14)) return ox;
187 if (ox == GOF(GPR15)) return ox;
188 if (ox == GOF(GPR16)) return ox;
189 if (ox == GOF(GPR17)) return ox;
190 if (ox == GOF(GPR18)) return ox;
191 if (ox == GOF(GPR19)) return ox;
192 if (ox == GOF(GPR20)) return ox;
193 if (ox == GOF(GPR21)) return ox;
194 if (ox == GOF(GPR22)) return ox;
195 if (ox == GOF(GPR23)) return ox;
196 if (ox == GOF(GPR24)) return ox;
197 if (ox == GOF(GPR25)) return ox;
198 if (ox == GOF(GPR26)) return ox;
199 if (ox == GOF(GPR27)) return ox;
200 if (ox == GOF(GPR28)) return ox;
201 if (ox == GOF(GPR29)) return ox;
202 if (ox == GOF(GPR30)) return ox;
203 if (ox == GOF(GPR31)) return ox;