/prebuilts/go/darwin-x86/src/cmd/dist/ |
build.go | 253 func branchtag(branch string) (tag string, precise bool) { 254 b := run(goroot, CheckExit, "git", "log", "--decorate=full", "--format=format:%d", "master.."+branch) 255 tag = branch 258 // (tag: refs/tags/go1.4rc2, refs/remotes/origin/release-branch.go1.4, refs/heads/release-branch.go1.4) 313 // What is the current branch? 314 branch := chomp(run(goroot, CheckExit, "git", "rev-parse", "--abbrev-ref", "HEAD")) 316 // What are the tags along the current branch? 320 // If we're on a release branch, use the closest matching tag 321 // that is on the release branch (and not on the master branch) [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/ |
vcs.go | 113 // We allow both tag and branch names as 'tags' 115 // a go.release.r60 branch and a go1 branch 148 // origin/xxx matches a git branch named xxx on the default remote repository 157 // but that doesn't work if the default branch is not named master. 220 createCmd: []string{"branch {repo} {dir}"}, 253 // (branch root|repository branch): <URL> 257 for _, prefix := range []string{"\n branch root: ", "\n repository branch: "} [all...] |
/prebuilts/go/linux-x86/src/cmd/dist/ |
build.go | 253 func branchtag(branch string) (tag string, precise bool) { 254 b := run(goroot, CheckExit, "git", "log", "--decorate=full", "--format=format:%d", "master.."+branch) 255 tag = branch 258 // (tag: refs/tags/go1.4rc2, refs/remotes/origin/release-branch.go1.4, refs/heads/release-branch.go1.4) 313 // What is the current branch? 314 branch := chomp(run(goroot, CheckExit, "git", "rev-parse", "--abbrev-ref", "HEAD")) 316 // What are the tags along the current branch? 320 // If we're on a release branch, use the closest matching tag 321 // that is on the release branch (and not on the master branch) [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
vcs.go | 113 // We allow both tag and branch names as 'tags' 115 // a go.release.r60 branch and a go1 branch 148 // origin/xxx matches a git branch named xxx on the default remote repository 157 // but that doesn't work if the default branch is not named master. 220 createCmd: []string{"branch {repo} {dir}"}, 253 // (branch root|repository branch): <URL> 257 for _, prefix := range []string{"\n branch root: ", "\n repository branch: "} [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
BasicBlocker.java | 56 * {@code non-null, sparse;} for each instruction offset to a branch of 208 * are branch points). 227 * as a conditional branch. (That is to say, both its 284 * Search backward for the branch or throwing 392 * unconditional branch, a return, or a switch)
|
/external/autotest/site_utils/suite_scheduler/ |
task_unittest.py | 21 @var _BRANCH: fake branch to run tests on. 22 @var _BRANCH_SPEC: fake branch specification for Tasks. 23 @var _MAP: fake branch:build map. 127 """Ensure a Task can be built from a correct config with no branch.""" 308 """Test running a recurring task with default branch specs."""
|
/external/libavc/common/arm/ |
ih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s | 134 subs r12, r5, #4 @if wd=4 branch to loop_4 136 subs r12, r5, #8 @if wd=8 branch to loop_8 236 beq end_func @ Branch if height==4 292 beq end_func @ Branch if height==4 346 beq end_func @ Branch if height==4
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
loopfilter_8_neon.asm | 305 ; the power branch for all vectors. 353 ; the filter branch for all vectors. 363 ; At this point we have already executed the filter branch. The filter 364 ; branch does not set op2 or oq2, so use p2 and q2. Execute the power 365 ; branch and combine the data.
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 103 (* Grab the first block so that we might later add the conditional branch 116 * other is used for the conditional branch. *) 134 (* Return to the start block to add the conditional branch. *) 138 (* Set a unconditional branch at the end of the 'then' block and the 227 (* Insert the conditional branch into the end of loop_end_bb. *)
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCCodeEmitter.cpp | 159 // Add a fixup for the branch target. 171 // Add a fixup for the branch target. 184 // Add a fixup for the branch target. 197 // Add a fixup for the branch target. 333 // For special TLS calls, we need two fixups; one for the branch target
|
/external/llvm/lib/Target/PowerPC/ |
PPCScheduleP8.td | 25 def P8_DU7 : FuncUnit; // Only branch instructions will use DU7,DU8 120 // FIXME - the Br* groups below are not branch related, so should probably 386 // P8 has an 8 insn dispatch group (6 non-branch, 2 branch) and can issue up 391 // up to six non-branch instructions.
|
/external/llvm/test/MC/MachO/ |
darwin-x86_64-diff-relocs.s | 38 // FIXME: Darwin 'as' comes up with 'SIGNED' here instead of 'BRANCH'. 41 // branch relocation. Fallout from the other delta hack? 49 // branch relocation. Fallout from the other delta hack? 52 // FIXME: Darwin 'as' comes up with 'SIGNED' here instead of 'BRANCH'. 55 // branch relocation. Fallout from the other delta hack?
|
/external/llvm/test/MC/Mips/micromips64r6/ |
invalid.s | 15 beqzc16 $6, 31 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: branch to misaligned address 16 beqzc16 $6, 130 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: branch target out of range 18 bnezc16 $6, 31 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: branch to misaligned address 19 bnezc16 $6, 130 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: branch target out of range 258 bc1eqzc $f31, -65535 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: branch to misaligned address 259 bc1eqzc $f31, -65537 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: branch target out of range 260 bc1eqzc $f31, 65535 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: branch to misaligned address 261 bc1eqzc $f31, 65536 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: branch target out of range 263 bc1nezc $f31, -65535 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: branch to misaligned address 264 bc1nezc $f31, -65537 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: branch target out of rang [all...] |
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 103 (* Grab the first block so that we might later add the conditional branch 116 * other is used for the conditional branch. *) 134 (* Return to the start block to add the conditional branch. *) 138 (* Set a unconditional branch at the end of the 'then' block and the 227 (* Insert the conditional branch into the end of loop_end_bb. *)
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMJITInfo.cpp | 162 // If this is just a call to an external function, emit a branch instead of a 165 // Branch to the corresponding function addr. 208 // stub with indirect branch instructions targeting the compiled code. 210 // the new branch will be invoked when we come back. 212 // Branch and link to the compilation callback.
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
PPCHazardRecognizers.cpp | 29 // of instructions. The PPC970 can dispatch a peak of 4 non-branch and one 30 // branch instruction per-cycle. 120 /// getHazardType - We return hazard for any non-branch instruction that would 142 // it is not a branch and that it cannot issue if 3 other instructions are 154 // We can only issue a branch as the last instruction in a group.
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
SparcInstrInfo.cpp | 135 //Terminator is not a branch 225 "Sparc branch conditions should have one component!"); 228 assert(!FBB && "Unconditional branch with multiple successors!"); 233 //Conditional branch 260 break; // Not a branch
|
/external/v8/src/compiler/ |
js-builtin-reducer.cc | 373 graph()->NewNode(common()->Branch(BranchHint::kFalse), check0, control); 391 Node* branch1 = graph()->NewNode(common()->Branch(BranchHint::kTrue), 521 graph()->NewNode(common()->Branch(BranchHint::kFalse), check0, control); 551 Node* branch2 = graph()->NewNode(common()->Branch(BranchHint::kTrue), 751 Node* branch = local 752 graph()->NewNode(common()->Branch(BranchHint::kFalse), check, control); 754 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); 758 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); 1544 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), local 1595 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), local [all...] |
/external/v8/src/mips/ |
assembler-mips.h | 402 // Takes a branch opcode (cc) and a label (L) and generates 403 // either a backward branch or a forward branch and links it 407 // j(cc, &L); // forward branch to unbound label 409 // j(cc, &L); // backward branch to bound label 418 // Determines if Label is bound and near enough so that branch instruction 434 // Returns the branch offset to the given label from the current code 462 // Read/Modify the code target address in the branch/call instruction at pc. 494 // This sets the branch destination (which gets loaded at the call address). 596 // --------Branch-and-jump-instructions--------- [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-mt.c | 235 /* Detect consecutive branch instructions. */ 238 as_warn (_("%s may not occupy the delay slot of another branch insn."), 273 /* Detect data dependency between conditional branch instruction 283 as_warn (_("conditional branch or jal insn's operand references R%ld of previous arithmetic or logic insn."), 288 as_warn (_("conditional branch or jal insn's operand references R%ld of previous arithmetic or logic insn."),
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
TfTestLauncher.java | 72 @Option(name = "sub-branch", description = "The branch to be provided to the sub invocation, " 73 + "if null, the branch in build info will be used.") 154 mCmdArgs.add("--branch"); 160 throw new RuntimeException("Branch option is required for the sub invocation.");
|
/external/llvm/lib/Transforms/Utils/ |
Local.cpp | 62 /// constant value, convert it into an unconditional branch to the constant 65 /// Also calls RecursivelyDeleteTriviallyDeadInstructions() on any branch/switch 73 // Branch - See if we are conditional jumping on constant 75 if (BI->isUnconditional()) return false; // Can't optimize uncond branch 81 // YES. Change to unconditional branch... 86 // << "\nRemoving branch from " << T->getParent() 93 // Replace the conditional branch with an unconditional one. 99 if (Dest2 == Dest1) { // Conditional branch to same location? 100 // This branch matches something like this: 108 // Replace the conditional branch with an unconditional one [all...] |
/docs/source.android.com/src/source/ |
faqs.jd | 87 corresponding branch in the open source tree. At any given moment, the most 88 recent such branch will be considered the "current stable" branch version. 89 This current stable branch is the one that manufacturers port to their 90 devices. This branch is kept suitable for release at all times.</p> 91 <p>Simultaneously, there is also a "current experimental" branch, which is 94 stable branch from the experimental branch as appropriate.</p> 96 with developing a flagship device. This branch pulls in changes from the 107 core platform APIs are developed in a private branch. These APIs constitut [all...] |
/external/emma/ |
build.xml | 21 <!-- build branch properties and local customization overrides: --> 26 <!-- next, load the CVS-versioned release/branch properties file: --> 66 <property name="build.is.on.a.branch" value="yes" /> 187 <target name="-timestamp.2a" depends="init" if="build.is.on.a.branch" > 188 <property name="cvs.branch.label" value="BRANCH_${app.major.version}_${app.minor.version}" /> 193 <property name="cvs.branch.label" value="HEAD" /> <!-- default to a trunk/stable build --> 194 <echo message="CVS branch label: ${cvs.branch.label}" /> 504 command="-t rtag -r ${cvs.branch.label} -F -a ${cvs.ready.label} ${app.short.name}" /> 509 command="-t rtag -r ${cvs.branch.label} -d -a ${cvs.ready.label} ${app.short.name}" / [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64SchedVulcan.td | 23 let MispredictPenalty = 12; // Extra cycles for mispredicted branch. 38 // Port 2: ALU, Branch. 65 // Branch micro-ops only on port 2. 211 // 3.1 Branch Instructions 214 // Branch, immed 215 // Branch and link, immed 216 // Compare and branch 225 // Branch, register 226 // Branch and link, register != LR 227 // Branch and link, register = L [all...] |