Searched refs:with_reg_prefix (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | cris-dis.c | 590 bool with_reg_prefix) in format_reg() argument 592 if (with_reg_prefix) in format_reg() 622 bool with_reg_prefix) in format_sup_reg() argument 626 if (with_reg_prefix) in format_sup_reg() 730 bool with_reg_prefix) in print_with_operands() argument 792 tp = format_sup_reg ((insn >> 12) & 15, tp, with_reg_prefix); in print_with_operands() 796 if (with_reg_prefix) in print_with_operands() 829 tp = format_reg (disdata, insn & 15, tp, with_reg_prefix); in print_with_operands() 833 tp = format_reg (disdata, (insn >> 12) & 15, tp, with_reg_prefix); in print_with_operands() 1014 tp = format_reg (disdata, insn & 15, tp, with_reg_prefix); in print_with_operands() [all …]
|
| D | ChangeLog-0001 | 1431 (format_reg): Add parameter with_reg_prefix. All callers changed. 1434 parameter with_reg_prefix.
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | cris-dis.c | 590 bool with_reg_prefix) in format_reg() argument 592 if (with_reg_prefix) in format_reg() 622 bool with_reg_prefix) in format_sup_reg() argument 626 if (with_reg_prefix) in format_sup_reg() 730 bool with_reg_prefix) in print_with_operands() argument 792 tp = format_sup_reg ((insn >> 12) & 15, tp, with_reg_prefix); in print_with_operands() 796 if (with_reg_prefix) in print_with_operands() 829 tp = format_reg (disdata, insn & 15, tp, with_reg_prefix); in print_with_operands() 833 tp = format_reg (disdata, (insn >> 12) & 15, tp, with_reg_prefix); in print_with_operands() 1014 tp = format_reg (disdata, insn & 15, tp, with_reg_prefix); in print_with_operands() [all …]
|
| D | ChangeLog-0001 | 1431 (format_reg): Add parameter with_reg_prefix. All callers changed. 1434 parameter with_reg_prefix.
|