Searched refs:with_reg_prefix (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | cris-dis.c | 594 bfd_boolean with_reg_prefix) in format_reg() argument 598 if (with_reg_prefix) in format_reg() 628 bfd_boolean with_reg_prefix) in format_sup_reg() argument 633 if (with_reg_prefix) in format_sup_reg() 739 bfd_boolean with_reg_prefix) in print_with_operands() argument 801 tp = format_sup_reg ((insn >> 12) & 15, tp, with_reg_prefix); in print_with_operands() 805 if (with_reg_prefix) in print_with_operands() 838 tp = format_reg (disdata, insn & 15, tp, with_reg_prefix); in print_with_operands() 842 tp = format_reg (disdata, (insn >> 12) & 15, tp, with_reg_prefix); in print_with_operands() 1025 tp = format_reg (disdata, insn & 15, tp, with_reg_prefix); in print_with_operands() [all …]
|