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

<<31323334353637383940>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
relax-swap2.s 1 # Source file used to test branch likely relaxation with swapping.
relax-swap3.d 2 #name: MIPS relaxed macro with branch swapping
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
fp.s 5 ! -ffunction-cse -freg-struct-return -fdelayed-branch -fcommon -fgnu-linker
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xstormy16/
reloc-2.s 30 ; check branch operations to local labels
  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_branch_range.t 1 /* arm_banch_range.t -- linker script to test ARM branch range.
thumb2_branch_range.t 1 /* thumb2_banch_range.t -- linker script to test THUMB-2 branch range.
thumb_branch_range.t 1 /* thumb_banch_range.t -- linker script to test ARM branch range.
  /toolchain/binutils/binutils-2.25/include/opcode/
d10v.h 48 #define SHORT_B 3 /* short with 8-bit branch */
49 #define LONG_B 8 /* long with 16-bit branch */
81 #define BRANCH 512 /* branch, no link */
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nds32/
branch.d 2 #ld: -static --relax -T $srcdir/$subdir/branch.ld
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 151 __ Branch(&loop, ne, a0, Operand(sp));
778 __ Branch(&no_deopt, ne, a1, Operand(zero_reg));
792 __ Branch(&skip, NegateCondition(condition), src1, src2);
818 __ Branch(&jump_table_.last()->label, condition, src1, src2);
940 // Theoretically, a variation of the branch-free code for integer division by
951 __ Branch(&dividend_is_not_negative, ge, dividend, Operand(zero_reg));
959 __ Branch(USE_DELAY_SLOT, &done);
    [all...]
  /external/toolchain-utils/automation/clients/helper/
android.py 54 branch='ics-release'):
56 assert branch in ['honeycomb-release', 'ics-release']
57 command = self.commands.BuildAndroidImage(product, branch)
209 def BuildAndroidImage(self, product, branch):
212 # Copy the tree from atree.mtv.corp to ANDROID_TREES_DIR/branch
216 remote_android_branch_path = os.path.join(androidtrees_path, branch)
217 local_android_branch_dir = os.path.join(self.ANDROID_TREES_DIR, branch)
  /external/v8/src/compiler/
branch-elimination.cc 5 #include "src/compiler/branch-elimination.h"
61 // If we know the condition we can discard the branch.
100 // If we know the condition we can discard the branch.
120 // Add the condition to the list arriving from the input branch.
121 Node* branch = NodeProperties::GetControlInput(node, 0); local
122 const ControlPathConditions* from_branch = node_conditions_.Get(branch);
129 Node* condition = branch->InputAt(0);
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 175 __ Branch(&loop, ne, a0, Operand(sp));
790 __ Branch(&no_deopt, ne, a1, Operand(zero_reg));
804 __ Branch(&skip, NegateCondition(condition), src1, src2);
829 __ Branch(&jump_table_.last().label, condition, src1, src2);
951 // Theoretically, a variation of the branch-free code for integer division by
962 __ Branch(&dividend_is_not_negative, ge, dividend, Operand(zero_reg));
970 __ Branch(USE_DELAY_SLOT, &done)
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/result/
FileSystemLogSaverTest.java 52 private static final String BRANCH = "somebranch";
65 EasyMock.expect(mMockBuild.getBuildBranch()).andReturn(BRANCH).anyTimes();
95 // ensure a directory with name == branch is parent of generated directory
97 assertEquals(BRANCH, branchDir.getName());
115 * Test that a unique directory is created when no branch is specified
269 // only one folder is created under the hierarchy: branch/buildid/testtag/<inv_ folders>
271 assertEquals(BRANCH, mReportDir.list()[0]);
LogFileSaverTest.java 68 final String branch = "somebranch"; local
71 EasyMock.expect(mockBuild.getBuildBranch()).andReturn(branch).anyTimes();
83 // ensure a directory with name == branch is parent of generated directory
85 assertEquals(branch, branchDir.getName());
100 * Test that a unique directory is created when no branch is specified
128 final String branch = "somebranch"; local
131 EasyMock.expect(mockBuild.getBuildBranch()).andReturn(branch).anyTimes();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp 167 // If we found a conditional branch predecessor, make sure that it branches
186 // Ok, if we got here, both predecessors end with an unconditional branch to
188 // predecessor, and THAT is a conditional branch, then we're all ok!
193 // Otherwise, if this is a conditional branch, then we can use it!
244 // branch to BB, then it must be in the 'conditional' part of the "if
582 assert(ThisCases.size() == 1 && "Branch can only have one case!");
583 // Insert the new branch.
648 // Insert the new branch.
681 /// equality comparison instruction (either a switch or a branch on "X == c").
714 // that don't occur in PTI, or that branch to BB will be activated
    [all...]
  /external/clang/lib/CodeGen/
EHScopeStack.h 31 /// A branch fixup. These are required when emitting a goto to a
33 /// emitted as a branch to the basic block for the label, and (if it
43 /// The ultimate destination of the branch.
52 /// The initial branch of the fixup.
242 /// The current set of branch fixups. A branch fixup is a jump to
245 /// to thread all the current branch fixups through it.
247 /// Fixups are recorded as the Use of the respective branch or
395 /// Add a branch fixup to the current cleanup scope.
413 /// Clears the branch-fixups list. This should only be called b
    [all...]
  /external/llvm/lib/Analysis/
DivergenceAnalysis.cpp 10 // This file implements divergence analysis which determines whether a branch
11 // in a GPU program is divergent.It can help branch optimizations such as jump
17 // which path of the branch to take), the group of threads has to execute all
18 // the paths from that branch with different subsets of threads enabled until
41 // aspect of the propagation of branch divergence. For example,
54 // because the branch "br i1 %cond" depends on %tid and affects which value %a
131 // Propagation rule 1: if branch TI is divergent, all PHINodes in TI's
178 // a branch TI, we first compute its influence region, the union of all simple
291 // Fast path: if the target does not have branch divergence, we do not mark
292 // any branch as divergent
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.h 44 executed as a branch target. The aligner uses this information to
81 instructions in the loop do not include a branch or jump.
97 instruction fetch boundary. These are placed after a branch that
98 might be relaxed. If the branch is relaxed, then this frag will be
99 a branch target and this frag will be changed to RELAX_DESIRE_ALIGN
172 after a branch that may be relaxed into a branch and jump. If the
173 branch is relaxed, then this frag will be converted to a
234 /* A frag with this bit set is a branch that we are using to
235 align branch targets as if it were a normal narrow instruction. *
    [all...]
  /art/runtime/interpreter/mterp/mips/
footer.S 120 * We have quite a few different cases for branch profiling, OSR detection and
131 * Our most common case is expected to be a taken backward branch with active jit profiling,
133 * Next most common case is not-taken branch with no full OSR check.
208 * Entered from the conditional branch handlers when OSR check request active on
209 * not-taken path. All Dalvik not-taken conditional branch offsets are 2.
  /art/runtime/interpreter/mterp/mips64/
footer.S 79 * We have quite a few different cases for branch profiling, OSR detection and
90 * Our most common case is expected to be a taken backward branch with active jit profiling,
92 * Next most common case is not-taken branch with no full OSR check.
165 * Entered from the conditional branch handlers when OSR check request active on
166 * not-taken path. All Dalvik not-taken conditional branch offsets are 2.
  /art/runtime/interpreter/mterp/x86_64/
footer.S 123 * We have quite a few different cases for branch profiling, OSR detection and
134 * Our most common case is expected to be a taken backward branch with active jit profiling,
136 * Next most common case is not-taken branch with no full OSR check.
212 * Entered from the conditional branch handlers when OSR check request active on
213 * not-taken path. All Dalvik not-taken conditional branch offsets are 2.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
BasicBlock.java 36 * branch to
53 * block may branch to
82 "branch or can throw");
89 "a branch or throwing " +
156 * Gets the list of successors that this block may branch to.
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlock.java 36 * branch to
53 * block may branch to
82 "branch or can throw");
89 "a branch or throwing " +
156 * Gets the list of successors that this block may branch to.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 55 (* Grab the first block so that we might later add the conditional branch
68 * other is used for the conditional branch. *)
86 (* Return to the start block to add the conditional branch. *)
90 (* Set a unconditional branch at the end of the 'then' block and the
153 (* Insert the conditional branch into the end of loop_end_bb. *)

Completed in 439 milliseconds

<<31323334353637383940>>