HomeSort by relevance Sort by last modified time
    Searched full:branch (Results 176 - 200 of 4746) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/linux-kselftest/tools/testing/selftests/powerpc/
reg.h 29 #define SPRN_BESCR 806 /* Branch event status & control register */
30 #define SPRN_BESCRS 800 /* Branch event status & control set (1 bits set to 1) */
31 #define SPRN_BESCRSU 801 /* Branch event status & control set upper */
32 #define SPRN_BESCRR 802 /* Branch event status & control REset (1 bits set to 0) */
33 #define SPRN_BESCRRU 803 /* Branch event status & control REset upper */
  /toolchain/binutils/binutils-2.25/gold/testsuite/
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.
  /external/llvm/test/tools/llvm-cov/Inputs/
test_-a_-b.cpp.gcov 54 branch 0 taken 67%
55 branch 1 taken 33%
60 branch 0 taken 67%
61 branch 1 taken 33%
77 branch 0 taken 100%
78 branch 1 taken 0%
91 branch 0 taken 91%
92 branch 1 taken 9%
96 branch 0 taken 20%
97 branch 1 taken 0
    [all...]
test_-a_-b_-c_-u.cpp.gcov 61 branch 1 taken 4
62 branch 2 taken 2
69 branch 1 taken 8
70 branch 2 taken 4
90 branch 0 taken 2
91 branch 1 taken 0
107 branch 1 taken 20
108 branch 2 taken 2
113 branch 0 taken 4
114 branch 1 taken
    [all...]
  /test/vts/utils/python/build/api/
artifact_fetcher.py 100 def GetArtifact(self, branch, build_target, build_id, resource_id,
105 branch: Branch from which the code was built, e.g. "master"
135 def GetManifest(self, branch, build_target, build_id, attempt_id=None):
139 branch: Branch from which the code was built, e.g. "master"
149 return self.GetArtifact(branch, build_target, build_id, resource_id,
152 def GetRepoDictionary(self, branch, build_target, build_id, attempt_id=None):
156 branch: Branch from which the code was built, e.g. "master
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 13 // positions pass, and a branch pseudo op to machine branch opcode pass. This
28 #define DEBUG_TYPE "msp430-branch-select"
48 return "MSP430 Branch Selector";
54 /// createMSP430BranchSelectionPass - returns an instance of the Branch
79 // If the entire function is smaller than the displacement of a branch field,
87 // For each conditional branch, if the offset to its destination is larger
88 // than the offset field allows, transform it into a long branch sequence
90 // short branch:
92 // long branch
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430BranchSelector.cpp 13 // positions pass, and a branch pseudo op to machine branch opcode pass. This
18 #define DEBUG_TYPE "msp430-branch-select"
41 return "MSP430 Branch Selector";
47 /// createMSP430BranchSelectionPass - returns an instance of the Branch
76 // If the entire function is smaller than the displacement of a branch field,
84 // For each conditional branch, if the offset to its destination is larger
85 // than the offset field allows, transform it into a long branch sequence
87 // short branch:
89 // long branch
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCBranchSelector.cpp 13 // positions pass, and a branch pseudo op to machine branch opcode pass. This
18 #define DEBUG_TYPE "ppc-branch-select"
42 return "PowerPC Branch Selector";
48 /// createPPCBranchSelectionPass - returns an instance of the Branch Selection
77 // If the entire function is smaller than the displacement of a branch field,
85 // For each conditional branch, if the offset to its destination is larger
86 // than the offset field allows, transform it into a long branch sequence
88 // short branch:
90 // long branch
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
TargetInsn.java 23 * Instruction which has a single branch target.
26 /** {@code non-null;} the branch target */
39 * @param target {@code non-null;} the branch target
67 * {@code lt} test becomes a {@code ge}), and its branch
71 * @param target {@code non-null;} the new branch target
81 * Gets the unique branch target of this instruction.
83 * @return {@code non-null;} the branch target
102 * Gets the branch offset of this instruction. This is only valid to
107 * @return the branch offset
  /dalvik/dx/src/com/android/dx/dex/code/
TargetInsn.java 23 * Instruction which has a single branch target.
26 /** {@code non-null;} the branch target */
39 * @param target {@code non-null;} the branch target
67 * {@code lt} test becomes a {@code ge}), and its branch
71 * @param target {@code non-null;} the new branch target
81 * Gets the unique branch target of this instruction.
83 * @return {@code non-null;} the branch target
102 * Gets the branch offset of this instruction. This is only valid to
107 * @return the branch offset
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
logmerge.py 26 belonging to the given branch tag. The form -b HEAD restricts the
28 produces some output if tag is a non-branch tag, but this output is
46 branch = None
54 branch = a
63 records = digest_chunk(chunk, branch)
96 def digest_chunk(chunk, branch=None):
107 if branch is None:
109 elif branch == "HEAD":
110 branch = re.compile(r"^\d+\.\d+$")
126 rev = revisions.get(branch)
    [all...]
  /external/clang/
ReadmeAndroid.md 20 This is the branch that will be present in most platform trees. As such,
22 libraries in this branch.
24 This branch does not contain a full history. Updates to this are done via a
25 squashed merge from the *dev* branch. Aside from updates, patches usually
26 shouldn't be submitted to this branch. Any that are will need to be
31 The primary purpose of this branch is allowing us to decouple the platform
36 Updates are performed in this branch, and the platform compilers are built
37 from this branch.
41 This branch is an automatically updated direct mirror of the upstream master
42 branch. This is a read only branch that is the merge source for updates t
    [all...]
  /external/autotest/site_utils/autoupdate/
full_release_test_test.py 95 branch = '24'
109 branch, src, branch, target, board))
115 branch, src, board))
128 branch = '24'
142 branch, src, branch, target, board))
148 branch, src, board))
160 branch = '24'
176 branch, src, branch, target, board)
    [all...]
  /external/llvm/test/CodeGen/AMDGPU/
structurize.ll 12 ; When the diamond_true branch had more than 100 instructions.
19 ; === Branch instruction (IF):
28 ; === Branch instruction (ELSE):
32 ; === Branch instruction (IF):
36 ; === Branch instruction (ELSE):
40 ; === Branch instruction (ENDIF):
  /external/toolchain-utils/
remote_gcc_build.py 25 BRANCH = 'the_actual_branch_used_in_this_script'
46 def FindVersionForToolchain(branch, chromeos_root):
50 digits = branch.split('-')[1].split('B')[0]
55 command = 'repo sync . && git branch -a | grep {0}'.format(major_version)
59 logger.GetLogger().LogFatal('Cannot find version for branch {0}'
60 .format(branch))
173 """Remove the branch with name BRANCH."""
177 if BRANCH in out:
182 command = 'git branch -D {0}'.format(BRANCH
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 70 // the PC of the label preceding it so that no unconditional branch
236 // Commit the last branch target label (if any) and disable instruction reordering.
311 // existing instructions (branch placeholders) in the buffer.
313 for (auto& branch : branches_) {
314 EmitBranch(&branch);
2337 Branch* branch = GetBranch(branch_id); local
2354 const Branch* branch = GetBranch(branch_id); local
2366 const Branch* branch = GetBranch(branch_id); local
2384 const Branch* branch = GetBranch(last_branch_id_); local
2712 Branch& branch = branches_[--i]; local
    [all...]
  /external/autotest/site_utils/
automated_deploy.py 49 description=('Command to update prod branch for autotest, chromite '
52 help='Skip updating autotest prod branch. Default is False.')
54 help='Skip updating chromite prod branch. Default is False.')
56 help='Update autotest prod branch to the given hash. If it is not'
57 ' specified, autotest prod branch will be rebased to '
58 'prod-next branch, which is the latest commit that has '
75 """Method to clone the prod branch for a given repo under /tmp/ dir.
84 print 'Cloning %s prod branch under %s' % (repo, repo_dir)
89 print 'Successfully cloned %s prod branch' % repo
94 """Method to update the prod branch of the given repo to the given hash
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips-size-0.l 10 .*:58: Warning: wrong size instruction in a 32-bit branch delay slot
11 .*:66: Warning: wrong size instruction in a 16-bit branch delay slot
13 .*:74: Warning: wrong size instruction in a 16-bit branch delay slot
15 .*:77: Warning: wrong size instruction in a 16-bit branch delay slot
16 .*:78: Warning: wrong size instruction in a 16-bit branch delay slot
17 .*:80: Warning: wrong size instruction in a 32-bit branch delay slot
18 .*:82: Warning: wrong size instruction in a 32-bit branch delay slot
21 .*:95: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
22 .*:95: Warning: macro instruction expanded into multiple instructions in a branch delay slot
23 .*:98: Warning: wrong size instruction in a 32-bit branch delay slo
    [all...]
  /art/runtime/interpreter/mterp/arm/
bincmp.S 2 * Generic two-operand compare-and-branch operation. Provide a "condition"
12 FETCH_S rINST, 1 @ rINST<- branch offset, in code units
zcmp.S 2 * Generic one-operand compare-and-branch operation. Provide a "condition"
10 FETCH_S rINST, 1 @ rINST<- branch offset, in code units
  /art/runtime/interpreter/mterp/arm64/
bincmp.S 2 * Generic two-operand compare-and-branch operation. Provide a "condition"
12 FETCH_S wINST, 1 // wINST<- branch offset, in code units
  /art/runtime/interpreter/mterp/mips/
bincmp.S 2 * Generic two-operand compare-and-branch operation. Provide a "condition"
12 FETCH_S(rINST, 1) # rINST<- branch offset, in code units
  /art/runtime/interpreter/mterp/x86/
bincmp.S 2 * Generic two-operand compare-and-branch operation. Provide a "revcmp"
15 movswl 2(rPC), rINST # Get signed branch offset
  /art/runtime/interpreter/mterp/x86_64/
bincmp.S 2 * Generic two-operand compare-and-branch operation. Provide a "revcmp"
15 movswq 2(rPC), rINSTq # Get signed branch offset
  /art/test/800-smali/smali/
b_22411633_1.smali 14 # Branch forward.
20 # Another branch forward.

Completed in 1280 milliseconds

1 2 3 4 5 6 78 91011>>