Home
last modified time | relevance | path

Searched refs:branches (Results 1 – 25 of 825) sorted by relevance

12345678910>>...33

/netbsd-src/external/lgpl3/mpfr/dist/
H A Dversion-ext.sh33 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 DBRANCHES7 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 DBRANCHES7 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 Danalyze_brprob.py149 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 Danalyze_brprob.py146 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 Dbugzilla-close-candidate.py77 branches = get_branches_by_comments(comments)
78 if len(branches):
79 branches_str = ','.join(sorted(list(branches)))
H A Dupdate_version_svn21 BRANCHES=`$SVN ls $SVNROOT/branches \
42 SVNROOT2=${SVNROOT}/branches/${BRANCH}
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11-modes.def24 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 Dpdp11-modes.def24 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 Dbugzilla-close-candidate.py94 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 Dc-m68hc11.texi100 @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 Dc-m68hc11.texi100 @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 Dmipself.em252 { "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 Dmipself.em252 { "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 DGCOV.cpp51 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 DREADME38 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 Ddflags.ms13 ; 8-bit branches.
37 ; 16-bit branches
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Ddc-simple20 # 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 Ddc-simple20 # 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 Dgcov.c209 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 Dgcov.cc209 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 Ds390.opt237 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 Diskeletn.s66 # _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 Ds390.opt243 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 Drcs.c970 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 …]

12345678910>>...33