Searched refs:outf (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | bfin-dis.c | 122 fmtconst (const_forms_t cf, TIword x, bfd_vma pc, disassemble_info *outf) in fmtconst() argument 136 if (outf->symbol_at_address_func (ea, outf) || !constant_formats[cf].exact) in fmtconst() 138 outf->print_address_func (ea, outf); in fmtconst() 440 #define uimm16s4(x) fmtconst (c_uimm16s4, x, 0, outf) 441 #define uimm16s4d(x) fmtconst (c_uimm16s4d, x, 0, outf) 442 #define pcrel4(x) fmtconst (c_pcrel4, x, pc, outf) 443 #define pcrel8(x) fmtconst (c_pcrel8, x, pc, outf) 444 #define pcrel8s4(x) fmtconst (c_pcrel8s4, x, pc, outf) 445 #define pcrel10(x) fmtconst (c_pcrel10, x, pc, outf) 446 #define pcrel12(x) fmtconst (c_pcrel12, x, pc, outf) [all …]
|
D | metag-dis.c | 316 print_insn (disassemble_info *outf, const char *prefix, const char *name, in print_insn() argument 319 …outf->fprintf_func (outf->stream, "%-" PREFIX_WIDTH "s%-" INSN_NAME_WIDTH "s%s", prefix, name, ope… in print_insn() 327 disassemble_info *outf) in print_none() argument 329 outf->fprintf_func (outf->stream, "%-" PREFIX_WIDTH "s%s", "", in print_none() 337 disassemble_info *outf) in print_mov_u2u() argument 363 outf->fprintf_func (outf->stream, "%-" PREFIX_WIDTH "s%s", "", in print_mov_u2u() 366 outf->fprintf_func (outf->stream, "%-" PREFIX_WIDTH "s%s", "", in print_mov_u2u() 379 print_insn (outf, "F", template->name, buf); in print_mov_u2u() 381 print_insn (outf, "", template->name, buf); in print_mov_u2u() 388 disassemble_info *outf) in print_mov_port() argument [all …]
|
D | ChangeLog-2011 | 648 * bfin-dis.c (print_insn_bfin): Change outf->fprintf_func to OUTS.
|
D | ChangeLog-2013 | 1185 * metag-dis.c: Initialize outf->bytes_per_chunk to 4
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-bfin.c | 2549 OUTS (outf, "BITMUX ("); in decode_dsp32shift_0() 2550 OUTS (outf, dregs (src0)); in decode_dsp32shift_0() 2551 OUTS (outf, ", "); in decode_dsp32shift_0() 2552 OUTS (outf, dregs (src1)); in decode_dsp32shift_0() 2553 OUTS (outf, ", A0) (ASR)"); in decode_dsp32shift_0() 2560 OUTS (outf, "BITMUX ("); in decode_dsp32shift_0() 2561 OUTS (outf, dregs (src0)); in decode_dsp32shift_0() 2562 OUTS (outf, ", "); in decode_dsp32shift_0() 2563 OUTS (outf, dregs (src1)); in decode_dsp32shift_0() 2564 OUTS (outf, ", A0) (ASL)"); in decode_dsp32shift_0()
|