| /netbsd-src/external/lgpl3/mpfr/dist/ |
| H A D | version-ext.sh | 33 git tag --contains | $SED -n 's/-root$//p' > excluded-branches 36 $GREP -v '^(' | $GREP -v -F -f excluded-branches -x || true` 37 rm excluded-branches
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | BRANCHES | 7 This table lists branches created by particular organizations. Please 16 CodeSourcery toolchain release branches. 17 Please do not commit to these branches without 22 CodeSourcery branded GNU Toolchain release branches.
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | BRANCHES | 7 This table lists branches created by particular organizations. Please 16 CodeSourcery toolchain release branches. 17 Please do not commit to these branches without 22 CodeSourcery branded GNU Toolchain release branches.
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | analyze_brprob.py | 149 def branches(self): member in Summary 168 return 100.0 * self.successfull_branches() / self.branches() 195 (self.name, self.branches(), 196 percentage(self.branches(), branches_max), 245 return max([v.branches() for k, v in self.heuristics.items()]) 254 sorter = lambda x: x.branches()
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | analyze_brprob.py | 146 def branches(self): member in Summary 165 return 100.0 * self.successfull_branches() / self.branches() 192 (self.name, self.branches(), 193 percentage(self.branches(), branches_max), 242 return max([v.branches() for k, v in self.heuristics.items()]) 251 sorter = lambda x: x.branches()
|
| /netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
| H A D | bugzilla-close-candidate.py | 77 branches = get_branches_by_comments(comments) 78 if len(branches): 79 branches_str = ','.join(sorted(list(branches)))
|
| H A D | update_version_svn | 21 BRANCHES=`$SVN ls $SVNROOT/branches \ 42 SVNROOT2=${SVNROOT}/branches/${BRANCH}
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/pdp11/ |
| H A D | pdp11-modes.def | 24 all conditional branches are valid with this. 29 branches don't apply then (no such thing when comparing with zero) 30 and signed branches that use V need to clear V first if they are to 39 copied to the CPU before being used in conditional branches. */
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pdp11/ |
| H A D | pdp11-modes.def | 24 all conditional branches are valid with this. 29 branches don't apply then (no such thing when comparing with zero) 30 and signed branches that use V need to clear V first if they are to 39 copied to the CPU before being used in conditional branches. */
|
| /netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/ |
| H A D | bugzilla-close-candidate.py | 94 branches = sorted(list(get_branches_by_comments(comments)), 96 if branches: 97 branches_str = ','.join(branches)
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-m68hc11.texi | 100 @cindex @samp{--short-branches} 101 @item --short-branches 102 The @samp{--short-branches} option turns off the translation of 103 relative branches into absolute branches when the branch offset is 111 @samp{jmp} and the conditional branches instructions are inverted and 117 @cindex @samp{--force-long-branches} 118 @item --force-long-branches 119 The @samp{--force-long-branches} option forces the translation of 120 relative branches into absolute branches. This option does not affect 419 by the @samp{--short-branches} or @samp{--force-long-branches} options. [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-m68hc11.texi | 100 @cindex @samp{--short-branches} 101 @item --short-branches 102 The @samp{--short-branches} option turns off the translation of 103 relative branches into absolute branches when the branch offset is 111 @samp{jmp} and the conditional branches instructions are inverted and 117 @cindex @samp{--force-long-branches} 118 @item --force-long-branches 119 The @samp{--force-long-branches} option forces the translation of 120 relative branches into absolute branches. This option does not affect 419 by the @samp{--short-branches} or @samp{--force-long-branches} options. [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
| H A D | mipself.em | 252 { "compact-branches", no_argument, NULL, OPTION_COMPACT_BRANCHES }, 253 { "no-compact-branches", no_argument, NULL, OPTION_NO_COMPACT_BRANCHES }, 272 --compact-branches Generate compact branches/jumps for MIPS R6\n" 275 --no-compact-branches Generate delay slot branches/jumps for MIPS R6\n"
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
| H A D | mipself.em | 252 { "compact-branches", no_argument, NULL, OPTION_COMPACT_BRANCHES }, 253 { "no-compact-branches", no_argument, NULL, OPTION_NO_COMPACT_BRANCHES }, 272 --compact-branches Generate compact branches/jumps for MIPS R6\n" 275 --no-compact-branches Generate delay slot branches/jumps for MIPS R6\n"
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 51 uint64_t branches = 0; member 705 int branches = 0, execBranches = 0, takenBranches = 0; in collectSourceLine() local 707 ++branches; in collectSourceLine() 713 if (branches > 1) { in collectSourceLine() 714 summary->branches += branches; in collectSourceLine() 928 if (summary.branches == 0) { in printSummary() 932 double(summary.branchesExec) * 100 / summary.branches, in printSummary() 933 summary.branches); in printSummary() 935 double(summary.branchesTaken) * 100 / summary.branches, in printSummary() 936 summary.branches); in printSummary()
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/mips64/ |
| H A D | README | 38 1. On the R4000 and R4400, branches, both the plain and the "likely" ones, 42 On the R4600, branches takes a single cycle 44 On the R8000, branches often take no noticeable cycles, as they are
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/ |
| H A D | dflags.ms | 13 ; 8-bit branches. 37 ; 16-bit branches
|
| /netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
| H A D | dc-simple | 20 # Create a two level switch statement. The first level branches on bits 21 # 0..5 while the second level branches on bits 21..31
|
| /netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/ |
| H A D | dc-simple | 20 # Create a two level switch statement. The first level branches on bits 21 # 0..5 while the second level branches on bits 21..31
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gcov.c | 209 vector<arc_info *> branches; variable 219 line_info::line_info (): count (0), branches (), blocks (), exists (false), in line_info() 350 int branches; member 1071 json::array *branches = new json::array (); in output_intermediate_json_line() local 1072 lineo->set ("branches", branches); in output_intermediate_json_line() 1076 for (it = line->branches.begin (); it != line->branches.end (); in output_intermediate_json_line() 1086 branches->append (branch); in output_intermediate_json_line() 2300 coverage->branches++; in add_branch_counts() 2392 if (coverage->branches) in file_summary() 2396 coverage->branches, 2), in file_summary() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gcov.cc | 209 vector<arc_info *> branches; member in line_info 219 line_info::line_info (): count (0), branches (), blocks (), exists (false), in line_info() 350 int branches; member 1116 json::array *branches = new json::array (); in output_intermediate_json_line() local 1117 lineo->set ("branches", branches); in output_intermediate_json_line() 1121 for (it = line->branches.begin (); it != line->branches.end (); in output_intermediate_json_line() 1131 branches->append (branch); in output_intermediate_json_line() 2425 coverage->branches++; in add_branch_counts() 2517 if (coverage->branches) in file_summary() 2521 coverage->branches, 2), in file_summary() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| H A D | s390.opt | 237 Wrap all indirect branches into execute in order to disable branch 254 Wrap all indirect return branches into execute in order to disable branch 259 Wrap indirect return branches into execute in order to disable branch 260 prediction. This affects only branches where the return address is 265 Wrap indirect return branches into execute in order to disable branch 266 prediction. This affects only branches where the return address
|
| /netbsd-src/sys/arch/m68k/060sp/dist/ |
| H A D | iskeletn.s | 66 # _isp_unimp() branches to here so that the operating system 85 # stack frame and branches to this routine. 118 # Integer Instruction stack frame and branches to this routine. 123 # stack frame and branches to the _real_trace() entry point.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | s390.opt | 243 Wrap all indirect branches into execute in order to disable branch 260 Wrap all indirect return branches into execute in order to disable branch 265 Wrap indirect return branches into execute in order to disable branch 266 prediction. This affects only branches where the return address is 271 Wrap indirect return branches into execute in order to disable branch 272 prediction. This affects only branches where the return address
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | rcs.c | 970 if (rnode->branches != NULL) in free_rcsvers_contents() 971 dellist (&rnode->branches); in free_rcsvers_contents() 2727 if (vn->branches == NULL) in RCS_getbranch() 2730 head = vn->branches->list; in RCS_getbranch() 2855 vp = rev->branches->list->next; in RCS_getbranchpoint() 2856 while (vp != rev->branches->list) in RCS_getbranchpoint() 2869 if (vp == rev->branches->list) in RCS_getbranchpoint() 3050 if (vers->branches == NULL) in RCS_getdatebranch() 3055 for (p = vers->branches->list->next; p != vers->branches->list; p = p->next) in RCS_getdatebranch() 3059 if (p == vers->branches->list) in RCS_getdatebranch() [all …]
|