Searched refs:rr_str (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dz80-dis.c59 static const char * rr_str[] = { "bc", "de", "hl", "sp" }; variable
167 snprintf (mytxt, TXTSIZ, txt, rr_str[rr]);
175 rr_str[(buf->data[buf->n_fetch - 1] >> 4) & 3]);
290 snprintf (mytxt, TXTSIZ, txt, rr_str[rr]);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dz80-dis.c59 static const char * rr_str[] = { "bc", "de", "hl", "sp" }; variable
169 snprintf (mytxt, TXTSIZ, txt, rr_str[rr]);
177 rr_str[(buf->data[buf->n_fetch - 1] >> 4) & 3]);
292 snprintf (mytxt, TXTSIZ, txt, rr_str[rr]);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dz80-dis.c59 static const char * rr_str[] = { "bc", "de", "hl", "sp" }; variable
169 snprintf (mytxt, TXTSIZ, txt, rr_str[rr]);
177 rr_str[(buf->data[buf->n_fetch - 1] >> 4) & 3]);
292 snprintf (mytxt, TXTSIZ, txt, rr_str[rr]);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dz80-dis.c59 static const char * rr_str[] = { "bc", "de", "hl", "sp" }; variable
169 snprintf (mytxt, TXTSIZ, txt, rr_str[rr]);
177 rr_str[(buf->data[buf->n_fetch - 1] >> 4) & 3]);
292 snprintf (mytxt, TXTSIZ, txt, rr_str[rr]);

Completed in 140 milliseconds