/external/autotest/client/site_tests/hardware_PerfCounterVerification/ |
hardware_PerfCounterVerification.py | 66 branch = perf_lbr_verification.ReadBranchAddressesFile( 69 program, branch, ','.join(self.events),
|
/external/bison/build-aux/ |
gnu-web-doc-update | 137 current_branch=$($GIT branch | sed -ne '/^\* /{s///;p;q;}') 145 $GIT branch -d $tmp_branch
|
/external/guice/util/ |
generate-latest-docs.sh | 18 git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/google/guice gh-pages > /dev/null
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/ |
MachO_ARM64_relocations.s | 16 # Test ARM64_RELOC_BRANCH26 relocation. The branch instruction only encodes 26 17 # bits of the 28-bit possible branch range. The lower two bits are always zero
|
/prebuilts/go/darwin-x86/src/runtime/ |
sys_arm64.go | 27 // section C3.2.6 Unconditional branch (immediate)
|
/prebuilts/go/linux-x86/src/runtime/ |
sys_arm64.go | 27 // section C3.2.6 Unconditional branch (immediate)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
plt-1.d | 1 # name: Thumb branch to PLT
|
sp-pc-validations-bad-t.l | 2 [^:]*:27: Error: branch must be last instruction in IT block -- `ldreq r15,\[r0\]' 3 [^:]*:28: Error: branch must be last instruction in IT block -- `ldreq r15,\[r0,#0\]' 4 [^:]*:29: Error: branch must be last instruction in IT block -- `ldreq r15,\[sp\]' 5 [^:]*:30: Error: branch must be last instruction in IT block -- `ldreq r15,\[sp,#0\]' 6 [^:]*:31: Error: branch must be last instruction in IT block -- `ldreq.w r15,\[r0\]' 7 [^:]*:32: Error: branch must be last instruction in IT block -- `ldreq.w r15,\[r0,#0\]' 8 [^:]*:33: Error: branch must be last instruction in IT block -- `ldreq r15,\[r0,#-4\]' 9 [^:]*:34: Error: branch must be last instruction in IT block -- `ldreq r15,\[r0\],#4' 10 [^:]*:35: Error: branch must be last instruction in IT block -- `ldreq r15,\[r0,#0\]!' 11 [^:]*:38: Error: branch must be last instruction in IT block -- `ldreq r15,label [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-mpx-branch-1.d | 3 #name: x86-64 MPX branch
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
libdso-12.d | 8 # Check for common DSO contents; load of GOT register, branch to
|
/art/runtime/arch/mips64/ |
jni_entrypoints_mips64.S | 49 .cpreturn # Restore gp from t8 in branch delay slot. gp is not used
|
/external/llvm/test/MC/AArch64/ |
arm64-branch-encoding.s | 6 ; Unconditional branch (register) instructions. 26 ; Contitional branch instructions. 90 ; Compare-and-branch instructions. 110 ; Bit-test-and-branch instructions.
|
/external/llvm/test/MC/MachO/ARM/ |
long-call-branch-island-relocation.s | 23 @ generating an external relocation so the linker can create a branch
|
/external/llvm/test/MC/Mips/ |
mips-jump-delay-slots.s | 1 # Verify that every branch and jump instruction is followed by a delay slot 2 # except for the branch likely instructions.
|
/external/mesa3d/src/gallium/drivers/radeon/ |
radeon_llvm.h | 103 struct radeon_llvm_branch branch[RADEON_LLVM_MAX_BRANCH_DEPTH]; member in struct:radeon_llvm_context
|
/external/v8/tools/ |
find-commit-for-patch.py | 18 "--branch", "-b", default="origin/master", type=str, 79 "Try running 'git fetch', specifying the correct --branch, " 87 commit = FindFirstMatchingCommit(args.branch, files, args.limit, args.verbose)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
branch-likely.d | 2 #name: MIPS branch-likely instructions 5 # Check branch-likely instructions
|
r5900-vu0.s | 63 # COP2 conditional branch instructions
|
/external/fec/ |
sse2bfly27.s | 63 # compute branch metrics 69 # compute 5-bit branch metric in xmm4 by adding the individual symbol metrics 86 # negate branch metrics 98 # interleave and store new branch metrics in mm0,2 125 # largest branch metric is 30, that means we don't want any to exceed 225 128 # determined worst-case metric spread for this code and branch metrics in the range 0-30.
|
/external/v8/src/compiler/ |
branch-elimination.cc | 5 #include "src/compiler/branch-elimination.h" 58 // If we know the condition we can discard the branch. 81 // Add the condition to the list arriving from the input branch. 82 Node* branch = NodeProperties::GetControlInput(node, 0); local 83 const ControlPathConditions* from_branch = node_conditions_.Get(branch); 91 Node* condition = branch->InputAt(0);
|
change-lowering.cc | 179 Node* branch_same = graph()->NewNode(common()->Branch(), check_same, control); 190 Node* branch_zero = graph()->NewNode(common()->Branch(BranchHint::kFalse), 202 common()->Branch(BranchHint::kFalse), check_negative, if_zero); 222 Node* branch_ovf = graph()->NewNode(common()->Branch(BranchHint::kFalse), 251 Node* branch = local 252 graph()->NewNode(common()->Branch(BranchHint::kFalse), ovf, control); 254 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); 258 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); 284 Node* branch = local 285 graph()->NewNode(common()->Branch(BranchHint::kFalse), check, control) 381 Node* branch = local 405 Node* branch = local [all...] |
js-call-reducer.cc | 331 Node* branch = local 332 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); 333 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); 339 control = graph()->NewNode(common()->IfTrue(), branch); 356 Node* branch = local 357 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); 358 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); 364 control = graph()->NewNode(common()->IfTrue(), branch); 474 Node* branch = local 475 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control) 505 Node* branch = local [all...] |
/external/v8/test/unittests/compiler/ |
control-flow-optimizer-unittest.cc | 44 common()->Branch(), 50 common()->Branch(), 75 common()->Branch(), 81 common()->Branch(), 104 Node* branch0 = graph()->NewNode(common()->Branch(), cond0, start()); 110 Node* branch = graph()->NewNode(common()->Branch(), phi0, merge0); local 111 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); 112 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
|
/external/v8/tools/release/ |
merge_to_branch.py | 50 if self._options.branch: 51 self["merge_to_branch"] = self._options.branch 53 self.Die("Please specify a branch to merge to") 60 MESSAGE = "Create a fresh branch for the patch." 78 branch=self.vc.RemoteMasterBranch()) 180 MESSAGE = "Commit to local branch." 218 print "branch: %s" % self["merge_to_branch"] 230 group.add_argument("--branch", help="The branch to merge to.") 265 "PERSISTFILE_BASENAME": "/tmp/v8-merge-to-branch-tempfile" [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPResponse.java | 620 * Sets the Via branch for CANCEL or ACK requests 627 String branch; local 630 branch = getTopmostVia().getBranch(); // non-2xx ACK uses same branch 632 branch = Utils.getInstance().generateBranchId(); // 2xx ACK gets new branch 635 branch = getTopmostVia().getBranch(); // CANCEL uses same branch 639 via.setBranch( branch );
|