/art/runtime/interpreter/mterp/mips64/ |
op_goto.S | 2 * Unconditional branch, 8-bit offset. 4 * The branch distance is a signed code-unit offset, which we need to 23 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
|
op_goto_16.S | 2 * Unconditional branch, 16-bit offset. 4 * The branch distance is a signed code-unit offset, which we need to 22 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
|
/external/autotest/client/site_tests/firmware_TouchMTB/tools/ |
create_version.py | 17 (1) it could be found in cros/master remote branch on the host, and 22 If the there are any commits on the current local branch on top of the 72 def _get_git_commit(branch): 73 return _run_git_cmd('git rev-parse %s' % branch)
|
/external/dagger2/util/ |
generate-latest-docs.sh | 12 git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/google/dagger gh-pages > /dev/null
|
/external/opencv3/ |
README.md | 19 * Choose the right base branch;
|
/external/skia/bin/ |
c | 5 BRANCH=$(git branch | grep \* | cut -d" " -f 2) 9 if [ "$BRANCH" = "$CLEAN" ]; then 10 echo "Comparing $BRANCH to itself." 21 git checkout $BRANCH 24 out/Release/nanobench $@ --samples $SAMPLES -v 2> $BRANCH.log 26 python bin/compare $CLEAN.log $BRANCH.log
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue4448.go | 8 // to be bounded make 5g and 8g generate a dangling branch.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue4448.go | 8 // to be bounded make 5g and 8g generate a dangling branch.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
ldr-t-bad.l | 4 [^:]*:16: Error: branch must be last instruction in IT block -- `ldrge r15,\[r15,#4\]' 5 [^:]*:25: Error: branch must be last instruction in IT block -- `ldrge r15,.0x4' 7 [^:]*:36: Error: branch must be last instruction in IT block -- `ldrge r15,\[r15,r1\]'
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
branch-misc-4.d | 2 #name: MIPS branch-misc-4
|
micromips@24k-branch-delay-1.d | 4 #source: 24k-branch-delay-1.s
|
relax-swap3.d | 2 #name: MIPS relaxed macro with branch swapping
|
alnv_ps-swap.d | 2 #name: MIPS ALNV.PS instruction branch swapping 6 # branch prevents from branch swapping.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/xtensa/ |
short_branch_offset.d | 4 # Test that a short branch with a target just barely out of range does
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
adj-brset.s | 7 brclr 140,x#200,L8 ; Branch adjustment covers the whole test 9 ;;; branch must be fixed and reduced by 1. We check for different 15 brclr 90,x,#99,L3 ; Likewise with forward branch 40 brclr 140,x#200,_start ; Branch adjustment covers the whole test
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-nds32/ |
branch.d | 2 #ld: -static --relax -T $srcdir/$subdir/branch.ld
|
/docs/source.android.com/ |
Android.mk | 31 # Run "make tradefed-docs" in "tradefed" branch before running this target 34 # that contains a sync'ed copy of the "tradefed" branch at the same level as the 35 # live docs branch.
|
/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/v8/test/unittests/compiler/ |
loop-peeling-unittest.cc | 29 Node* branch; member in struct:v8::internal::compiler::While 36 struct Branch { 37 Node* branch; member in struct:v8::internal::compiler::Branch 109 Node* branch = graph()->NewNode(common()->Branch(), cond, loop); local 110 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); 111 Node* exit = graph()->NewNode(common()->IfFalse(), branch); 113 return {loop, branch, if_true, exit}; 126 Branch NewBranch(Node* cond, Node* control = nullptr) { 128 Node* branch = graph()->NewNode(common()->Branch(), cond, control) local [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r500_fragprog_emit.c | 463 struct branch_info * branch; local 543 rc_error(s->C, "Branch depth exceeds hardware limit"); 549 branch = &s->Branches[s->CurrentBranchDepth++]; 550 branch->If = newip; 551 branch->Else = -1; 552 branch->Endif = -1; 562 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__); 566 branch = &s->Branches[s->CurrentBranchDepth - 1]; 567 branch->Else = newip; 574 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__) [all...] |
/external/v8/src/compiler/ |
js-global-object-specialization.cc | 188 Node* branch = local 189 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); 190 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); 196 control = graph()->NewNode(common()->IfTrue(), branch); 208 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kFalse), local 210 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); 216 control = graph()->NewNode(common()->IfFalse(), branch); 229 Node* branch = local 230 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control) [all...] |
/system/core/libpixelflinger/codeflinger/ |
disassem.c | 86 * b - branch address 87 * t - thumb branch address (bits 24, 0-23) 309 int branch; local 421 /* b - branch address */ 423 branch = ((insn << 2) & 0x03ffffff); 424 if (branch & 0x02000000) 425 branch |= 0xfc000000; 426 di->di_printaddr(loc + 8 + branch); 430 branch = ((insn << 2) & 0x03ffffff) | 432 if (branch & 0x02000000 [all...] |
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
collector.py | 61 def __init__(self, should_trace, check_include, timid, branch, warn, concurrency): 75 If `branch` is true, then branches will be measured. This involves 90 self.branch = branch 146 # branch coverage), or mapping file names to dicts with line number 147 # pairs as keys (if branch coverage). 189 tracer.trace_arcs = self.branch 320 if self.branch:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/ |
run_pylint.py | 103 uses a specific commit or branch (a so-called diff base) to compare 114 specify a remote branch to diff against. 131 # Only allow specified remote and branch in local dev. 133 branch = os.getenv('GCLOUD_BRANCH_FOR_LINT') 134 if remote is not None and branch is not None: 135 diff_base = '%s/%s' % (remote, branch)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/ |
messages.properties | 27 RSSFeedAddEntryTask.BranchError=Warning: no branch specified, eg., 3.2.0\! 29 RSSFeedAddEntryTask.BuildURLError=Warning: no buildURL specified, eg., http://server/path/to/project/downloads/drops/branch/buildID/\! 37 RSSFeedAddEntryTask.BranchKeyword=%%branch%%
|