Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 25 of 156) sorted by relevance

1234567

/toolchain/binutils/binutils-2.25/opcodes/
Dcgen.sh74 tmp=tmp-$$
81 opinst) extrafile_args="-Q ${tmp}-opinst.c1 $extrafile_args" ;;
88 rm -f ${tmp}-desc.h ${tmp}-desc.h1
89 rm -f ${tmp}-desc.c ${tmp}-desc.c1
90 rm -f ${tmp}-opc.h ${tmp}-opc.h1
91 rm -f ${tmp}-opc.c ${tmp}-opc.c1
92 rm -f ${tmp}-opinst.c ${tmp}-opinst.c1
93 rm -f ${tmp}-ibld.h ${tmp}-ibld.h1
94 rm -f ${tmp}-ibld.c ${tmp}-ibld.in1
95 rm -f ${tmp}-asm.c ${tmp}-asm.in1
[all …]
Dtic80-dis.c59 const char *tmp; in print_operand_control_register() local
61 tmp = tic80_value_to_symbol (value, TIC80_OPERAND_CR); in print_operand_control_register()
62 if (tmp != NULL) in print_operand_control_register()
63 (*info->fprintf_func) (info->stream, "%s", tmp); in print_operand_control_register()
71 const char *tmp; in print_operand_condition_code() local
73 tmp = tic80_value_to_symbol (value, TIC80_OPERAND_CC); in print_operand_condition_code()
74 if (tmp != NULL) in print_operand_condition_code()
75 (*info->fprintf_func) (info->stream, "%s", tmp); in print_operand_condition_code()
84 const char *tmp; in print_operand_bitnum() local
87 tmp = tic80_value_to_symbol (bitnum, TIC80_OPERAND_BITNUM); in print_operand_bitnum()
[all …]
Dia64-gen.c625 char *tmp; in load_insn_classes() local
633 name = tmp = buf; in load_insn_classes()
634 while (*tmp != ';') in load_insn_classes()
636 ++tmp; in load_insn_classes()
637 if (tmp == buf + sizeof (buf)) in load_insn_classes()
640 *tmp++ = '\0'; in load_insn_classes()
653 while (*tmp) in load_insn_classes()
658 while (*tmp && ISSPACE (*tmp)) in load_insn_classes()
660 ++tmp; in load_insn_classes()
661 if (tmp == buf + sizeof (buf)) in load_insn_classes()
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/lib/
Ddoboth6 rm tmp.0 > /dev/null 2>&1
7 ln -s $x tmp.0
8 $* tmp.0 > tmp.1
10 rm tmp.0
11 ln -s $y tmp.0
12 $* tmp.0 > tmp.2
14 rm tmp.0
16 diff -c tmp.1 tmp.2
/toolchain/binutils/binutils-2.25/bfd/doc/
DMakefile.am99 ./$(MKDOC) -f $(srcdir)/doc.str < $< >aoutx.tmp
100 $(SHELL) $(srcdir)/../../move-if-change aoutx.tmp aoutx.texi
105 ./$(MKDOC) -f $(srcdir)/doc.str < $< >archive.tmp
106 $(SHELL) $(srcdir)/../../move-if-change archive.tmp archive.texi
111 ./$(MKDOC) -f $(srcdir)/doc.str < $< >archures.tmp
112 $(SHELL) $(srcdir)/../../move-if-change archures.tmp archures.texi
119 ./$(MKDOC) -f $(srcdir)/doc.str < $< >bfd.tmp
120 $(SHELL) $(srcdir)/../../move-if-change bfd.tmp bfdt.texi
125 ./$(MKDOC) -f $(srcdir)/doc.str < $< >cache.tmp
126 $(SHELL) $(srcdir)/../../move-if-change cache.tmp cache.texi
[all …]
DMakefile.in564 bfd.tmp bfd.toc bfd.tp bfd.tps bfd.vr bfd.vrs
798 ./$(MKDOC) -f $(srcdir)/doc.str < $< >aoutx.tmp
799 $(SHELL) $(srcdir)/../../move-if-change aoutx.tmp aoutx.texi
804 ./$(MKDOC) -f $(srcdir)/doc.str < $< >archive.tmp
805 $(SHELL) $(srcdir)/../../move-if-change archive.tmp archive.texi
810 ./$(MKDOC) -f $(srcdir)/doc.str < $< >archures.tmp
811 $(SHELL) $(srcdir)/../../move-if-change archures.tmp archures.texi
818 ./$(MKDOC) -f $(srcdir)/doc.str < $< >bfd.tmp
819 $(SHELL) $(srcdir)/../../move-if-change bfd.tmp bfdt.texi
824 ./$(MKDOC) -f $(srcdir)/doc.str < $< >cache.tmp
[all …]
/toolchain/binutils/binutils-2.25/ld/
Dmri.c196 struct wildcard_list *tmp; in mri_draw_tree() local
214 tmp = (struct wildcard_list *) xmalloc (sizeof *tmp); in mri_draw_tree()
215 tmp->next = NULL; in mri_draw_tree()
216 tmp->spec.name = p->name; in mri_draw_tree()
217 tmp->spec.exclude_name_list = NULL; in mri_draw_tree()
218 tmp->spec.sorted = none; in mri_draw_tree()
219 tmp->spec.section_flag_list = NULL; in mri_draw_tree()
220 lang_add_wild (NULL, tmp, FALSE); in mri_draw_tree()
226 tmp = (struct wildcard_list *) xmalloc (sizeof *tmp); in mri_draw_tree()
227 tmp->next = NULL; in mri_draw_tree()
[all …]
Dldgram.y578 struct name_list *tmp; variable
579 tmp = (struct name_list *) xmalloc (sizeof *tmp);
580 tmp->name = $2;
581 tmp->next = $1;
582 $$ = tmp;
587 struct name_list *tmp; variable
588 tmp = (struct name_list *) xmalloc (sizeof *tmp);
589 tmp->name = $1;
590 tmp->next = NULL;
591 $$ = tmp;
[all …]
Dgenscripts.sh344 COMBRELOC=ldscripts/${EMULATION_NAME}.xc.tmp
352 COMBRELOC=ldscripts/${EMULATION_NAME}.xw.tmp
374 COMBRELOC=ldscripts/${EMULATION_NAME}.xsc.tmp
385 COMBRELOC=ldscripts/${EMULATION_NAME}.xsw.tmp
409 COMBRELOC=ldscripts/${EMULATION_NAME}.xdc.tmp
417 COMBRELOC=ldscripts/${EMULATION_NAME}.xdw.tmp
/toolchain/binutils/binutils-2.25/bfd/
Dpe-mips.c623 bfd_vma val, tmp, targ, src, low; in coff_pe_mips_relocate_section() local
733 tmp = bfd_get_32 (input_bfd, mem); in coff_pe_mips_relocate_section()
735 tmp += val; in coff_pe_mips_relocate_section()
736 bfd_put_32 (input_bfd, tmp, mem); in coff_pe_mips_relocate_section()
740 tmp = bfd_get_32 (input_bfd, mem); in coff_pe_mips_relocate_section()
741 targ = val + (tmp & 0x03ffffff) * 4; in coff_pe_mips_relocate_section()
748 tmp &= 0xfc000000; in coff_pe_mips_relocate_section()
749 tmp |= (targ / 4) & 0x3ffffff; in coff_pe_mips_relocate_section()
750 bfd_put_32 (input_bfd, tmp, mem); in coff_pe_mips_relocate_section()
754 tmp = bfd_get_32 (input_bfd, mem); in coff_pe_mips_relocate_section()
[all …]
Dvms-misc.c548 unsigned int tmp; in vms_time_to_time_t() local
554 tmp = hi % VMS_TIME_FACTOR; in vms_time_to_time_t()
559 tmp = (tmp << 8) | (lo >> 24); in vms_time_to_time_t()
562 rlo = (rlo << 8) | (tmp / VMS_TIME_FACTOR); in vms_time_to_time_t()
563 tmp %= VMS_TIME_FACTOR; in vms_time_to_time_t()
588 unsigned short tmp[4]; in vms_time_t_to_vms_time() local
599 tmp[0] = VMS_TIME_OFFSET & 0xffff; in vms_time_t_to_vms_time()
600 tmp[1] = VMS_TIME_OFFSET >> 16; in vms_time_t_to_vms_time()
601 tmp[2] = 0; in vms_time_t_to_vms_time()
602 tmp[3] = 0; in vms_time_t_to_vms_time()
[all …]
Dpei-x86_64.c146 unsigned int tmp; /* At least 32 bits. */ in pex64_xdata_print_uwd_codes() local
204 tmp = bfd_get_16 (abfd, &dta[2]) * 8; in pex64_xdata_print_uwd_codes()
209 tmp = bfd_get_32 (abfd, &dta[2]); in pex64_xdata_print_uwd_codes()
212 fprintf (file, "alloc large area: rsp = rsp - 0x%x", tmp); in pex64_xdata_print_uwd_codes()
226 tmp = bfd_get_16 (abfd, &dta[2]) * 8; in pex64_xdata_print_uwd_codes()
228 fprintf (file, "save %s at rsp + 0x%x", pex_regs[info], tmp); in pex64_xdata_print_uwd_codes()
232 tmp = bfd_get_32 (abfd, &dta[2]); in pex64_xdata_print_uwd_codes()
234 fprintf (file, "save %s at rsp + 0x%x", pex_regs[info], tmp); in pex64_xdata_print_uwd_codes()
240 tmp = bfd_get_16 (abfd, &dta[2]) * 8; in pex64_xdata_print_uwd_codes()
242 fprintf (file, "save mm%u at rsp + 0x%x", info, tmp); in pex64_xdata_print_uwd_codes()
[all …]
Dnlm32-sparc.c141 reloc_howto_type *tmp; in nlm_sparc_write_reloc() local
147 tmp = &nlm32_sparc_howto_table[howto_index]; in nlm_sparc_write_reloc()
149 if (tmp->rightshift == rel->howto->rightshift in nlm_sparc_write_reloc()
150 && tmp->size == rel->howto->size in nlm_sparc_write_reloc()
151 && tmp->bitsize == rel->howto->bitsize in nlm_sparc_write_reloc()
152 && tmp->pc_relative == rel->howto->pc_relative in nlm_sparc_write_reloc()
153 && tmp->bitpos == rel->howto->bitpos in nlm_sparc_write_reloc()
154 && tmp->src_mask == rel->howto->src_mask in nlm_sparc_write_reloc()
155 && tmp->dst_mask == rel->howto->dst_mask) in nlm_sparc_write_reloc()
157 type = tmp->type; in nlm_sparc_write_reloc()
/toolchain/binutils/binutils-2.25/gprof/
Dgmon_io.c390 struct hdr tmp; in gmon_out_read() local
409 if (gmon_io_read_vma (ifp, &tmp.low_pc) in gmon_out_read()
410 || gmon_io_read_vma (ifp, &tmp.high_pc) in gmon_out_read()
411 || gmon_io_read_32 (ifp, &tmp.ncnt)) in gmon_out_read()
481 samp_bytes = tmp.ncnt - header_size; in gmon_out_read()
483 if (histograms && (tmp.low_pc != histograms->lowpc in gmon_out_read()
484 || tmp.high_pc != histograms->highpc in gmon_out_read()
496 histograms->lowpc = tmp.low_pc; in gmon_out_read()
497 histograms->highpc = tmp.high_pc; in gmon_out_read()
499 hist_scale = (double)((tmp.high_pc - tmp.low_pc) / sizeof (UNIT)) in gmon_out_read()
[all …]
/toolchain/binutils/binutils-2.25/config/
Dstdint.m4196 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
198 echo "/* generated for $CC */" > tmp-stdint.h
201 sed 's/^ *//' >> tmp-stdint.h <<EOF
210 echo "#include <stddef.h>" >> tmp-stdint.h
213 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
216 sed 's/^ *//' >> tmp-stdint.h <<EOF
231 sed 's/^ *//' >> tmp-stdint.h <<EOF
294 sed 's/^ *//' >> tmp-stdint.h <<EOF
338 sed 's/^ *//' >> tmp-stdint.h <<EOF
364 sed 's/^ *//' >> tmp-stdint.h <<EOF
[all …]
/toolchain/binutils/binutils-2.25/binutils/
Dwinduni.c203 char *tmp, *p; in unicode_from_ascii_len() local
216 p = tmp = (char *) alloca (a_length + 1); in unicode_from_ascii_len()
217 memcpy (tmp, ascii, a_length); in unicode_from_ascii_len()
218 tmp[a_length] = 0; in unicode_from_ascii_len()
766 char tmp[32]; in wind_MultiByteToWideChar() local
780 p_tmp = tmp; in wind_MultiByteToWideChar()
795 memcpy (u, tmp, l_tmp); in wind_MultiByteToWideChar()
803 if (tmp[0] == 0 && tmp[1] == 0) in wind_MultiByteToWideChar()
839 char tmp[32]; in wind_WideCharToMultiByte() local
853 p_tmp = tmp; in wind_WideCharToMultiByte()
[all …]
/toolchain/binutils/binutils-2.25/gas/config/
Dbfin-parse.y3010 Expr_Node *tmp = $5; variable
3021 tmp = unary (Expr_Op_Type_NEG, tmp);
3023 if (in_range_p (tmp, -32768, 32767, 0))
3036 Expr_Node *tmp = $5; variable
3044 tmp = unary (Expr_Op_Type_NEG, tmp);
3049 if (in_range_p (tmp, 0, 30, 1))
3052 $$ = LDSTII (&$3, &$8, tmp, 1, 1);
3054 else if (in_range_p (tmp, -65536, 65535, 1))
3057 $$ = LDSTIDXI (&$3, &$8, 1, 1, 0, tmp);
3102 Expr_Node *tmp = $4; variable
[all …]
Dtc-tic54x.c303 char *tmp; in parse_expression() local
305 tmp = input_line_pointer; /* Save line pointer. */ in parse_expression()
309 input_line_pointer = tmp; /* Restore line pointer. */ in parse_expression()
325 char *tmp; in tic54x_asg() local
363 tmp = xmalloc (strlen (str) + 1); in tic54x_asg()
364 strcpy (tmp, str); in tic54x_asg()
365 str = tmp; in tic54x_asg()
366 tmp = xmalloc (strlen (name) + 1); in tic54x_asg()
367 strcpy (tmp, name); in tic54x_asg()
368 name = tmp; in tic54x_asg()
[all …]
Dtc-ns32k.c668 int tmp; in get_addr_mode() local
704 if ((tmp = addrmodeP->scaled_reg)) in get_addr_mode()
706 tmp--; /* Remember regnumber comes incremented for in get_addr_mode()
708 tmp |= addrmodeP->scaled_mode << 3; in get_addr_mode()
709 addrmodeP->index_byte = (char) tmp; in get_addr_mode()
911 unsigned long tmp; in encode_operand() local
922 tmp = 0; in encode_operand()
1009 list_search (argv[i], opt6, &tmp); in encode_operand()
1011 iif.iifP[1].object |= tmp << opcode_bit_ptr; in encode_operand()
1014 optlist (argv[i], opt3, &tmp); in encode_operand()
[all …]
/toolchain/binutils/binutils-2.25/gas/
Dstabs.c520 char *tmp = file; in generate_asm_file() local
544 while (tmp < file_endp) in generate_asm_file()
546 char *bslash = strchr (tmp, '\\'); in generate_asm_file()
547 size_t len = (bslash) ? (size_t) (bslash - tmp + 1) : strlen (tmp); in generate_asm_file()
552 strncpy (bufp, tmp, len); in generate_asm_file()
554 tmp += len; in generate_asm_file()
Dcgen.c220 int tmp; local
223 tmp = stored_fixups[i].num_fixups_in_chain;
225 num_fixups = tmp;
227 for (tmp = GAS_CGEN_MAX_FIXUPS; tmp--;)
229 tmp_fixup = stored_fixups[i].fixup_chain [tmp];
230 stored_fixups[i].fixup_chain[tmp] = fixups [tmp];
231 fixups [tmp] = tmp_fixup;
/toolchain/binutils/binutils-2.25/etc/
Dconfigure2503 tmp=
2512 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
2513 test -n "$tmp" && test -d "$tmp"
2516 tmp=./conf$$-$RANDOM
2517 (umask 077 && mkdir "$tmp")
2648 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
2699 -) ac_f="$tmp/stdin";;
2734 *:-:* | *:-) cat >"$tmp/stdin" \
2865 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
2869 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
[all …]
/toolchain/binutils/binutils-2.25/cpu/
Dfr30.cpu588 (sequence ((WI tmp))
589 (set tmp ((.sym op c) arg2 arg1 cbit))
592 (set arg2 tmp)
663 (sequence ((mode tmp))
664 (set mode tmp (op mode (mem mode arg2) arg1))
665 (set-z-and-n tmp)
666 (set mode (mem mode arg2) tmp))
749 (sequence ((QI tmp))
750 (set tmp (and QI u4 (mem QI Ri)))
751 (set zbit (eq tmp (const 0)))
[all …]
/toolchain/binutils/binutils-2.25/
Dsrc-release.sh62 $tool/common/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp
63 cat VER.tmp | grep 'version\[\]' | sed 's/.*"\([^"]*\)".*/\1/' | sed 's/-cvs$//'
64 rm -f VER.tmp
83 <Makefile.in >tmp
84 mv -f tmp Makefile.in
/toolchain/binutils/binutils-2.25/libiberty/
Dsplay-tree.c116 splay_tree_node tmp; in rotate_left() local
117 tmp = n->right; in rotate_left()
119 p->left = tmp; in rotate_left()
129 splay_tree_node tmp; in rotate_right() local
130 tmp = n->left; in rotate_right()
132 p->right = tmp; in rotate_right()

1234567