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

/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dcris-dis.c751 static const char mode_char[] = "bwd?";
775 : mode_char[(insn >> 4) & (*s == 'z' ? 1 : 3)];
1108 *tp++ = mode_char[(prefix_insn >> 4) & 3];
1204 *tp++ = mode_char[(prefix_insn >> 4) & 3];
1243 *tp++ = mode_char[(insn >> 4) & 3];
750 static const char mode_char[] = "bwd?"; local
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dcris-dis.c751 static const char mode_char[] = "bwd?";
775 : mode_char[(insn >> 4) & (*s == 'z' ? 1 : 3)];
1108 *tp++ = mode_char[(prefix_insn >> 4) & 3];
1204 *tp++ = mode_char[(prefix_insn >> 4) & 3];
1243 *tp++ = mode_char[(insn >> 4) & 3];
750 static const char mode_char[] = "bwd?"; local
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dcris-dis.c751 static const char mode_char[] = "bwd?";
775 : mode_char[(insn >> 4) & (*s == 'z' ? 1 : 3)];
1108 *tp++ = mode_char[(prefix_insn >> 4) & 3];
1204 *tp++ = mode_char[(prefix_insn >> 4) & 3];
1243 *tp++ = mode_char[(insn >> 4) & 3];
750 static const char mode_char[] = "bwd?"; local
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dcris-dis.c751 static const char mode_char[] = "bwd?";
775 : mode_char[(insn >> 4) & (*s == 'z' ? 1 : 3)];
1108 *tp++ = mode_char[(prefix_insn >> 4) & 3];
1204 *tp++ = mode_char[(prefix_insn >> 4) & 3];
1243 *tp++ = mode_char[(insn >> 4) & 3];
750 static const char mode_char[] = "bwd?"; local

Completed in 185 milliseconds