/openbsd/gnu/usr.bin/binutils-2.17/ |
H A D | Makefile.tpl | 773 @[ $(current_stage) = stage[+id+] ] || $(MAKE) stage[+id+]-start 840 all-stage[+id+]: all-stage[+id+]-[+prefix+][+module+] 843 @[ $(current_stage) = stage[+id+] ] || $(MAKE) stage[+id+]-start 855 clean-stage[+id+]: clean-stage[+id+]-[+prefix+][+module+] 1211 stage = : 1223 stage: 1274 .PHONY: stage[+id+]-start stage[+id+]-end 1310 stage[+id+]-bubble:: [+ IF prev +]stage[+prev+]-bubble[+ ENDIF +] 1326 .PHONY: all-stage[+id+] clean-stage[+id+] 1437 +]stage[+id+] [+ ENDIF prev +][+ ENDFOR bootstrap-stage +] [all …]
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | makefile.texi | 96 If you do a change, rebuilding will also start from the first stage 97 and ``bubble'' up the change through the three stages. Each stage 123 @item stage@var{N}-bubble (@var{N} = 1@dots{}4) 127 @item all-stage@var{N} (@var{N} = 1@dots{}4) 148 @item stage@var{N}-start (@var{N} = 1@dots{}4) 150 for example, @file{gcc} points to the stage@var{N} GCC, compiled 155 stage@var{N} GCC. If you only need to execute GCC (but you need 157 you should be able to work directly in the @file{stage@var{N}-gcc} 161 @item stage 163 to indicate its stage. For example, if the @file{gcc} directory [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/Workflow/ |
H A D | Runner.pm | 246 if (!$state->{stage} || $state->{stage} eq 'BEFORE') { 254 my $complete = $state->{stage} && $state->{stage} eq 'AFTER'; 263 $state->{stage} = 'AFTER'; 272 $state->{stage} = 'VARIANT'; 275 elsif ($state->{stage} eq 'VARIANT') { 279 $state->{stage} = 'PRIMARY'; 281 elsif ($state->{stage} eq 'PRIMARY') { 293 $state->{stage} = 'AFTER'; 296 elsif ($state->{stage} eq 'AFTER') {
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | arm1026ejs.md | 62 ;; after the execute stage stage has finished. 82 ;; the execute stage. 92 ;; Multiplication instructions loop in the execute stage until the 97 ;; until after the memory stage. 104 ;; the execute stage; the result is available immediately following 105 ;; the execute stage. 113 ;; the memory stage. 119 ;; The "muls" and "mlas" instructions loop in the execute stage for 166 ;; For 4byte loads there is a bypass from the load stage 192 ;; stage in the LSU pipeline. That is modeled by keeping the ALU [all …]
|
H A D | arm1136jfs.md | 42 ;; - A 4-stage decode pipeline, shared by all three. It has fetch (1), 47 ;; and saturation stages. The fourth stage is writeback; see below. 49 ;; - A 4-stage multiply-accumulate pipeline. It has three stages, called 50 ;; MAC1 through MAC3, and a fourth writeback stage. 52 ;; The 4th-stage writeback is shared between the ALU and MAC pipelines, 54 ;; moved into the writeback stage. Because the two pipelines operate 57 ;; - A 4-stage LSU pipeline. It has address generation, data cache (1), 71 ;; after the alu stage has finished. 91 ;; the shift stage. 219 ;; and are available after the memory stage. [all …]
|
H A D | arm1020e.md | 62 ;; after the execute stage stage has finished. 82 ;; the execute stage. 92 ;; Multiplication instructions loop in the execute stage until the 97 ;; until after the memory stage. 104 ;; the execute stage; the result is available immediately following 105 ;; the execute stage. 112 ;; through the execute stage; the result is not available until after 113 ;; the memory stage. 119 ;; The "muls" and "mlas" instructions loop in the execute stage for 143 ;; the execute stage for five iterations in order to set the flags. [all …]
|
H A D | arm926ejs.md | 54 ;; after the execute stage stage has finished. 68 ;; the execute stage. 78 ;; Multiplication instructions loop in the execute stage until the
|
/openbsd/distrib/notes/i386/ |
H A D | contents | 9 pxeboot MACHINE-specific second-stage PXE bootstrap (for 26 cdbr First-stage CD bootstrap (boot sector), which loads 27 the cdboot second-stage bootstrap. This file is 31 cdboot Second-stage CD bootstrap loader for non-emulation
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | AdvancedBuilds.rst | 32 The Clang CMake build system supports bootstrap (aka multi-stage) builds. At a 33 high level a multi-stage build is a chain of builds that pass data from one 34 stage into the next. The most common and simple version of this is a traditional 48 configurations for each stage. The next series of examples utilize CMake cache 73 general a stage*n* build is built using the output from stage*n-1*. 79 bootstrapping scenario. Apple Clang is built using a 2-stage build. 103 make later stage builds include cache scripts is common in our more advanced 106 Multi-stage PGO 175 The PGO cache has a slightly different stage naming scheme than other 260 be a three stage build. The idea of a three stage build is you take your sources [all …]
|
H A D | StackSafetyAnalysis.rst | 27 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
|
/openbsd/regress/sys/mfs_noperm/ |
H A D | nopermtest.c | 61 const char *mnt, *stage; in main() local 68 stage = argv[2]; in main() 70 if (strcmp(stage, "locked") == 0) in main() 72 else if (strcmp(stage, "unlocked") == 0) in main()
|
/openbsd/distrib/notes/amd64/ |
H A D | contents | 9 pxeboot amd64-specific second-stage PXE bootstrap (for 26 cdbr First-stage CD bootstrap (boot sector), which loads 27 the cdboot second-stage bootstrap. This file is 31 cdboot Second-stage CD bootstrap loader for non-emulation
|
/openbsd/gnu/llvm/clang/cmake/caches/ |
H A D | README.txt | 21 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>
|
H A D | 3-stage.cmake | 16 include(${CMAKE_CURRENT_LIST_DIR}/3-stage-base.cmake)
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCSchedule440.td | 37 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 65 // - Store instructions will hold in the AGEN stage 67 // the IEXE1 stage 70 // the IEXE1 stage. Operations such as multiply and divide must 74 // at the end of the JEXE1 stage. Loads have a 3-cycle latency [all …]
|
/openbsd/usr.sbin/iscsid/ |
H A D | initiator.c | 42 u_int8_t stage; member 204 tl->stage = ISCSI_LOGIN_STG_SECNEG; in initiator_login() 321 initiator_login_kvp(struct connection *c, u_int8_t stage) in initiator_login_kvp() argument 337 switch (stage) { in initiator_login_kvp() 398 if (tl->stage == ISCSI_LOGIN_STG_SECNEG) in initiator_login_build() 402 else if (tl->stage == ISCSI_LOGIN_STG_OPNEG) in initiator_login_build() 413 if (!(kvp = initiator_login_kvp(c, tl->stage))) { in initiator_login_build() 509 tl->stage = ISCSI_LOGIN_F_NSG(lresp->flags); in initiator_login_cb() 511 switch (tl->stage) { in initiator_login_cb()
|
/openbsd/gnu/llvm/llvm/include/llvm/Target/ |
H A D | TargetItinerary.td | 42 // 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
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | makefile.texi | 63 is called a ``stage'', and the results of each stage @var{N} 64 (@var{N} = 1@dots{}3) are copied to a subdirectory @file{stage@var{N}/}. 81 of which stage you're on or what invocation that stage needs.
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | lex.c | 1098 int stage = 0; local 1114 if (stage < 1) 1116 stage = 1; 1126 if (stage < 2) 1134 stage = 2; 1144 stage = 4; /* So we fall through. */ 1147 if ((c=='-' || c =='+') && stage == 2) 1149 stage = 3; 1157 (stage == 3 && JAVA_ASCII_DIGIT (c))) 1161 if (stage == 2) [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | mklibgcc.in | 393 echo 'libgcc-stage-start:' 395 echo ' if [ -d $(stage)/$$dir ]; then true; else '$mkinstalldirs' $(stage)/$$dir; fi; \' 398 echo ' mv $$dir/*'"${objext}"' $(stage)/$$dir; \' 399 echo ' test ! -f $$dir/stacknote.s || mv $$dir/stacknote.s $(stage)/$$dir; \'
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | sh4.md | 92 ;; This is to express the locking of D stage. 93 ;; Note that the issue of a CO group insn also effectively locks the D stage. 113 ;; we need to highlight that they use D stage 130 ;; We don't model all pipeline stages; we model the issue ('D') stage 134 ;; Double issue of EX insns is prevented by using the int unit in the EX stage. 136 ;; pcr_addrcalc unit in the EX stage. 140 ;; pipeline stage after the first D stage. 141 ;; There is no need to describe the [ES]X / [MN]A / S stages after a D stage 142 ;; (except in the cases outlined above), nor to describe the FS stage after 143 ;; the F2 stage. [all …]
|
/openbsd/gnu/llvm/clang/docs/CommandGuide/ |
H A D | clang.rst | 26 This stage handles tokenization of the input source file, macro expansion, 28 output of this stage is typically called a ".i" (for C), ".ii" (for C++), 32 This stage parses the input file, translating preprocessor tokens into a 35 the code is well formed. This stage is responsible for generating most of 36 the compiler warnings as well as parse errors. The output of this stage is 40 This stage translates an AST into low-level intermediate code (known as 50 This stage runs the target assembler to translate the output of the 55 This stage runs the target linker to merge multiple object files into an 74 Run the preprocessor stage. 89 .. option:: no stage selection option [all …]
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | Makefile.am | 687 testsuite/site.exp site.bak site.exp stage stage1 stage2 722 rm -f stage && ln -s stage1 stage 725 rm -f stage && ln -s stage2 stage 730 rm -f stage && ln -s stage1 stage 733 rm -f stage && ln -s stage2 stage 738 rm -f stage && ln -s stage2 stage
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | Makefile.am | 674 testsuite/site.exp site.bak site.exp stage stage1 stage2 738 rm -f stage && ln -s stage1 stage 741 rm -f stage && ln -s stage2 stage 746 rm -f stage && ln -s stage1 stage 749 rm -f stage && ln -s stage2 stage 754 rm -f stage && ln -s stage2 stage
|
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/ |
H A D | Dockerfile | 24 # Build plain LLVM (stage 0) 26 # Configure instrumented LLVM (stage 1)
|