Home
last modified time | relevance | path

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

12345678910>>...12

/netbsd/src/external/gpl3/gcc/dist/
DMakefile.tpl506 [+ FOR bootstrap-stage +]
516 [+ ENDFOR bootstrap-stage +]
692 … "[+flag+]=$([+flag+])"[+ ENDIF optional+][+ ENDFOR flags_to_pass +][+ FOR bootstrap-stage +] \
696 "STAGE[+id+]_TFLAGS=$(STAGE[+id+]_TFLAGS)"[+ ENDFOR bootstrap-stage +] \
1186 .PHONY: configure-stage[+id+]-[+prefix+][+module+] maybe-configure-stage[+id+]-[+prefix+][+module+]
1187 maybe-configure-stage[+id+]-[+prefix+][+module+]:
1189 maybe-configure-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+]
1190 configure-stage[+id+]-[+prefix+][+module+]:
1191 @[ $(current_stage) = stage[+id+] ] || $(MAKE) stage[+id+]-start
1220 echo Configuring stage [+id+] in [+subdir+]/[+module+]; \
[all …]
/netbsd/src/external/gpl3/gdb/dist/
DMakefile.tpl511 [+ FOR bootstrap-stage +]
521 [+ ENDFOR bootstrap-stage +]
706 … "[+flag+]=$([+flag+])"[+ ENDIF optional+][+ ENDFOR flags_to_pass +][+ FOR bootstrap-stage +] \
710 "STAGE[+id+]_TFLAGS=$(STAGE[+id+]_TFLAGS)"[+ ENDFOR bootstrap-stage +] \
1206 .PHONY: configure-stage[+id+]-[+prefix+][+module+] maybe-configure-stage[+id+]-[+prefix+][+module+]
1207 maybe-configure-stage[+id+]-[+prefix+][+module+]:
1209 maybe-configure-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+]
1210 configure-stage[+id+]-[+prefix+][+module+]:
1211 @[ $(current_stage) = stage[+id+] ] || $(MAKE) stage[+id+]-start
1240 echo Configuring stage [+id+] in [+subdir+]/[+module+]; \
[all …]
/netbsd/src/external/gpl3/binutils/dist/
DMakefile.tpl517 [+ FOR bootstrap-stage +]
527 [+ ENDFOR bootstrap-stage +]
712 … "[+flag+]=$([+flag+])"[+ ENDIF optional+][+ ENDFOR flags_to_pass +][+ FOR bootstrap-stage +] \
716 "STAGE[+id+]_TFLAGS=$(STAGE[+id+]_TFLAGS)"[+ ENDFOR bootstrap-stage +] \
1212 .PHONY: configure-stage[+id+]-[+prefix+][+module+] maybe-configure-stage[+id+]-[+prefix+][+module+]
1213 maybe-configure-stage[+id+]-[+prefix+][+module+]:
1215 maybe-configure-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+]
1216 configure-stage[+id+]-[+prefix+][+module+]:
1217 @[ $(current_stage) = stage[+id+] ] || $(MAKE) stage[+id+]-start
1246 echo Configuring stage [+id+] in [+subdir+]/[+module+]; \
[all …]
/netbsd/src/external/bsd/pdisk/dist/
Dutil.c135 int stage; in get_version_string() local
140 case development: stage = 'd'; break; in get_version_string()
141 case alpha: stage = 'a'; break; in get_version_string()
142 case beta: stage = 'b'; break; in get_version_string()
143 case final: stage = 'f'; break; in get_version_string()
144 default: stage = '?'; break; in get_version_string()
153 kVersionMajor, kVersionMinor, kVersionBugFix, stage, kVersionDelta); in get_version_string()
161 kVersionMajor, kVersionMinor, stage, kVersionDelta); in get_version_string()
/netbsd/src/usr.sbin/ndbootd/
DREADME24 find a second-stage boot program in the file
36 BOOT1-BIN is a file containing the mandatory first-stage network boot
40 blocks 1-15: the first-stage network boot program
42 With the --boot2 option, ndbootd will also make a second-stage network
44 filename BOOT2-BIN, that file is the second-stage network boot program
48 client's second-stage network boot program by turning its IP address
53 replacement for tftp when used with an ND-aware first-stage boot
56 Any second-stage network boot program always begins at block 16 of the
57 exported disk, regardless of the length of the first-stage network
60 Whether or not there is a second-stage network boot program, the
[all …]
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_read_support_filter_lz4.c62 } stage; member
234 state->stage = SELECT_STREAM; in lz4_reader_init()
303 switch (state->stage) { in lz4_filter_read()
314 if (ret != 0 || state->stage != SELECT_STREAM) in lz4_filter_read()
319 if (ret != 0 || state->stage != SELECT_STREAM) in lz4_filter_read()
329 while (state->stage == SELECT_STREAM) { in lz4_filter_read()
624 if (state->stage == SELECT_STREAM) { in lz4_filter_read_default_stream()
625 state->stage = READ_DEFAULT_STREAM; in lz4_filter_read_default_stream()
629 state->stage = READ_DEFAULT_BLOCK; in lz4_filter_read_default_stream()
637 state->stage = SELECT_STREAM; in lz4_filter_read_default_stream()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dmakefile.texi87 for @command{make} is to do a full three-stage bootstrap. This means
91 results, which @samp{make compare} can check. Each stage is configured
95 If you do a change, rebuilding will also start from the first stage
96 and ``bubble'' up the change through the three stages. Each stage
117 Performs only the first two stages of bootstrap. Unlike a three-stage
122 @item stage@var{N}-bubble (@var{N} = 1@dots{}4, profile, feedback)
126 @item all-stage@var{N} (@var{N} = 1@dots{}4, profile, feedback)
127 Assuming that stage @var{N} has already been built, rebuild it with the
147 @item stage@var{N}-start (@var{N} = 1@dots{}4, profile, feedback)
149 for example, @file{gcc} points to the stage@var{N} GCC, compiled
[all …]
Dlto.texi117 This stage executes in parallel. Every file in the program is compiled
119 call-graph and summary information. This stage is the same for both
126 phase 3. The results of the WPA stage are stored into new object files
131 This stage executes in parallel. All the decisions made during phase 2
144 the WPA stage. The whole program is split into a given number of
284 @code{struct ipa_opt_pass_d}). This stage analyzes every function
289 @code{struct ipa_opt_pass_d}). This stage writes all the
301 @code{struct ipa_opt_pass_d}). This stage reads all the
331 based on the information passed down from the @emph{Execute} stage.
357 WHOPR mode. It defines only the @emph{Execute} stage and during
[all …]
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_daa.c33 BYTE stage, /* in */ in TCSP_DaaJoin_internal() argument
56 LogDebug("load BYTE: stage: %x", stage); in TCSP_DaaJoin_internal()
57 LoadBlob( &offset, sizeof(BYTE), txBlob, &stage); in TCSP_DaaJoin_internal()
75 if ((result = tpm_rqu_build(TPM_ORD_DAA_Join, &offset, txBlob, handle, stage, inputSize0, in TCSP_DaaJoin_internal()
114 BYTE stage, /* in */ in TCSP_DaaSign_internal() argument
138 LogDebug("load BYTE: stage: %x", stage); in TCSP_DaaSign_internal()
139 LoadBlob( &offset, sizeof(BYTE), txBlob, &stage); in TCSP_DaaSign_internal()
157 if ((result = tpm_rqu_build(TPM_ORD_DAA_Sign, &offset, txBlob, handle, stage, inputSize0, in TCSP_DaaSign_internal()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
Drpc_daa.c35 BYTE stage; in tcs_wrap_DaaJoin() local
51 if (getData(TCSD_PACKET_TYPE_BYTE, 2, &stage, 0, &data->comm)) in tcs_wrap_DaaJoin()
53 LogDebug("getData 2 (stage=%d)", (int)stage); in tcs_wrap_DaaJoin()
103 result = TCSP_DaaJoin_internal(hContext, hDAA, stage, inputSize0, inputData0, inputSize1, in tcs_wrap_DaaJoin()
141 BYTE stage; in tcs_wrap_DaaSign() local
157 if (getData(TCSD_PACKET_TYPE_BYTE, 2, &stage, 0, &data->comm)) in tcs_wrap_DaaSign()
159 LogDebugFn("getData 2 (stage=%d)", (int)stage); in tcs_wrap_DaaSign()
211 result = TCSP_DaaSign_internal(hContext, hDAA, stage, inputSize0, inputData0, inputSize1, in tcs_wrap_DaaSign()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Dvfp11.md25 ;; - A 8-stage FMAC pipeline (7 execute + writeback) with forward from
26 ;; fourth stage for simple operations.
28 ;; - A 5-stage DS pipeline (4 execute + writeback) for divide/sqrt insns.
29 ;; These insns also uses first execute stage of FMAC pipeline.
31 ;; - A 4-stage LS pipeline (execute + 2 memory + writeback) with forward from
32 ;; second memory stage for loads.
36 ;; to model the first stage of each pipeline
Darm1026ejs.md61 ;; after the execute stage has finished.
89 ;; the execute stage.
101 ;; Multiplication instructions loop in the execute stage until the
106 ;; until after the memory stage.
113 ;; the execute stage; the result is available immediately following
114 ;; the execute stage.
121 ;; through the execute stage; the result is not available until after
122 ;; the memory stage.
128 ;; The "muls" and "mlas" instructions loop in the execute stage for
152 ;; the execute stage for five iterations in order to set the flags.
[all …]
Darm1136jfs.md41 ;; - A 4-stage decode pipeline, shared by all three. It has fetch (1),
45 ;; - A 4-stage ALU pipeline. It has shifter, ALU (main integer operations),
46 ;; and saturation stages. The fourth stage is writeback; see below.
48 ;; - A 4-stage multiply-accumulate pipeline. It has three stages, called
49 ;; MAC1 through MAC3, and a fourth writeback stage.
51 ;; The 4th-stage writeback is shared between the ALU and MAC pipelines,
53 ;; moved into the writeback stage. Because the two pipelines operate
56 ;; - A 4-stage LSU pipeline. It has address generation, data cache (1),
58 ;; including the writeback stage, is independent from the ALU & LSU pipes.)
70 ;; after the alu stage has finished.
[all …]
Dcortex-a5.md30 ;; first execute stage because instructions always advance one stage
46 ;; The floating-point add pipeline (ex1/f1 stage), used to model the usage
90 ;; The multiplier pipeline can forward results from wr stage only so
103 ;; Address-generation happens in the issue stage, which is one stage behind
104 ;; the ex1 stage (the first stage we care about for scheduling purposes). The
105 ;; dc1 stage is parallel with ex1, dc2 with ex2 and rot with wr.
268 ;; ??? The flag forwarding from fmstat to the ex2 stage of the second
Darm1020e.md61 ;; after the execute stage has finished.
89 ;; the execute stage.
101 ;; Multiplication instructions loop in the execute stage until the
106 ;; until after the memory stage.
113 ;; the execute stage; the result is available immediately following
114 ;; the execute stage.
121 ;; through the execute stage; the result is not available until after
122 ;; the memory stage.
128 ;; The "muls" and "mlas" instructions loop in the execute stage for
152 ;; the execute stage for five iterations in order to set the flags.
[all …]
Dmarvell-f-iwmmxt.md28 ;; This is a 7-stage pipelines:
35 ;; the issue stage that it takes for the result of the instruction to
174 ;There is a forwarding path from ME3 stage
185 ;There is a forwarding path from MW stage
Dcortex-a7.md70 ;; We only model the first execution stage because
71 ;; instructions always advance one stage per cycle in order.
90 ;; The floating-point add pipeline (ex1/f1 stage), used to model the usage
167 ;; The multiplier pipeline can forward results from wr stage only so
193 ;; Address-generation happens in the issue stage.
195 ;; and occupy only one pipeline stage.
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
Drpc_daa.c31 BYTE stage, // in in RPC_DaaJoin_TP() argument
43 LogDebugFn("stage=%d", stage); in RPC_DaaJoin_TP()
51 if (setData(TCSD_PACKET_TYPE_BYTE, 2, &stage, 0, &hte->comm)) in RPC_DaaJoin_TP()
109 BYTE stage, // in in RPC_DaaSign_TP() argument
121 LogDebugFn("stage=%d", stage); in RPC_DaaSign_TP()
129 if (setData(TCSD_PACKET_TYPE_BYTE, 2, &stage, 0, &hte->comm)) in RPC_DaaSign_TP()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
Dinf-thr-count.c28 volatile int stage = 0; variable
36 stage = 1; in thread_func()
71 stage = 2; in main()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
Dplatform.c44 BYTE stage, // in in Tcsip_TPM_DAA_Join() argument
71 stage); in Tcsip_TPM_DAA_Join()
81 Trspi_LoadBlob_BYTE(&offset, stage, hashblob); in Tcsip_TPM_DAA_Join()
102 stage, in Tcsip_TPM_DAA_Join()
114 stage, in Tcsip_TPM_DAA_Join()
127 (int)stage, (int)*outputSize, (int)outputData, (int)result); in Tcsip_TPM_DAA_Join()
137 BYTE stage, // in in Tcsip_TPM_DAA_Sign() argument
165 stage); in Tcsip_TPM_DAA_Sign()
175 Trspi_LoadBlob_BYTE(&offset, stage, hashblob); in Tcsip_TPM_DAA_Sign()
196 stage, in Tcsip_TPM_DAA_Sign()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh4.md84 ;; This is to express the locking of D stage.
85 ;; Note that the issue of a CO group insn also effectively locks the D stage.
102 ;; we need to highlight that they use D stage
117 ;; We don't model all pipeline stages; we model the issue ('D') stage
121 ;; Double issue of EX insns is prevented by using the int unit in the EX stage.
123 ;; pcr_addrcalc unit in the EX stage.
127 ;; pipeline stage after the first D stage.
128 ;; There is no need to describe the [ES]X / [MN]A / S stages after a D stage
129 ;; (except in the cases outlined above), nor to describe the FS stage after
130 ;; the F2 stage.
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dcache.c842 FRV_CACHE_STAGE *stage = & p->stages[LAST_STAGE]; in pipeline_requeue_request() local
843 FRV_CACHE_REQUEST *req = stage->request; in pipeline_requeue_request()
844 stage->request = NULL; in pipeline_requeue_request()
866 FRV_CACHE_STAGE *stage = & pipeline->stages[i]; in next_priority() local
867 if (stage->request != NULL && stage->request->priority > lowest) in next_priority()
868 lowest = stage->request->priority; in next_priority()
922 pipeline_stage_request (FRV_CACHE_PIPELINE *p, int stage) in pipeline_stage_request() argument
924 return p->stages[stage].request; in pipeline_stage_request()
930 int stage; in advance_pipelines() local
943 for (stage = LAST_STAGE; stage > FIRST_STAGE; --stage) in advance_pipelines()
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/
DMakefile.am571 testsuite/site.exp site.bak site.exp development.exp stage stage1 stage2
604 rm -f stage && ln -s stage1 stage
607 rm -f stage && ln -s stage2 stage
612 rm -f stage && ln -s stage1 stage
615 rm -f stage && ln -s stage2 stage
620 rm -f stage && ln -s stage2 stage
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
Daesp8-ppc.pl89 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11));
174 vsel $stage,$outhead,$outtail,$outmask
177 stvx $stage,0,$out
194 vsel $stage,$outhead,$outtail,$outmask
197 stvx $stage,0,$out
211 vsel $stage,$outhead,$outtail,$outmask
214 stvx $stage,0,$out
224 vsel $stage,$outhead,$outtail,$outmask
226 stvx $stage,0,$out
239 vsel $stage,$outhead,$outtail,$outmask
[all …]
/netbsd/src/sys/arch/vax/boot/boot/
Dversion22 1.7: Add support for loading a 2nd stage boot in either a.out or ELF.
23 Add support for loading a 2nd stage boot directly to its desired

12345678910>>...12