Searched refs:op_txt (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dz80-dis.c556 const char *op_txt;
565 op_txt = "swap";
567 op_txt = cb2_str[idx];
569 op_txt,
554 const char *op_txt; local
H A Di386-dis.c9551 char *op_txt[MAX_OPERANDS]; local
9992 op_txt[i] = op_out[i];
9997 op_txt[2] = op_out[3];
9998 op_txt[3] = op_out[2];
10014 op_txt[MAX_OPERANDS - 1 - i] = op_out[i];
10019 if (*op_txt[i])
10038 (*info->fprintf_func) (info->stream, "%s", op_txt[i]); local
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dz80-dis.c558 const char *op_txt;
567 op_txt = "swap";
569 op_txt = cb2_str[idx];
571 op_txt,
556 const char *op_txt; local
H A Di386-dis.c9588 /* In particular print_insn()'s processing of op_txt[] can hand rather long
9665 char *op_txt[MAX_OPERANDS]; local
10139 op_txt[i] = ins.op_out[i];
10144 op_txt[2] = ins.op_out[3];
10145 op_txt[3] = ins.op_out[2];
10164 op_txt[MAX_OPERANDS - 1 - i] = ins.op_out[i];
10169 if (*op_txt[i])
10202 i386_dis_printf (&ins, dis_style_text, "%s", op_txt[i]);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dz80-dis.c558 const char *op_txt;
567 op_txt = "swap";
569 op_txt = cb2_str[idx];
571 op_txt,
556 const char *op_txt; local
H A Di386-dis.c9352 char *op_txt[MAX_OPERANDS]; local
9826 op_txt[i] = ins.op_out[i];
9831 op_txt[2] = ins.op_out[3];
9832 op_txt[3] = ins.op_out[2];
9851 op_txt[MAX_OPERANDS - 1 - i] = ins.op_out[i];
9856 if (*op_txt[i])
9889 i386_dis_printf (&ins, dis_style_text, "%s", op_txt[i]);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dz80-dis.c558 const char *op_txt;
567 op_txt = "swap";
569 op_txt = cb2_str[idx];
571 op_txt,
556 const char *op_txt; local
H A Di386-dis.c9272 /* In particular print_insn()'s processing of op_txt[] can hand rather long
9349 char *op_txt[MAX_OPERANDS]; local
9879 op_txt[i] = ins.op_out[i];
9884 op_txt[2] = ins.op_out[3];
9885 op_txt[3] = ins.op_out[2];
9904 op_txt[MAX_OPERANDS - 1 - i] = ins.op_out[i];
9909 if (*op_txt[i])
9942 i386_dis_printf (info, dis_style_text, "%s", op_txt[i]);

Completed in 249 milliseconds