Home
last modified time | relevance | path

Searched refs:stage (Results 1 – 25 of 31) sorted by relevance

12

/toolchain/binutils/binutils-2.25/
DMakefile.tpl427 [+ FOR bootstrap-stage +]
437 [+ ENDFOR bootstrap-stage +]
585 "[+flag+]=$([+flag+])"[+ ENDIF optional+][+ ENDFOR flags_to_pass +][+ FOR bootstrap-stage +] \
588 "STAGE[+id+]_TFLAGS=$(STAGE[+id+]_TFLAGS)"[+ ENDFOR bootstrap-stage +] \
1016 .PHONY: configure-stage[+id+]-[+prefix+][+module+] maybe-configure-stage[+id+]-[+prefix+][+module+]
1017 maybe-configure-stage[+id+]-[+prefix+][+module+]:
1019 maybe-configure-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+]
1020 configure-stage[+id+]-[+prefix+][+module+]:
1021 @[ $(current_stage) = stage[+id+] ] || $(MAKE) stage[+id+]-start
1050 echo Configuring stage [+id+] in [+subdir+]/[+module+] ; \
[all …]
DMakefile.in3027 echo Configuring stage 1 in $(HOST_SUBDIR)/bfd ; \
3059 echo Configuring stage 2 in $(HOST_SUBDIR)/bfd ; \
3092 echo Configuring stage 3 in $(HOST_SUBDIR)/bfd ; \
3125 echo Configuring stage 4 in $(HOST_SUBDIR)/bfd ; \
3158 echo Configuring stage profile in $(HOST_SUBDIR)/bfd ; \
3191 echo Configuring stage feedback in $(HOST_SUBDIR)/bfd ; \
3899 echo Configuring stage 1 in $(HOST_SUBDIR)/opcodes ; \
3931 echo Configuring stage 2 in $(HOST_SUBDIR)/opcodes ; \
3964 echo Configuring stage 3 in $(HOST_SUBDIR)/opcodes ; \
3997 echo Configuring stage 4 in $(HOST_SUBDIR)/opcodes ; \
[all …]
DChangeLog437 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
438 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1946 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1948 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2310 * Makefile.tpl ([+compare-target+]): Compare all stage
2936 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2938 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3237 (distclean-stage[+id+]): Possibly delete stage_last.
3290 (configure-stage[+id+]-[+prefix+][+module+],
3291 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
[all …]
Dconfigure.ac1600 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
1746 # By default, C and C++ are the only stage 1 languages.
1830 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
1959 # Add to (comma-separated) list of stage 1 languages.
2638 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
Dconfigure7269 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
/toolchain/binutils/binutils-2.25/gas/
DMakefile.am594 testsuite/site.exp site.bak site.exp stage stage1 stage2
627 rm -f stage && ln -s stage1 stage
630 rm -f stage && ln -s stage2 stage
635 rm -f stage && ln -s stage1 stage
638 rm -f stage && ln -s stage2 stage
643 rm -f stage && ln -s stage2 stage
DMakefile.in679 testsuite/site.exp site.bak site.exp stage stage1 stage2
2627 rm -f stage && ln -s stage1 stage
2630 rm -f stage && ln -s stage2 stage
2635 rm -f stage && ln -s stage1 stage
2638 rm -f stage && ln -s stage2 stage
2643 rm -f stage && ln -s stage2 stage
DChangeLog-96971076 * Makefile.am (MOSTLYCLEANFILES): Add site.bak, site.exp, stage,
DChangeLog-92954499 "stage" symlink to the appropriate stage* directory, and use it
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
Dlui-2.s3 # stage in assembly.
/toolchain/binutils/binutils-2.25/bfd/
Dxtensa-isa.c414 int i, stage; in xtensa_isa_num_pipe_stages() local
428 stage = use->stage; in xtensa_isa_num_pipe_stages()
429 if (stage > max_stage) in xtensa_isa_num_pipe_stages()
430 max_stage = stage; in xtensa_isa_num_pipe_stages()
/toolchain/binutils/binutils-2.25/include/
Dxtensa-isa.h433 int stage; member
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c6117 int stage = (rt->opcode_unit_stage) (rt->data, opcode, i); in resources_available() local
6118 int copies_in_use = rt->units[stage + cycle][unit]; in resources_available()
6136 int stage = (rt->opcode_unit_stage) (rt->data, opcode, i); in reserve_resources() local
6141 rt->units[stage + cycle][unit]++; in reserve_resources()
6155 int stage = (rt->opcode_unit_stage) (rt->data, opcode, i); in release_resources() local
6156 gas_assert (rt->units[stage + cycle][unit] > 0); in release_resources()
6157 rt->units[stage + cycle][unit]--; in release_resources()
6177 return use->stage; in opcode_funcUnit_use_stage()
/toolchain/binutils/binutils-2.25/bfd/doc/
DChangeLog-9103479 which makes multi-stage comparisons fail. Compile chew.c to
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-mmix.texi81 that at link stage can be contracted. (Though linker relaxation isn't yet
/toolchain/binutils/binutils-2.25/cpu/
Dcris.cpu230 ; stage, so we need to insert stall-cycles for ordinary insns
249 ; Noteworthy is the placement of the memory stage before the execute stage.
Dm32r.cpu218 ; The contents of a stage description is wip.
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-2005410 (exp_fold_tree_1): Print assert message only in final stage of
DChangeLog-91977372 * Makefile.in: added relax, also made three stage go through a
7373 partial link stage.
/toolchain/binutils/binutils-2.25/ld/emultempl/
Delf32.em250 needed at the stage it was linked, then don't say we have loaded it. */
/toolchain/binutils/binutils-2.25/gprof/
Dgprof.texi2014 During this stage, it may building its symspec list
/toolchain/binutils/binutils-2.25/ld/testsuite/
DChangeLog-93033356 * ld.cdtest/cdtest.exp: Added CXXFLAGS to compile stage.
/toolchain/binutils/binutils-2.25/gas/po/
Dgas.pot3912 #. field in asm_opcode. 'tvalue' is used at the stage this check happen.
15405 #. Shouldn't make it to this stage.
Dru.po12664 #. Shouldn't make it to this stage.
/toolchain/binutils/binutils-2.25/texinfo/
Dtexinfo.tex4475 \indexdummies % Must do this here, since \bf, etc expand at this stage

12