Home
last modified time | relevance | path

Searched refs:txt (Results 1 – 25 of 43) sorted by relevance

12

/toolchain/binutils/binutils-2.25/opcodes/
Dz80-dis.c74 prt (struct buffer *buf, disassemble_info * info, char *txt) in prt() argument
76 info->fprintf_func (info->stream, "%s", txt); in prt()
82 prt_e (struct buffer *buf, disassemble_info * info, char *txt) in prt_e() argument
92 info->fprintf_func (info->stream, "%s0x%04x", txt, target_addr); in prt_e()
101 jr_cc (struct buffer *buf, disassemble_info * info, char *txt) in jr_cc() argument
105 snprintf (mytxt, TXTSIZ, txt, cc_str[(buf->data[0] >> 3) & 3]); in jr_cc()
110 prt_nn (struct buffer *buf, disassemble_info * info, char *txt) in prt_nn() argument
119 info->fprintf_func (info->stream, txt, nn); in prt_nn()
128 prt_rr_nn (struct buffer *buf, disassemble_info * info, char *txt) in prt_rr_nn() argument
134 snprintf (mytxt, TXTSIZ, txt, rr_str[rr]); in prt_rr_nn()
[all …]
DChangeLog-2011128 * s390-opc.txt: Add CPUMF instructions.
550 * s390-opc.txt: Fix cxr instruction type.
556 * s390-opc.txt: Match instructions having register pair operands
644 * bfin-dis.c (OUTS): Remove p NULL check and txt NUL check.
DChangeLog-201262 * s390-opc.txt: Fix srstu and strag opcodes.
108 * s390-mkopc.c: Accept empty lines in s390-opc.txt.
111 * s390-opc.txt: Add new instructions. New instruction type for lptea.
187 * s390-opc.txt: Add new instructions for zEC12.
935 * s390-opc.txt: Set instruction type of pku to SS_L2RDRD.
DChangeLog-20083 * s390-opc.txt: Add ptff instruction.
226 * s390-opc.txt (stdy, stey): Fix description
246 * s390-opc.txt (thder, thdr): Change RRE_RR to RRE_FF.
324 * s390-opc.txt (lxr, rrdtr, rrxtr): Fix instruction format.
614 * s390-opc.txt: Remove conditional jump variants which can now
DChangeLog-200775 * s390-opc.txt ("tcet", "tcdt", "tcxt", "tget", "tgdt",
1075 * s390-opc.txt: Replace mnemonics with conditional
1442 * opcodes/s390-opc.txt (pfpo, ectg, csst): Add new z9-ec instructions.
1733 * opcodes/s390-opc.txt (lpdfr - tgxt): Decimal floating point
1743 * s390-opc.txt (pka): Use it.
1757 * s390-opc.txt (cfxbr, cfdbr, cfebr, cgebr, cgdbr, cgxbr, cger, cgdr,
1762 * s390-opc.txt ("efpc", "sfpc"): Set to RRE_RR_OPT instruction type.
DChangeLog-201057 * s390-opc.txt: cfxr, cfdr and cfer z900 -> g5.
117 * s390-opc.txt: lgoc -> locg and stgoc -> stocg.
179 * s390-opc.txt: Add new z196 instructions.
186 * s390-opc.txt: Reorder some instructions to prefer more recent
DMakefile.am590 s390-opc.tab: s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.txt
591 ./s390-mkopc$(EXEEXT_FOR_BUILD) < $(srcdir)/s390-opc.txt > s390-opc.tab
DChangeLog-2013237 * s390-opc.txt (clih): Make the immediate unsigned.
249 * s390-opc.txt: Fix description for fiebra, fidbra, and fixbra.
866 * s390-opc.txt: Rename MII_UPI to MII_UPP for bprp instruction.
964 * s390-opc.txt (flogr): Require a register pair destination.
/toolchain/binutils/binutils-2.25/gold/testsuite/
Dbinary_test.cc41 const char* const txt = "This file is used for the binary test.\n"; in main() local
42 assert(strncmp(txt, _binary_binary_txt_start, size) == 0); in main()
43 assert(static_cast<size_t>(size) == strlen(txt)); in main()
DMakefile.am273 MOSTLYCLEANFILES += final_layout final_layout_sequence.txt final_layout_script.lds
276 final_layout_sequence.txt:
277 …& echo "*global_varb*" && echo "*global_vara*" && echo "*global_varc*") > final_layout_sequence.txt
280 final_layout: final_layout.o final_layout_sequence.txt final_layout_script.lds gcctestdir/ld
281 …$(CXXLINK) -Bgcctestdir/ -Wl,--section-ordering-file,final_layout_sequence.txt -Wl,-T,final_layout…
1464 MOSTLYCLEANFILES += binary.txt
1466 binary_test_DEPENDENCIES = gcctestdir/ld binary.txt
1467 binary_test_LDFLAGS = -Bgcctestdir/ -Wl,--format,binary,binary.txt,--format,elf
1471 binary.txt: $(srcdir)/binary.in
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
Drgn-over3.d25 \s*\*\(\.txt\)
26 \s*\.txt\s+0x0+1000\s+0xc\s+.*?
Drgn-over6.d25 \s*\*\(\.txt\)
26 \s*\.txt\s+0x0+1000\s+0xc\s+.*?
Drgn-over.s1 .section .txt, "ax", "progbits"
Drgn-over1.t10 .text : { *(.txt) } > r1
Drgn-over2.t11 .text : { *(.txt) } > r1
Drgn-over7.t11 .text : { *(.txt) } > r1
Drgn-over6.t11 .text : { *(.txt) } > r1 AT> v1
Drgn-over4.t11 .text : { *(.txt) } > r1 AT> v1
Drgn-over5.t11 .text : { *(.txt) } > r1 AT> v1
Drgn-over3.t12 .text : { *(.txt) } > r1
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
Dobjdump.W15 <18> DW_AT_name : file1.txt
66 1 0 0 0 file1.txt
Ddw2-1.W15 <18> DW_AT_name : file1.txt
66 1 0 0 0 file1.txt
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
Ddwarf2-2.d17 <18> DW_AT_name : file1.txt
68 1 0 0 0 file1.txt
Ddwarf2-1.d17 <18> DW_AT_name : file1.txt
68 1 0 0 0 file1.txt
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
Ddw2-compress-1.d16 <18> DW_AT_name : file1.txt
94 1 0 0 0 file1.txt

12