Searched refs:r_str (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dz80-dis.c61 static const char * r_str[] = { "b", "c", "d", "e", "h", "l", "(hl)", "a" }; variable
228 snprintf (mytxt, TXTSIZ, txt, r_str[r]);
237 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
245 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
254 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7],
255 r_str[buf->data[buf->n_fetch - 1] & 7]);
308 r_str[buf->data[buf->n_fetch - 1] & 7]);
570 r_str[buf->data[1] & 7]);
576 r_str[buf->data[1] & 7]);
642 snprintf (mytxt, TXTSIZ, txt, r_str[(
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dz80-dis.c61 static const char * r_str[] = { "b", "c", "d", "e", "h", "l", "(hl)", "a" }; variable
230 snprintf (mytxt, TXTSIZ, txt, r_str[r]);
239 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
247 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
256 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7],
257 r_str[buf->data[buf->n_fetch - 1] & 7]);
310 r_str[buf->data[buf->n_fetch - 1] & 7]);
572 r_str[buf->data[1] & 7]);
578 r_str[buf->data[1] & 7]);
644 snprintf (mytxt, TXTSIZ, txt, r_str[(
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dz80-dis.c61 static const char * r_str[] = { "b", "c", "d", "e", "h", "l", "(hl)", "a" }; variable
230 snprintf (mytxt, TXTSIZ, txt, r_str[r]);
239 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
247 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
256 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7],
257 r_str[buf->data[buf->n_fetch - 1] & 7]);
310 r_str[buf->data[buf->n_fetch - 1] & 7]);
572 r_str[buf->data[1] & 7]);
578 r_str[buf->data[1] & 7]);
644 snprintf (mytxt, TXTSIZ, txt, r_str[(
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dz80-dis.c61 static const char * r_str[] = { "b", "c", "d", "e", "h", "l", "(hl)", "a" }; variable
230 snprintf (mytxt, TXTSIZ, txt, r_str[r]);
239 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
247 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
256 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7],
257 r_str[buf->data[buf->n_fetch - 1] & 7]);
310 r_str[buf->data[buf->n_fetch - 1] & 7]);
572 r_str[buf->data[1] & 7]);
578 r_str[buf->data[1] & 7]);
644 snprintf (mytxt, TXTSIZ, txt, r_str[(
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c2099 char r_str[27]; local
2107 " %26s %*[^\n]\n", &index, &id, r_str);
2113 if (strcmp (lto_resolution_str[j], r_str) == 0)
/netbsd-current/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc2108 char r_str[27]; local
2116 " %26s %*[^\n]\n", &index, &id, r_str);
2122 if (strcmp (lto_resolution_str[j], r_str) == 0)
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_consume.c419 static const char *r_str[2] = { " <- ", " <= " }; local
446 str = r_str[strcmp(p, "syscall") == 0];

Completed in 200 milliseconds