/toolchain/binutils/binutils-2.27/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.27/zlib/contrib/iostream3/ |
D | test.cc | 13 gzofstream outf; in main() local 17 outf.open("test1.txt.gz"); in main() 18 outf << "The quick brown fox sidestepped the lazy canine\n" in main() 20 outf.close(); in main() 32 outf.rdbuf()->pubsetbuf(0,0); in main() 33 outf.open("test2.txt.gz"); in main() 34 outf << setcompression(Z_NO_COMPRESSION) in main() 37 outf.close(); in main()
|
D | README | 4 gzofstream outf("blah.gz"); 5 outf << "These go into the gzip file " << 123 << endl;
|
/toolchain/binutils/binutils-2.27/zlib/contrib/blast/ |
D | blast.c | 424 local int outf(void *how, unsigned char *buf, unsigned len) in outf() function 435 ret = blast(inf, stdin, outf, stdout); in main()
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-bfin.c | 2541 OUTS (outf, "BITMUX ("); in decode_dsp32shift_0() 2542 OUTS (outf, dregs (src0)); in decode_dsp32shift_0() 2543 OUTS (outf, ", "); in decode_dsp32shift_0() 2544 OUTS (outf, dregs (src1)); in decode_dsp32shift_0() 2545 OUTS (outf, ", A0) (ASR)"); in decode_dsp32shift_0() 2552 OUTS (outf, "BITMUX ("); in decode_dsp32shift_0() 2553 OUTS (outf, dregs (src0)); in decode_dsp32shift_0() 2554 OUTS (outf, ", "); in decode_dsp32shift_0() 2555 OUTS (outf, dregs (src1)); in decode_dsp32shift_0() 2556 OUTS (outf, ", A0) (ASL)"); in decode_dsp32shift_0()
|