Home
last modified time | relevance | path

Searched refs:print_insn_hppa (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
DChangeLog-989912 (print_insn_hppa): Handle 'B' operand.
73 * hppa-dis.c (print_insn_hppa): Add new codes 'cc', 'cd', 'cC',
76 * hppa-dis.c (print_insn_hppa): Removed unused args. Fix '?W'.
78 * hppa-dis.c (print_insn_hppa): Implement codes "?N", "?Q".
100 * hppa-dis.c (print_insn_hppa): Replace 'B', 'M', 'g' and 'l' with
105 * hppa-dis.c: (print_insn_hppa): Correct 'cJ', 'cc'.
109 * hppa-dis.c (print_insn_hppa): Handle 'J', 'K', and 'cc'.
111 * hppa-dis.c (print_insn_hppa): Handle 'fe' and 'cJ'.
113 * hppa-dis.c (print_insn_hppa): Handle '#', 'd', and 'cq'.
115 * hppa-dis.c (print_insn_hppa): Handle 'm', 'h', '='.
[all …]
Ddisassemble.c203 disassemble = print_insn_hppa; in disassembler()
DChangeLog-92972876 * hppa-dis.c (print_insn_hppa): Read the instruction using
3148 * hppa-dis.c (print_insn_hppa): For '?' and '@' only adjust the
3151 * hppa-dis.c (print_insn_hppa): No space before 'H' operand.
3157 * hppa-dis.c (print_insn_hppa): Do not emit a space after 'F'
3199 * hppa-dis.c (print_insn_hppa): Handle 'N' in assembler template.
3254 * hppa-dis.c (print_insn_hppa): Do not emit a space after
3284 * hppa-dis.c (print_insn_hppa): Handle 'z' operand
3331 * hppa-dis.c (print_insn_hppa): Use print function
3336 * hppa-dis.c (print_insn_hppa): Handle '|' like '>'. (From Jeff
3416 (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate.
[all …]
Dhppa-dis.c358 print_insn_hppa (bfd_vma memaddr, disassemble_info *info) in print_insn_hppa() function
DChangeLog-2005457 * hppa-dis.c (print_insn_hppa): Don't print '%' before register names.
476 * hppa-dis.c (print_insn_hppa): Prefix 21-bit values with "L%".
520 * hppa-dis.c (print_insn_hppa): Add space after 'w' in wide-mode
DChangeLog-00013 * hppa-dis.c (print_insn_hppa): Handle new 'c' mode completers,
1139 * hppa-dis.c (print_insn_hppa): Handle '>' and '<' arg types.
1673 (print_insn_hppa): Rename inner block opcode -> opc to avoid
1902 (print_insn_hppa): Fix incorrect handling of 'fe'. Added handling of
DChangeLog-0203699 * hppa-dis.c (print_insn_hppa): Implement fcnv instruction modifiers.
701 * hppa-dis.c (print_insn_hppa <2 bit space register>): Do not print
DChangeLog-2015539 * hppa-dis.c (print_insn_hppa): Likewise.
/toolchain/binutils/binutils-2.27/include/
Ddis-asm.h252 extern int print_insn_hppa (bfd_vma, disassemble_info *);
DChangeLog-91032122 * dis-asm.h (print_insn_hppa): Declare it.