HomeSort by relevance Sort by last modified time
    Searched full:branch (Results 451 - 475 of 4746) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 10 // This pass expands a branch or jump instruction into a long branch if its
33 #define DEBUG_TYPE "mips-long-branch"
38 "skip-mips-long-branch",
40 cl::desc("MIPS: Skip long branch pass."),
44 "force-mips-long-branch",
70 return "Mips Long Branch";
133 // Return if MBB has no branch instructions.
140 // MBB has only one branch instruction if FirstBr is not a branch
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
Utils.java 39 * convert byte arrays to hex strings etc. Generate tags and branch identifiers
164 * generate a branch identifier.
167 * used as a branch identifier.
184 String branch = topmostVia.getBranch(); local
185 return branch != null && branch.endsWith(this.signature);
197 throw new RuntimeException("Duplicate Branch ID");
SIPConstants.java 48 * Prefix for the branch parameter that identifies
49 * BIS 09 compatible branch strings. This indicates
50 * that the branch may be as a global identifier for
  /external/proguard/src/proguard/optimize/peephole/
ReachableCodeMarker.java 33 * This AttributeVisitor finds all instruction offsets, branch targets, and
147 // Mark the branch target.
164 // Mark the branch targets of the default jump offset.
170 // Mark the branch targets of the jump offsets.
199 * Marks the branch targets of the given jump offsets for the instruction
212 * Marks the branch target at the given offset.
247 // Mark the branch targets, if any.
  /external/skia/infra/bots/
git_utils.py 45 This class allows one to create a new branch in a repository to make changes,
46 then it commits the changes, switches to master branch, and deletes the
47 created temporary branch upon exit.
61 if self._branch_name in subprocess.check_output(['git', 'branch']).split():
62 subprocess.check_call(['git', 'branch', '-D', self._branch_name])
91 subprocess.check_call(['git', 'branch', '-D', self._branch_name])
114 commit: commit hash, branch, or tag within refspec, indicating what point
  /prebuilts/qemu-kernel/
update_emu_kernels.sh 20 # kernel_img[branch]="build_server_output local_file_name"
44 branch=$branch_prefix$key
45 branch_url=$build_server/builds/$branch-linux-kernel
55 read -p "Enter build number for $branch: [$build]" input
59 echo Fetching build $build from branch $branch
69 printf "$branch - build: $build\n" >> emu_kernel.commitmsg
  /external/fmtlib/support/
manage.py 6 manage.py release [<branch>]
56 def clean_checkout(repo, branch):
59 repo.checkout(branch)
176 branch = args.get('<branch>')
177 if branch is None:
178 branch = 'master'
179 if not fmt_repo.update('-b', branch, fmt_repo_url):
180 clean_checkout(fmt_repo, branch)
  /external/llvm/docs/
BlockFrequencyTerminology.rst 15 Branch Probability
19 outgoing edge. These are called branch probabilities. For a given block, the
20 sum of its outgoing branch probabilities should be 1.0.
22 Branch Weight
27 branch probability associated with a given edge is its own weight divided by
50 See :doc:`BranchWeightMetadata` for details about the branch weight IR
75 distributed to successors according to branch weights. Block Mass uses a
122 * every branch weight is assumed to be 1 (i.e., every branch probability
  /external/llvm/lib/Target/Hexagon/
HexagonBranchRelaxation.cpp 29 static cl::opt<uint32_t> BranchRelaxSafetyBuffer("branch-relax-safety-buffer",
48 return "Hexagon Branch Relaxation";
73 "Hexagon Branch Relaxation", false, false)
81 DEBUG(dbgs() << "****** Hexagon Branch Relaxation ******\n");
142 // To save time, estimate exact position of a branch instruction
150 // Try to analyze this branch.
171 // Analyze the second branch in the BB.
195 DEBUG(dbgs() << "\tUnderimplemented relax branch instruction.\n");
203 assert(MO.isMBB() && "Branch with unknown expandable field type");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eqz/
Test_if_eqz.java 93 * @title branch target shall be inside the method
101 * @title branch target shall not be "inside" instruction
109 * @title branch must not be 0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gez/
Test_if_gez.java 86 * @title branch target shall be inside the method
94 * @title branch target shall not be "inside" instruction
102 * @title branch must not be 0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gtz/
Test_if_gtz.java 85 * @title branch target shall be inside the method
93 * @title branch target shall not be "inside" instruction
101 * @title branch must not be 0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_lez/
Test_if_lez.java 86 * @title branch target shall be inside the method
94 * @title branch target shall not be "inside" instruction
102 * @title branch must not be 0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_ltz/
Test_if_ltz.java 85 * @title branch target shall be inside the method
93 * @title branch target shall not be "inside" instruction
101 * @title branch must not be 0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_nez/
Test_if_nez.java 107 * @title branch target shall be inside the method
115 * @title branch target shall not be "inside" instruction
123 * @title branch must not be 0
  /docs/source.android.com/
Android.mk 32 # Run "make tradefed-docs" in "tradefed" branch before running this target
35 # that contains a sync'ed copy of the "tradefed" branch at the same level as the
36 # live docs branch.
  /external/chromium-trace/catapult/telemetry/bin/
README.chromium 17 Built from branch modified by vmiura on github. The git branch used is
54 Same as above, with aarch64 architecture, from branch android-5.0.0_r2
  /external/eigen/unsupported/Eigen/src/MoreVectorization/
MathFunctions.h 50 Packet4f branch_mask= _mm_cmpgt_ps(a, p4f_half);//this is to select which branch to take
52 //the branch for values >0.5
80 /* select the correct result from the two branch evaluations */
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 109 struct branchinfo * branch; local
114 branch = &s->BranchStack[s->BranchStackSize++];
115 branch->HaveElse = 0;
116 memcpy(&branch->StoreEndif, &s->R, sizeof(s->R));
288 struct branchinfo * branch = &s.BranchStack[s.BranchStackSize-1]; local
292 branch->HaveElse ? &branch->StoreElse : &branch->StoreEndif);
296 if (branch->HaveElse) {
299 memcpy(&branch->StoreElse, &s.R, sizeof(s.R))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCPredicates.cpp 1 //===-- PPCPredicates.cpp - PPC Branch Predicate Information --------------===//
10 // This file implements the PowerPC branch predicates.
21 default: llvm_unreachable("Unknown PPC branch opcode!");
  /external/toolchain-utils/toolchain_utils_githooks/
pre-push.real 59 # New branch, examine commit on top of branch.
62 # Update to existing branch, examine new commits
  /external/v8/src/mips64/
code-stubs-mips64.cc 127 __ Branch(&error, ne, scratch, Operand(zero_reg));
129 __ Branch(&done);
152 __ Branch(&done, eq, scratch, Operand(zero_reg));
161 __ Branch(&normal_exponent, le, result_reg, Operand(zero_reg));
163 __ Branch(&done);
178 __ Branch(&high_shift_needed, lt, scratch, Operand(32));
180 __ Branch(&high_shift_done);
198 __ Branch(&pos_shift, ge, scratch, Operand(zero_reg));
203 __ Branch(&shift_done);
233 __ Branch(&not_identical, ne, a0, Operand(a1))
    [all...]
  /external/valgrind/docs/internals/
s390-opcodes.csv 16 bakr,"branch and stack","not implemented",
17 bal,"branch and link","not implemented",
18 balr,"branch and link","not implemented",
19 bas,"branch and save",implemented,
20 basr,"branch and save",implemented,
21 bassm,"branch and save and set mode","not implemented",
22 bc,"branch on condition",implemented,
23 bcr,"branch on condition",implemented,
24 bct,"branch on count",implemented,
25 bctr,"branch on count",implemented
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_branch_in_range.sh 3 # arm_branch_in_range.sh -- test ARM/THUMB/THUMB branch instructions whose
4 # targets are just within the branch range limits.
28 # whose target are just within the branch range limits are handle correctly.
  /external/v8/src/mips/
code-stubs-mips.cc 129 __ Branch(&error, ne, scratch, Operand(zero_reg));
131 __ Branch(&done);
154 __ Branch(&done, eq, scratch, Operand(zero_reg));
163 __ Branch(&normal_exponent, le, result_reg, Operand(zero_reg));
165 __ Branch(&done);
180 __ Branch(&high_shift_needed, lt, scratch, Operand(32));
182 __ Branch(&high_shift_done);
200 __ Branch(&pos_shift, ge, scratch, Operand(zero_reg));
205 __ Branch(&shift_done);
235 __ Branch(&not_identical, ne, a0, Operand(a1))
    [all...]

Completed in 669 milliseconds

<<11121314151617181920>>