Home
last modified time | relevance | path

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

12345678910>>...22

/netbsd-src/external/gpl3/gcc/dist/
H A 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/binutils.old/dist/
H A DMakefile.tpl509 [+ FOR bootstrap-stage +]
519 [+ ENDFOR bootstrap-stage +]
690 "[+flag+]=$([+flag+])"[+ ENDIF optional+][+ ENDFOR flags_to_pass +][+ FOR bootstrap-stage +] \
694 "STAGE[+id+]_TFLAGS=$(STAGE[+id+]_TFLAGS)"[+ ENDFOR bootstrap-stage +] \
1184 .PHONY: configure-stage[+id+]-[+prefix+][+module+] maybe-configure-stage[+id+]-[+prefix+][+module+]
1185 maybe-configure-stage[+id+]-[+prefix+][+module+]:
1187 maybe-configure-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+]
1188 configure-stage[+id+]-[+prefix+][+module+]:
1189 @[ $(current_stage) = stage[+id+] ] || $(MAKE) stage[+id+]-start
1218 echo Configuring stage [+id+] in [+subdir+]/[+module+]; \
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMakefile.tpl454 [+ FOR bootstrap-stage +]
464 [+ ENDFOR bootstrap-stage +]
635 "[+flag+]=$([+flag+])"[+ ENDIF optional+][+ ENDFOR flags_to_pass +][+ FOR bootstrap-stage +] \
639 "STAGE[+id+]_TFLAGS=$(STAGE[+id+]_TFLAGS)"[+ ENDFOR bootstrap-stage +] \
1111 .PHONY: configure-stage[+id+]-[+prefix+][+module+] maybe-configure-stage[+id+]-[+prefix+][+module+]
1112 maybe-configure-stage[+id+]-[+prefix+][+module+]:
1114 maybe-configure-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+]
1115 configure-stage[+id+]-[+prefix+][+module+]:
1116 @[ $(current_stage) = stage[+id+] ] || $(MAKE) stage[+id+]-start
1145 echo Configuring stage [+id+] in [+subdir+]/[+module+]; \
[all …]
/netbsd-src/external/gpl3/binutils/dist/
H A 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/lib/libc/posix1e/
H A Dacl_support.c183 int stage = ACL_USER_OBJ; in _posix1e_acl_check() local
202 if (stage > ACL_USER_OBJ) in _posix1e_acl_check()
204 stage = ACL_USER; in _posix1e_acl_check()
210 if (stage > ACL_USER) in _posix1e_acl_check()
212 stage = ACL_USER; in _posix1e_acl_check()
222 if (stage > ACL_GROUP_OBJ) in _posix1e_acl_check()
224 stage = ACL_GROUP; in _posix1e_acl_check()
230 if (stage > ACL_GROUP) in _posix1e_acl_check()
232 stage = ACL_GROUP; in _posix1e_acl_check()
241 if (stage > ACL_MASK) in _posix1e_acl_check()
[all …]
/netbsd-src/external/bsd/pdisk/dist/
H A 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/
H A 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/gpl3/gcc/dist/gcc/doc/
H A 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 …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A 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 …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A 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/external/apache2/llvm/dist/llvm/docs/
H A DAdvancedBuilds.rst25 The Clang CMake build system supports bootstrap (aka multi-stage) builds. At a
26 high level a multi-stage build is a chain of builds that pass data from one
27 stage into the next. The most common and simple version of this is a traditional
30 In a simple two-stage bootstrap build, we build clang using the system compiler,
41 configurations for each stage. The next series of examples utilize CMake cache
66 general a stage*n* build is built using the output from stage*n-1*.
72 bootstrapping scenario. Apple Clang is built using a 2-stage build.
96 make later stage builds include cache scripts is common in our more advanced
99 Multi-stage PGO
103 clang generates. Our multi-stage PGO builds are a workflow for generating PGO
[all …]
H A DStackSafetyAnalysis.rst27 The intra-procedural, or 'local', stage performs a depth-first search inside
29 arguments functions. After this stage we know which parts of the alloca are used
33 The inter-procedural, or 'global', stage, resolves what happens to allocas after
34 they are passed as function arguments. This stage performs a depth-first search
38 When used with ThinLTO, the global stage performs a whole program analysis over
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A 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/
H A 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
H A 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 …]
H A 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 …]
H A 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
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A 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
H A 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 …]
H A 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 …]
H A 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
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A 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/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSchedule440.td37 def P440_IEXE1 : FuncUnit; // Execution stage 1 for the I pipeline
38 def P440_IEXE2 : FuncUnit; // Execution stage 2 for the I pipeline
40 def P440_JEXE1 : FuncUnit; // Execution stage 1 for the J pipeline
41 def P440_JEXE2 : FuncUnit; // Execution stage 2 for the J pipeline
46 def P440_FEXE1 : FuncUnit; // Execution stage 1 for the F pipeline
47 def P440_FEXE2 : FuncUnit; // Execution stage 2 for the F pipeline
48 def P440_FEXE3 : FuncUnit; // Execution stage 3 for the F pipeline
49 def P440_FEXE4 : FuncUnit; // Execution stage 4 for the F pipeline
50 def P440_FEXE5 : FuncUnit; // Execution stage 5 for the F pipeline
51 def P440_FEXE6 : FuncUnit; // Execution stage 6 for the F pipeline
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/cmake/caches/
H A DREADME.txt21 The Apple stage1 cache configures a two stage build similar to how Apple builds
31 The PGO CMake cache can be used to generate a multi-stage instrumented compiler.
63 3-stage
66 This cache file can be used to generate a 3-stage clang build. You can configure
69 cmake -C <path to clang>/cmake/caches/3-stage.cmake -G Ninja <path to llvm>
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetItinerary.td42 // Instruction stage - These values represent a non-pipelined step in
44 // discrete time slots needed to complete the stage. Units represent
46 // stage. Eg. IntUnit1, IntUnit2. TimeInc indicates how many cycles
47 // should elapse from the start of this stage to the start of the next
48 // stage in the itinerary. For example:
50 // A stage is specified in one of two ways:
59 int Cycles = cycles; // length of stage in machine cycles
61 int TimeInc = timeinc; // cycles till start of next stage

12345678910>>...22