Searched refs:branch (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-10.3-release/contrib/gcc/config/ia64/
H A Dcrtbegin.asm84 * the long branch instructions, and we do not wish every program to
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp1583 // Find out which branch has the lock
1584 bool branch = 0; local
1586 branch = BLE->getValue();
1589 branch = ILE->getValue().getBoolValue();
1591 int branchnum = branch ? 0 : 1;
1594 // If we've taken the trylock branch, then add the lock
2229 /// of each branch being merged. For example, given the following sequence:
/freebsd-10.3-release/contrib/gcc/
H A Dfinal.c303 delayed branch sequence (we don't count the insn needing the
304 delay slot). Zero if not in a delayed branch sequence. */
357 /* Indicate that branch shortening hasn't yet been done. */
383 /* Obtain the current length of an insn. If branch shortening has been done,
449 /* Obtain the current length of an insn. If branch shortening has been done,
457 /* Obtain the current length of an insn. If branch shortening has been done,
502 for branch ranges starting before X, so we can just round what we have.
574 between a branch and its target might grow or shrink depending on
575 the alignment the start insn of the range (the branch for a forward
576 branch o
639 insn_current_reference_address(rtx branch) argument
[all...]
H A Dcse.c560 /* Size of current branch path, if any. */
562 /* Current branch path, indicating which branches will be taken. */
565 /* The branch insn. */
566 rtx branch; member in struct:cse_basic_block_data::branch_path
4537 branch. It will be zero if not.
5902 be a conditional or computed branch. */
6751 block, and the branch path.
6753 The branch path indicates which branches should be followed. If a nonzero
6755 of branches will be taken. The branch path is only used if
6760 the current block. The incoming structure's branch pat
[all...]
/freebsd-10.3-release/gnu/usr.bin/rcs/
H A Drcstest432 branch:
/freebsd-10.3-release/contrib/gcc/config/mips/
H A Dmips.c94 /* If INSN is a delayed branch sequence, return the first instruction
101 /* Likewise for the last instruction in a delayed branch sequence. */
224 /* For generating bposge32 branch instructions in MIPS32 DSP ASE. */
577 /* The next branch instruction is a branch likely, not branch normal. */
3203 /* Convert a comparison into something that can be used in a branch or
3209 otherwise any standard branch condition can be used. The standard branch
3255 set a condition code register. The branch o
9424 const char *branch[2]; local
[all...]
/freebsd-10.3-release/contrib/binutils/bfd/
H A Delf32-spu.c685 /* Return true for all relative and absolute branch instructions.
701 /* Return true for branch hint instructions.
746 /* If this insn isn't a branch then we are possibly taking the
928 enum _insn_type { non_branch, branch, call } insn_type; enumerator in enum:_insn_type
966 insn_type = branch;
1538 /* If we hit a branch then we must be out of the prologue. */
2016 /* This is either a tail call or a branch from one part of
2702 bfd_boolean branch; local
2763 branch = (is_branch (contents + rel->r_offset)
2765 if (needs_ovl_stub (sym_name, sec, input_section, htab, branch))
[all...]
H A Delf32-arm.c2035 /* Information about a VFP11 erratum veneer, or a branch to such a veneer. */
2059 struct elf32_vfp11_erratum_list *branch; member in struct:elf32_vfp11_erratum_list::__anon207::__anon209
2217 /* Nonzero to force PIC branch veneers. */
2880 elf32_vfp11_erratum_list *branch,
2936 newerr->u.v.branch = branch;
2938 branch->u.b.veneer = newerr;
3901 errnode->u.v.branch->vma = vma;
3950 /* The thumb form of a long branch is a bit finicky, because the offset
3952 can occur in any order. So given a thumb form of long branch, an
2879 record_vfp11_erratum_veneer(struct bfd_link_info *link_info, elf32_vfp11_erratum_list *branch, bfd *branch_bfd, asection *branch_sec, unsigned int offset) argument
[all...]
/freebsd-10.3-release/contrib/libgnuregex/
H A Dregcomp.c2151 bin_tree_t *tree, *branch = NULL;
2162 branch = parse_branch (regexp, preg, token, syntax, nest, err);
2163 if (BE (*err != REG_NOERROR && branch == NULL, 0))
2167 branch = NULL;
2168 tree = create_tree (dfa, tree, branch, OP_ALT);
2142 bin_tree_t *tree, *branch = NULL; local
/freebsd-10.3-release/usr.bin/csup/
H A Dupdater.c1545 char *branch, *cmd, *expand, *line, *path, *revnum, *tag, *temppath; local
1604 branch = proto_get_ascii(&line);
1605 if (branch == NULL || line != NULL)
/freebsd-10.3-release/gnu/usr.bin/grep/
H A Ddfa.c1171 regexp OR branch
1172 branch
1174 branch:
1175 branch closure
1331 branch (void) function
1344 branch();
1348 branch();
/freebsd-10.3-release/sys/mips/mips/
H A Dfp.S1987 bne t3, zero, 5f # branch if no carry
1997 beq v1, zero, 4f # branch if no carry
1999 bne t3, zero, 4f # branch if no carry
/freebsd-10.3-release/contrib/gcc/config/arm/
H A Dieee754-sf.S424 @ If power of two, branch to a separate path.
H A Dieee754-df.S564 @ If power of two, branch to a separate path.
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c187 * | | whole-branch | diff-and-apply |
4508 ### branch to the trunk while automatically ignoring the revisions
10948 * that are not present in the source branch.
10951 * branch SOURCE_PATHREV. Extend SOURCE_MERGEINFO, modifying it in
11394 /* We never merged to the source. Just return the branch point. */
11550 /* Left side: trunk@youngest-trunk-rev-merged-to-branch-at-specified-peg-rev
11551 * Right side: branch@specified-peg-revision */
11923 /* The location-history of a branch.
11925 * This structure holds the set of path-revisions occupied by a branch,
11928 * the branch
12031 branch_history_get_endpoints(svn_client__pathrev_t **oldest_p, svn_client__pathrev_t **youngest_p, const branch_history_t *branch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c660 #define BAD_BRANCH _("branch must be last instruction in IT block")
2378 it needs to perform a branch to a far away location. These labels
2945 as_bad (_("(plt) is only valid on branch targets"));
5040 /* Parse the operands of a table branch instruction. Similar to a memory
5403 OP_TB, /* Table branch. */
6688 /* ARM V5 branch-link-exchange instruction (argument parse)
8902 /* A branch must be the last instruction in an IT block. */
8963 /* If the destination of the branch is a defined symbol which does not have
8966 function and change the branch to refer to that function instead. */
14965 tCE(b, a000000, b, 1, (EXPr), branch, t_branc
[all...]

Completed in 525 milliseconds

12