/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
lbranch.s | 1 # Test for the 68HC11 long branch switch
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
alnv_ps-swap.s | 1 # Source file to test branch swapping with the ALNV.PS instruction.
|
branch-likely.s | 1 # Source file used to test the branch-likely macros.
|
branch-misc-2-64.d | 2 #name: MIPS branch-misc-2-64 3 #source: branch-misc-2.s
|
branch-misc-2pic-64.d | 2 #name: MIPS branch-misc-2pic-64 3 #source: branch-misc-2.s
|
micromips@branch-misc-2-64.d | 2 #name: MIPS branch-misc-2-64 3 #source: branch-misc-2.s
|
micromips@branch-misc-2pic-64.d | 2 #name: MIPS branch-misc-2pic-64 3 #source: branch-misc-2.s
|
mipsr6@branch-misc-2-64.d | 2 #name: MIPS branch-misc-2-64 3 #source: branch-misc-2.s
|
mipsr6@branch-misc-2pic-64.d | 2 #name: MIPS branch-misc-2pic-64 3 #source: branch-misc-2.s
|
relax-swap2.s | 1 # Source file used to test branch likely relaxation with swapping.
|
micromips@branch-likely.d | 2 #name: MIPS branch-likely instructions 3 #source: branch-likely.s 6 # Check branch-likely instructions (microMIPS).
|
micromips@loc-swap.d | 3 #name: MIPS DWARF-2 location information with branch swapping 8 # into a branch delay slot is updated to point to the branch instead
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
xcoff-branch-1-32.d | 2 #source: xcoff-branch-1.s 4 #name: XCOFF branch test 1 (32-bit)
|
xcoff-branch-1-64.d | 2 #source: xcoff-branch-1.s 4 #name: XCOFF branch test 1 (64-bit)
|
/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/ld/testsuite/ld-arm/ |
farcall-mixed-lib1.s | 2 @ symbol require insertion of a long branch stub.
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CoreEngine.h | 412 // The branch node builder does not generate autotransitions. 425 ExplodedNode *generateNode(ProgramStateRef State, bool branch, 428 const CFGBlock *getTargetBlock(bool branch) const { 429 return branch ? DstT : DstF; 432 void markInfeasible(bool branch) { 433 if (branch) 439 bool isFeasible(bool branch) { 440 return branch ? !InFeasibleTrue : !InFeasibleFalse;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/ |
h8300-coff.exp | 21 set testname "cbranch.s: h8300 conditional branch tests" 64 set testname "branch.s: h8300 branch tests" 67 gas_start "branch-coff.s" "-al" 94 set testname "cbranchh.s: h8300h conditional branch tests" 157 set testname "branchh.s: h8300h branch tests" 188 set testname "cbranchs.s: h8300s conditional branch tests" 251 set testname "branchs.s: h8300s branch tests"
|
h8300-elf.exp | 21 set testname "cbranch.s: h8300 conditional branch tests" 64 set testname "branch.s: h8300 branch tests" 67 gas_start "branch-elf.s" "-al" 94 set testname "cbranchh.s: h8300h conditional branch tests" 157 set testname "branchh.s: h8300h branch tests" 188 set testname "cbranchs.s: h8300s conditional branch tests" 251 set testname "branchs.s: h8300s branch tests"
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ |
RSSFeedAddEntryTask.java | 50 * branch - build's branch, eg., 2.2.0 54 * buildURL - URL of the build being added to the feed - eg., http://servername/path/to/project/branch/buildID/ 94 * JUnitTestURL - URL of the build's JUnit test results - eg., http://servername/path/to/project/branch/buildID/testResults.php 95 * performanceTestURL - URL of the build's performance tests - eg., http://servername/path/to/project/branch/buildID/performance/performance.php 96 * APITestURL - URL of the build's API test results - eg., http://servername/path/to/project/branch/buildID/testResults.php 126 private String branch; field in class:RSSFeedAddEntryTask 172 public void setBranch(String branch) { 173 if (isNullString(branch)) 176 { this.branch = branch; [all...] |
/external/v8/src/compiler/ |
common-operator-reducer.cc | 82 // Swap IfTrue/IfFalse on {branch} if {cond} is a BooleanNot and use the input 83 // to BooleanNot as new condition for {branch}. Note we assume that {cond} was 99 // Update the condition of {branch}. No need to mark the uses for revisit, 100 // since we tell the graph reducer that the {branch} was changed and the 103 // Negate the hint for {branch}. 105 node, common()->Branch(NegateBranchHint(BranchHintOf(node->op())))); 136 // c) and the {IfTrue} and {IfFalse} nodes point to the same {Branch}. 149 Node* const branch = if_true->InputAt(0); local 150 DCHECK_EQ(IrOpcode::kBranch, branch->opcode()); 151 DCHECK(branch->OwnedBy(if_true, if_false)) 206 Node* const branch = if_true->InputAt(0); local [all...] |
/external/autotest/site_utils/autoupdate/ |
full_release_test.py | 48 _build_version = '%(branch)s-%(release)s' 56 """Returns the release branch for the given release. 60 @returns the branch string e.g. R26. 85 branch = get_release_branch(tested_release) 86 build_version = _build_version % dict(branch=branch, 119 branch = get_release_branch(release) 121 _build_version % dict(branch=branch, release=release)) 156 """Returns a branch, release tuple from a full build_version [all...] |
/external/autotest/site_utils/suite_scheduler/ |
manifest_versions.py | 171 """Return map of branch:manifests for |board| since |since_date|. 173 To fully specify a 'branch', one needs both the type and the numeric 174 milestone the branch was cut for, e.g. ('release', '19') or 188 """Return map of branch:manifests for |board| since git |rev|. 190 To fully specify a 'branch', one needs both the type and the numeric 191 milestone the branch was cut for, e.g. ('release', '19') or 237 """Parse a list of manifest_paths into a map of branch:manifests. 243 To fully specify a 'branch', one needs both the type and the numeric 244 milestone the branch was cut for, e.g. ('release', '19') or 262 branch = branch_manifests.setdefault((config_type, milestone), [] [all...] |
/external/autotest/client/common_lib/cros/ |
dev_server_unittest.py | 525 branch = 'test_branch' 532 mox.StrContains(branch), 538 mox.StrContains(branch), 545 'branch': branch} 550 target=target, build_id=build_id, branch=branch) 556 branch=branch)
|