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

<<21222324252627282930>>

  /external/nist-sip/java/gov/nist/javax/sip/
UtilsExt.java 46 * generate a branch identifier.
49 * used as a branch identifier.
  /external/proguard/src/proguard/classfile/editor/
InstructionWriter.java 164 // Create a new unconditional branch that will fit.
174 // Create a new branch instruction that will fit.
182 // Some special cases, for which a wide branch doesn't exist.
198 // Insert the complementary conditional branch.
205 // Create a new unconditional branch that will fit.
212 // Insert the complementary conditional branch.
219 // Create a new unconditional branch that will fit.
231 // Write out a dummy branch instruction for now.
  /external/swiftshader/src/Reactor/
Reactor.hpp 26 onceBB__ && branch(cond, bodyBB__, endBB__); \
48 onceBB__ && branch(cond, trueBB__, falseBB__); \
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
BranchProbability.h 1 //===- BranchProbability.h - Branch Probability Wrapper ---------*- C++ -*-===//
23 // This class represents Branch Probability as a non-negative fraction.
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsRelocations.h 24 // bits of the difference between the branch target and the branch
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCPredicates.h 1 //===-- PPCPredicates.h - PPC Branch Predicate Information ------*- C++ -*-===//
10 // This file describes the PowerPC branch predicates.
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
personality.ll 1 ; RUN: llc < %s -disable-cfi -mtriple=x86_64-apple-darwin9 -disable-cgp-branch-opts | FileCheck %s -check-prefix=X64
2 ; RUN: llc < %s -disable-cfi -mtriple=i386-apple-darwin9 -disable-cgp-branch-opts | FileCheck %s -check-prefix=X32
  /external/v8/src/interpreter/
bytecode-label.h 16 // A label representing a branch target in a bytecode array. When a
56 // Class representing a branch target of multiple jumps.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
branch-misc-2pic.d 2 #name: MIPS branch-misc-2pic
3 #source: branch-misc-2.s
micromips@branch-misc-1.d 2 #name: MIPS branch-misc-1
3 #source: branch-misc-1.s
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
z80.exp 46 # test for branch instructions
47 run_dump_test "branch"
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/jsmin/
README.rst 52 If possible, please make separate pull requests for tests and for code: tests will be added to the `latest-release` branch while code will go to `master`.
63 The `latest-release` branch (the version on PyPI plus any new tests) is tested against CPython 2.6, 2.7, 3.2, and 3.3.
66 .. image:: https://travis-ci.org/tikitu/jsmin.png?branch=latest-release
68 If that branch is failing that means there's a new test that fails on *the latest released version on pypi*, with no fix yet
71 The `master` branch (development version, might be ahead of latest released version) is tested against CPython 2.6, 2.7, 3.2, and
74 .. image:: https://travis-ci.org/tikitu/jsmin.png?branch=master
  /external/clang/
update-prebuilts.py 32 BRANCH = 'aosp-llvm'
53 '--use-current-branch', action='store_true',
54 help='Do not repo start a new branch for the update.')
112 path = 'builds/{branch}-{build_host}-{build_name}/{build_num}'.format(
113 branch=BRANCH,
  /external/llvm/lib/Target/Mips/
MipsHazardSchedule.cpp 11 /// compact branch hazards. In future this pass can be extended to other pipeline
20 /// A forbidden slot hazard occurs when a compact branch instruction is executed
22 /// as a branch or jump, ERET, ERETNC, DERET, WAIT and PAUSE.
37 /// A) A previous pass has created a compact branch directly.
38 /// B) Transforming a delay slot branch into compact branch. This case can be
  /external/llvm/test/MC/ARM/
thumb2-diagnostics.s 71 @ CHECK-ERRORS: error: branch target out of range
72 @ CHECK-ERRORS: error: branch target out of range
73 @ CHECK-ERRORS: error: branch target out of range
74 @ CHECK-ERRORS: error: branch target out of range
75 @ CHECK-ERRORS: error: branch target out of range
76 @ CHECK-ERRORS: error: branch target out of range
  /external/skia/src/core/
SkRTree.cpp 23 SkTDArray<Branch> branches;
32 Branch* b = branches.push();
103 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) {
104 if (branches->count() == 1) { // Only one branch. It will be the root.
146 Branch b;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 21 LikelyBranchWeight("likely-branch-weight", cl::Hidden, cl::init(64),
22 cl::desc("Weight of the branch likely to be taken (default = 64)"));
24 UnlikelyBranchWeight("unlikely-branch-weight", cl::Hidden, cl::init(4),
25 cl::desc("Weight of the branch unlikely to be taken (default = 4)"));
112 // branch 0, in other case more likely is branch 1.
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/solver/
ExecutionPath.java 70 // we know the result. cut the branch
127 builder.append("branch");
173 private void debug(StringBuilder builder, ExecutionBranch branch, int offset) {
177 .append(branch.getConditional().getUniqueKey())
178 .append(" is ").append(branch.getExpectedCondition()).append("\n");
179 branch.getPath().debug(builder, offset + 1);
  /frameworks/rs/
update-prebuilts.py 32 BRANCH = 'aosp-master'
49 '-a', '--android_branch', default=BRANCH,
50 help='The Android branch to pull from build server, default: ' + BRANCH + '.')
57 '--use-current-branch', action='store_true',
58 help='Do not repo start a new branch for the update.')
  /test/vts/doc/
user_manual.md 17 `$ export branch=master`
19 `$ mkdir ${branch}`
21 `$ cd ${branch}`
23 `$ repo init -b ${branch} -u persistent https://android.googlesource.com/platform/manifest`
29 `$ cd ${branch}`
49 `$ cd ${branch}`
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 51 /// branch, attempt to use parallel and/or for the branch condition. \returns
67 /// if.then: // has two predecessors, both of them contains conditional branch.
94 /// \ | / BB3 contains unconditional branch.
110 /// BB => BB3 | BB3 contains unconditiona branch and corresponds
120 /// In Case 1, \param BB (BB4) has an unconditional branch (BB3) as
141 // All predecessors should terminate with a branch.
152 // branch among the predecessors.
164 // Condition's unique use should be the branch instruction.
205 // the last conditional branch
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.h 253 /// The destinations of normal branch-afters and branch-throughs.
256 /// Normal branch-afters.
359 /// True if this cleanup scope has any branch-afters or branch-throughs.
362 /// Add a branch-after to this cleanup scope. A branch-after is a
363 /// branch from a point protected by this (normal) cleanup to a
367 /// contains a branch-after.
369 /// Branch-afters each have their own destination out of th
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.h 98 // getBranchTargetOpValue - Return binary encoding of the branch
105 // getBranchTargetOpValue1SImm16 - Return binary encoding of the branch
112 // getBranchTargetOpValueMMR6 - Return binary encoding of the branch
119 // getBranchTarget7OpValue - Return binary encoding of the microMIPS branch
127 // 10-bit branch target operand. If the machine operand requires relocation,
133 // getBranchTargetOpValue - Return binary encoding of the microMIPS branch
140 // getBranchTarget21OpValue - Return binary encoding of the branch
147 // getBranchTarget21OpValueMM - Return binary encoding of the branch
154 // getBranchTarget26OpValue - Return binary encoding of the branch
161 // getBranchTarget26OpValueMM - Return binary encoding of the branch
    [all...]
  /external/v8/tools/release/
merge_to_branch.py 51 self["merge_to_branch"] = self._options.branch
58 MESSAGE = "Create a fresh branch for the patch."
76 branch=self.vc.RemoteMasterBranch())
160 MESSAGE = "Commit to local branch."
195 print "branch: %s" % self["merge_to_branch"]
209 group.add_argument("--branch", help="The branch to merge to.")
232 if len(options.branch.split('.')) > 2:
249 "PERSISTFILE_BASENAME": "/tmp/v8-merge-to-branch-tempfile",
251 "/tmp/v8-merge-to-branch-tempfile-already-merging"
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 79 Branch(2, NegateCondition(cond), src1, src2);
96 Branch(2, NegateCondition(cond), src1, src2);
185 Label* branch) {
187 CheckPageFlag(object, scratch, MemoryChunk::kIsInNewSpaceMask, cc, branch);
222 Branch(&ok, eq, t8, Operand(zero_reg));
290 Branch(&ok, eq, at, Operand(zero_reg));
483 Branch(&done, ne, t8, Operand(zero_reg));
    [all...]

Completed in 2477 milliseconds

<<21222324252627282930>>