HomeSort by relevance Sort by last modified time
    Searched refs:branch (Results 101 - 125 of 805) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_thm_jump11.s 2 # Test R_ARM_THM_JUMP11 relocations just within the branch range limits.
8 # Add padding so that target is just in branch range.
48 # Add padding so that target is just in branch range.
arm_thm_jump8.s 2 # Test R_ARM_THM_JUMP8 relocations just within the branch range limits.
8 # Add padding so that target is just in branch range.
48 # Add padding so that target is just in branch range.
thumb_bl_in_range.s 2 # Test THUMB/THUMB-2 bl instructions just within the branch range limits.
7 # Add padding so that target is just in branch range.
47 # Add padding so that target is just in branch range.
thumb_blx_out_of_range.s 2 # Test THUMB/THUMB-2 blx instructions just out of the branch range limits.
7 # Add padding so that target is just output of branch range.
44 # Bit 1 of the BLX target comes from bit 1 of branch base address,
46 # forward BLX at an address n*4 + 2 so that the branch offset is
58 # Add padding so that target is just out of branch range.
thumb_bl_out_of_range.s 2 # Test THUMB/THUMB-2 bl instructions just out of the branch range limits.
7 # Add padding so that target is just output of branch range.
53 # Add padding so that target is just out of branch range.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
addressing.s 9 ;; Type B - infix condition branch
11 Type_BI:bu Type_BI ; Unconditional branch (00000)
12 bc Type_BI ; Carry branch (00001)
13 blo Type_BI ; Lower than branch (00001)
14 bls Type_BI ; Lower than or same branch (00010)
15 bhi Type_BI ; Higher than branch (00011)
16 bhs Type_BI ; Higher than or same branch (00100)
17 bnc Type_BI ; No carry branch (00100)
18 beq Type_BI ; Equal to branch (00101)
19 bz Type_BI ; Zero branch (00101
    [all...]
  /external/autotest/server/site_tests/firmware_FMap/
firmware_FMap.py 205 for branch in expected_tree:
206 area = next((a for a in areas if a['name'] == branch), None)
208 logging.error("The area %s is not existed.", branch)
214 logging.error("The area %s is zero-sized.", branch)
218 "[%d, %d).", branch, region[0], region[1],
223 logging.error("The area %s is overlapping others.", branch)
225 elif not self.check_areas(areas, expected_tree[branch], region):
  /external/autotest/site_utils/autoupdate/
release.py 17 _CONF_BRANCH_SECTION = 'BRANCH'
24 """Errors related to release and branch inference."""
33 directory, which has a single section [BRANCH] containing
38 bp_XYZ: for each branch listed above, a variable that maps to the Chrome
42 next_branch: the name of the current (unforked) branch (e.g. R24)
44 It is also worth noting that a branch point X.Y.Z (alternatively, W.X.Y.Z)
45 of some branch R denotes the build number X (repsectively, W) that
46 constitutes the said branch. Therefore, it is only from build X+1 (W+1) and
79 # Get next branch name.
95 key=lambda (branch, release): self._release_key(release)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c 60 struct branch_info * branch; local
68 branch = &s->Branches[s->BranchCount++];
69 memset(branch, 0, sizeof(struct branch_info));
70 branch->If = inst;
90 struct branch_info * branch; local
99 branch = &s->Branches[s->BranchCount - 1];
100 branch->Else = inst;
199 struct branch_info * branch; local
210 branch = &s->Branches[s->BranchCount - 1];
215 allocate_and_insert_proxies(s, &IfProxies, branch->If->Next, branch->Else ? branch->Else : inst)
    [all...]
  /external/v8/test/cctest/compiler/
test-loop-analysis.cc 188 Node* branch; member in struct:v8::internal::compiler::While
195 branch = t.graph.NewNode(t.common.Branch(), cond, loop);
196 if_true = t.graph.NewNode(t.common.IfTrue(), branch);
197 exit = t.graph.NewNode(t.common.IfFalse(), branch);
261 Node* body[] = {w.branch, w.if_true};
278 Node* body[] = {w.branch, w.if_true};
294 Node* body[] = {w.branch, w.if_true, c.add};
310 Node* body[] = {w.branch, w.if_true, c.store};
327 Node* body[] = {w.branch, w.if_true, c1.add, c2.add}
623 Node* branch = t.graph.NewNode(t.common.Branch(), cond, last); local
660 Node* branch = t.graph.NewNode(t.common.Branch(), cond, exit); local
695 Node* branch = t.graph.NewNode(t.common.Branch(), cond, loop); local
933 Node* branch = t.graph.NewNode(t.common.Branch(), phi, loop); local
969 Node* branch = t.graph.NewNode(t.common.Branch(), phi, loop); local
    [all...]
  /external/v8/test/mjsunit/es6/
math-expm1.js 67 // Test branch for k = 0.
69 // Test branch for k = -1.
71 // Test branch for k = 1.
73 // Test branch for k <= -2 || k > 56. k = -3.
75 // Test last branch for k < 20, k = 19.
77 // Test the else branch, k = 20.
  /external/v8/test/unittests/compiler/
select-lowering-unittest.cc 40 Capture<Node*> branch; local
50 IsMerge(IsIfTrue(CaptureEq(&branch)),
51 IsIfFalse(AllOf(CaptureEq(&branch),
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
bundle.s 52 # But we use as representative the simple branch cases.
66 # This is to set up a branch target surely too far for a short branch.
bl-local-v4t.s 8 b foo @ branch foo with reloc.
  /art/runtime/interpreter/mterp/mips64/
bincmp.S 2 * Generic two-operand compare-and-branch operation. Provide a "condition"
16 li rINST, 2 # offset if branch not taken
30 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
op_packed_switch.S 20 jal $func # v0 <- code-unit branch offset
34 blez a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
zcmp.S 2 * Generic one-operand compare-and-branch operation. Provide a "condition"
14 li rINST, 2 # offset if branch not taken
28 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
  /external/llvm/test/MC/Hexagon/
endloop.s 3 # Check that a branch in an end-loop packet is caught.
  /external/llvm/utils/release/
build_llvm_package.bat 21 set branch=trunk variable
26 echo Branch: %branch%
37 echo Checking out %branch% at r%revision%...
38 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/llvm/%branch% llvm || exit /b
39 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/cfe/%branch% llvm/tools/clang || exit /b
40 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/clang-tools-extra/%branch% llvm/tools/clang/tools/extra || exit /b
41 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/lld/%branch% llvm/tools/lld || exit /b
42 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/compiler-rt/%branch% llvm/projects/compiler-rt || exit /b
  /external/proguard/src/proguard/optimize/evaluation/
TracedBranchUnit.java 29 * This BranchUnit remembers the branch unit commands that are invoked on it.
46 // Always branch.
47 super.branch(clazz, codeAttribute, offset, branchTarget);
51 // Maybe branch.
  /external/v8/test/mjsunit/regress/
regress-359491.js 27 // Gather type feedback for g, but only on one branch for f.
55 // Gather type feedback for g, but only on one branch for f.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@branch-misc-1.d 2 #name: MIPS branch-misc-1
3 #source: branch-misc-1.s
micromips@branch-misc-4.d 2 #name: MIPS branch-misc-4
4 #source: branch-misc-4.s
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
farcall-mixed-lib2.s 2 @ symbol require insertion of a long branch stub.
thumb2-b-interwork.s 1 @ Test to ensure that a Thumb-2 B.W can branch to an ARM funtion.

Completed in 917 milliseconds

1 2 3 45 6 7 8 91011>>