Lines Matching refs:n_fetch
29 int n_fetch; member
90 if (buf->n_fetch + n > (int)sizeof (buf->data)) in fetch_data()
93 r = info->read_memory_func (buf->base + buf->n_fetch, in fetch_data()
94 (unsigned char*) buf->data + buf->n_fetch, in fetch_data()
97 buf->n_fetch += n; in fetch_data()
99 info->memory_error_func (r, buf->base + buf->n_fetch, info); in fetch_data()
107 buf->n_used = buf->n_fetch; in prt()
121 buf->n_used = buf->n_fetch; in prt_e()
146 p = (unsigned char*) buf->data + buf->n_fetch; in prt_nn()
154 buf->n_used = buf->n_fetch; in prt_nn()
167 rr = (buf->data[buf->n_fetch - 1] >> 4) & 3; in prt_rr_nn()
176 rr_str[(buf->data[buf->n_fetch - 1] >> 4) & 3]); in prt_rr()
177 buf->n_used = buf->n_fetch; in prt_rr()
187 p = (unsigned char*) buf->data + buf->n_fetch; in prt_n()
193 buf->n_used = buf->n_fetch; in prt_n()
208 p = (unsigned char*) buf->data + buf->n_fetch; in prt_n_n()
214 buf->n_used = buf->n_fetch; in prt_n_n()
228 r = (buf->data[buf->n_fetch - 1] >> 3) & 7; in prt_r_n()
238 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]); in ld_r_n()
246 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]); in prt_r()
247 buf->n_used = buf->n_fetch; in prt_r()
255 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7], in ld_r_r()
256 r_str[buf->data[buf->n_fetch - 1] & 7]); in ld_r_r()
257 buf->n_used = buf->n_fetch; in ld_r_r()
267 p = buf->data + buf->n_fetch; in prt_d()
273 buf->n_used = buf->n_fetch; in prt_d()
287 rr = (buf->data[buf->n_fetch - 1] >> 4) & 3; in prt_rr_d()
308 arit[(buf->data[buf->n_fetch - 1] >> 3) & 7], in arit_r()
309 r_str[buf->data[buf->n_fetch - 1] & 7]); in arit_r()
310 buf->n_used = buf->n_fetch; in arit_r()
319 buf->n_used = buf->n_fetch; in prt_cc()
330 buf->n_used = buf->n_fetch; in pop_rr()
366 buf->n_used = buf->n_fetch; in rst()
589 return buf->n_used = buf->n_fetch; in addvv()
608 p = buf->data + buf->n_fetch; in prt_d_n()
630 c = buf->data[buf->n_fetch - 1]; in arit_d()
641 c = buf->data[buf->n_fetch - 1]; in ld_r_d()
652 c = buf->data[buf->n_fetch - 1]; in ld_d_r()
665 p = (buf->data[buf->n_fetch - 2] == (signed char) 0xdd) ? 0 : 1; in ld_ii_ii()
666 c = buf->data[buf->n_fetch - 1]; in ld_ii_ii()
979 buf->n_fetch = 0; in print_insn_z80_buf()