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

<<51525354555657585960>>

  /external/llvm/test/MC/Mips/
branch-pseudos.s 68 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
88 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
93 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
117 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
133 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
142 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
231 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
255 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
321 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
345 # WARNING: :[[@LINE-1]]:3: warning: branch is always take
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 304 * User decided to give us his own via header branch. Lets see if it
374 // If the user has set his own branch Id and the
375 // branch id starts with a valid prefix, then take it.
376 // otherwise, generate one. If branch ID checking has
377 // been requested, set the branch ID.
693 * JvB: Via branch should already be OK, dont touch it here? Some
695 * not set already, dont overwrite CANCEL branch here..
699 String branch = via.getBranch(); local
700 if (branch == null || branch.length() == 0)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetInstrInfo.h 252 /// 2. If this block ends with only an unconditional branch, it sets TBB to be
254 /// 3. If this block ends with a conditional branch and it falls through to a
255 /// successor block, it sets TBB to be the branch destination block and a
258 /// 4. If this block ends with a conditional branch followed by an
259 /// unconditional branch, it returns the 'true' destination in TBB, the
268 /// block (e.g. delete instructions after the unconditional branch).
285 /// InsertBranch - Insert branch code into the end of the specified
293 /// branch to analyze. At least this much must be implemented, else tail
304 /// after it, replacing it with an unconditional branch to NewDest. This is
510 /// ReverseBranchCondition - Reverses the branch condition of the specifie
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
lm32-desc.c 252 { LM32_F_BRANCH, "f-branch", 0, 32, 15, 16, { 0|A(PCREL_ADDR), { { { (1<<MACH_BASE), 0 } } } } },
303 /* branch: branch offset */
304 { "branch", LM32_OPERAND_BRANCH, HW_H_IADDR, 15, 16,
402 /* be $r0,$r1,$branch */
407 /* bg $r0,$r1,$branch */
412 /* bge $r0,$r1,$branch */
417 /* bgeu $r0,$r1,$branch */
422 /* bgu $r0,$r1,$branch */
427 /* bne $r0,$r1,$branch */
    [all...]
  /external/valgrind/cachegrind/docs/
cg-manual.xml 8 <title>Cachegrind: a cache and branch-prediction profiler</title>
18 hierarchy and (optionally) branch predictor. It simulates a machine with
86 cycles, and a mispredicted branch costs in the region of 10
87 to 30 cycles. Detailed cache and branch profiling can be very useful
167 <para>Branch prediction statistics are not collected by default.
168 To do so, add the option <option>--branch-sim=yes</option>.</para>
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 91 /// BL branch target.
97 /// BLX branch target.
102 /// getThumbBRTargetOpValue - Return encoding info for Thumb branch target.
107 /// getThumbBCCTargetOpValue - Return encoding info for Thumb branch target.
112 /// getThumbCBTargetOpValue - Return encoding info for Thumb branch target.
118 /// branch target.
124 /// immediate Thumb2 direct branch target.
130 /// branch target.
578 /// getBranchTargetOpValue - Helper function to get the branch target operand,
588 assert(MO.isExpr() && "Unexpected branch target type!")
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 86 /// BL branch target.
91 /// BLX branch target.
95 /// getThumbBRTargetOpValue - Return encoding info for Thumb branch target.
99 /// getThumbBCCTargetOpValue - Return encoding info for Thumb branch target.
103 /// getThumbCBTargetOpValue - Return encoding info for Thumb branch target.
108 /// branch target.
113 /// immediate Thumb2 direct branch target.
118 /// branch target.
457 /// getBranchTargetOpValue - Helper function to get the branch target operand,
466 assert(MO.isExpr() && "Unexpected branch target type!")
    [all...]
  /external/v8/src/builtins/
builtins-regexp.cc 201 a->Branch(has_initialmap, &if_unmodified, &if_modified);
248 a->Branch(has_initialmap, &if_unmodified, &if_modified);
336 a->Branch(a->UintPtrLessThan(var_from_cursor.value(), limit), &loop, &out);
394 a->Branch(should_update_last_index, &if_doupdate, &if_dontupdate);
517 a->Branch(a->IsJSReceiverInstanceType(value_instance_type), &out,
583 a->Branch(proto_has_initialmap, if_isunmodified, if_ismodified);
614 a->Branch(IsInitialRegExpMap(a, context, map), &if_isunmodifiedjsregexp,
826 a->Branch(a->Word32Equal(instance_type, a->Int32Constant(JS_REGEXP_TYPE)),
846 a->Branch(a->WordEqual(receiver, initial_prototype), &if_isprototype,
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mcore.c 122 of the literal pool, and perhaps put a branch in place.
127 -2 an inserted branch around the table.
168 /* Must we branch around the literal table? */
243 The dump_literals (1) call inserts a branch around the table, so
245 insert a branch (e.g., the previous instruction was an unconditional
246 branch).
249 it accounts for alignments and an inserted branch.
678 have to allow for the branch (2 bytes) and the alignment
    [all...]
tc-mn10300.c 61 are because the branch instruction is translated into a jump
485 /* Reverse the condition of the first branch. */
526 /* Create a fixup for the reversed conditional branch. */
532 /* Now create the unconditional branch + fixup to the
542 /* Reverse the condition of the first branch. */
583 /* Create a fixup for the reversed conditional branch. */
589 /* Now create the unconditional branch + fixup to the
606 /* Reverse the condition of the first branch. */
629 /* Create a fixup for the reversed conditional branch. */
635 /* Now create the unconditional branch + fixup to th
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BytesTrie.java 556 // the branch node.
665 // outbound edge of a branch node.
668 // and the remaining branch length in bits 24..16. (Bits 31..25 are unused.)
669 // (We could store the remaining branch length minus 1 in bits 23..16 and not use bits 31..24,
749 // Handles a branch node for both next(byte) and next(string).
751 // Branch according to the current byte.
756 // The length of the branch is the number of bytes to select from.
853 // from a branch.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BytesTrie.java 590 // the branch node.
700 // outbound edge of a branch node.
703 // and the remaining branch length in bits 24..16. (Bits 31..25 are unused.)
704 // (We could store the remaining branch length minus 1 in bits 23..16 and not use bits 31..24,
784 // Handles a branch node for both next(byte) and next(string).
786 // Branch according to the current byte.
791 // The length of the branch is the number of bytes to select from.
888 // from a branch
    [all...]
  /external/v8/src/compiler/
js-native-context-specialization.cc 277 // The final states for every polymorphic branch. We join them with
297 Node* branch = graph()->NewNode(common()->Branch(), check, control); local
298 control = graph()->NewNode(common()->IfFalse(), branch);
299 receiverissmi_control = graph()->NewNode(common()->IfTrue(), branch);
340 Node* branch = graph()->NewNode(common()->Branch(), check, local
342 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch);
344 graph()->NewNode(common()->IfTrue(), branch));
653 // The final states for every polymorphic branch. We join them wit
705 Node* branch = graph()->NewNode(common()->Branch(), check, local
1340 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), local
    [all...]
  /toolchain/binutils/binutils-2.25/cpu/
xstormy16.cpu 82 (BR - () "Branch")
180 (comment "Condition of a branch instruction")
228 (dnop bcond2 "branch condition opcode" () h-branchcond f-op2)
266 (dnop bcond5 "branch condition opcode" () h-branchcond f-op5)
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.cpp 296 Conditional = i; // Record the position of the conditional branch.
298 Unconditional = i; // Record the position of the unconditional branch.
309 // Error out if there's any branch in a loop-end packet.
316 // Error out if more than one unconditional branch or
317 // the conditional branch appears after the unconditional one.
505 // Branch info is lost when duplexing. The unduplexed insns must be
506 // checked and only branch errors matter for this case.
  /external/llvm/test/Transforms/SimplifyCFG/
preserve-branchweights.ll 136 ;; Then the second switch will be converted to a branch, finally, the first
137 ;; switch and the branch will be merged into a single switch.
180 ;; This test is based on test1 but swapped the targets of the second branch.
219 ; Test basic folding to a conditional branch.
243 ; branch
364 ;; When folding branches to common destination, the updated branch weights
414 ; The selects should have freshly calculated branch weights.
  /external/skia/
PRESUBMIT.py 453 * Adds 'NOTREECHECKS=true' for non master branch changes since they do not
454 need to be gated on the master branch's tree.
455 * Adds 'NOTRY=true' for non master branch changes since trybots do not yet
457 * Adds 'NOPRESUBMIT=true' for non master branch changes since those don't
518 'Branch changes do not need to rely on the master branch\'s '
533 'Branch changes do not run the presubmit checks.'))
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerInvoke.cpp 186 // Insert an unconditional branch to the normal destination.
266 // Replace the invoke with an uncond branch.
436 // invokes. After the setjmp, use a cond branch that goes to the original
501 // Split the entry block to insert the conditional branch for the setjmp.
519 // Nuke the uncond branch.
576 // Replace all unwinds with a branch to the unwind handler.
582 // Replace the inserted unreachable with a branch to the unwind handler.
  /external/vixl/src/aarch64/
assembler-aarch64.h 110 // - Branches to a label are emitted in order: branch instructions to a label
112 // other branch to that same label already generated. As an example, this can
113 // be broken when an instruction is patched to become a branch. Note that the
118 // generated in growing order of the branch instruction offset from the start
121 // When creating a veneer for a branch going out of range, the link for this
122 // branch needs to be removed from this `links_`. Since all branches are
127 // branch information for veneers: split the container to use one set per type
128 // of branch. With that setup, when a veneer is created and the link needs to
130 // the set for its type of branch, and that minimum element will be accessible
483 // Branch / Jump instructions
    [all...]
decoder-aarch64.cc 77 // 4: Unconditional branch immediate.
79 // Compare and branch immediate.
80 // 5: Compare and branch immediate.
81 // Conditional branch.
83 // 6,7: Unconditional branch.
84 // Test and branch immediate.
292 // TODO(all): rearrange the tree to integrate this branch.
  /system/extras/simpleperf/
cmd_stat.cpp 47 "instructions", "branch-instructions", "branch-misses",
144 // For example, a summary of branch-misses:u and a summary for branch-misses:k
145 // can generate a summary of branch-misses.
227 } else if (s.type_name == "branch-misses") {
228 other_name = "branch-instructions";
  /external/autotest/server/
site_utils.py 408 string changes such that we can't determine build_type or branch
412 branch = 26
415 branch = 28
421 _board, build_type, branch = ParseBuildName(build)[:3]
424 branch = 'Unknown'
434 'branch': branch,
438 return ('%(prefix)s.%(board)s.%(build_type)s.%(branch)s.%(suite)s'
655 # branch/build_target-build_type/build_id.
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCInstrInfo.cpp 169 // Branch analysis.
260 // Remove the branch.
270 // Remove the branch.
283 "PPC branch conditions have two components!");
285 // One-way branch.
287 if (Cond.empty()) // Unconditional branch
289 else // Conditional branch
295 // Two-way Conditional Branch.
631 assert(Cond.size() == 2 && "Invalid PPC branch opcode!");
  /toolchain/binutils/binutils-2.25/bfd/
elf32-crx.c 465 /* This relocation type is used only in 'Branch if Equal to 0'
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAState.java 73 * the DFA will always report alt n+1 as the exit branch for n real
160 * as transition 0 points at the exit branch (we compute DFAs
209 walkAlt = 1; // any non exit branch alt predicts entering

Completed in 865 milliseconds

<<51525354555657585960>>