Searched
full:branch (Results
301 -
325 of
2537) sorted by null
<<11121314151617181920>>
/dalvik/vm/mterp/armv5te/ |
OP_APUT_WIDE.S | 23 @ branch prediction (if any) handles conditional forward branches vs.
|
/external/chromium/chrome/browser/extensions/ |
permissions_apitest.cc | 24 // too much for the branch. I'll enable this on trunk later.
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
basicblock.h | 41 // In order to compute relative branch offsets we need to keep track of
|
codegen.h | 37 // Instruction *dag, *branch; 41 // branch = 44 // gen.JoinInstructions(branch, 103 // Basic blocks are defined as sequences of instructions whose only branch
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
xmlreport.py | 74 xpackage.setAttribute("branch-rate", rate(bhits, bnum)) 83 xcoverage.setAttribute("branch-rate", rate(bhits_tot, bnum_tot)) 123 xline.setAttribute("branch", "true") 142 xclass.setAttribute("branch-rate", rate(class_br_hits, class_branches))
|
/external/chromium_org/third_party/lcov/ |
lcovrc | 21 # Width of branch coverage field in source code view 86 # Include branch coverage data display (can be disabled by the 87 # --no-branch-coverage option of genhtml) 156 # Specify if branch coverage data should be collected and processed.
|
/external/chromium_org/third_party/mesa/src/bin/ |
get-pick-list.sh | 3 # Script for generating a list of candidates for cherry-picking to a stable branch
|
/external/chromium_org/v8/test/mjsunit/ |
no-branch-elimination.js | 28 // Branch elimination on ARM build eliminate bl branches. It was wrong.
|
/external/chromium_org/webkit/common/user_agent/ |
user_agent_util.h | 18 // Returns the WebKit version, in the form "major.minor (branch@revision)".
|
/external/clang/test/Analysis/ |
keychainAPI-diagnostic-visitor.m | 30 if (st == noErr) // expected-note {{Assuming 'st' is equal to noErr}} // expected-note{{Taking true branch}}
|
misc-ps-ranges.m | 25 // statement from having the 'default' branch taken. This previously reported a false
|
/external/compiler-rt/lib/i386/ |
udivdi3.S | 30 /* High word of b is known to be non-zero on this branch */ 44 /* High word of a is greater than or equal to (b >> (1 + i)) on this branch */ 69 1: /* High word of a is greater than or equal to (b >> (1 + i)) on this branch */ 101 9: /* High word of b is zero on this branch */
|
umoddi3.S | 31 /* High word of b is known to be non-zero on this branch */ 45 /* High word of a is greater than or equal to (b >> (1 + i)) on this branch */ 74 2: /* High word of a is greater than or equal to (b >> (1 + i)) on this branch */ 111 9: /* High word of b is zero on this branch */
|
/external/compiler-rt/lib/x86_64/ |
floatundixf.S | 32 /* Branch-free implementation is ever so slightly slower, but more beautiful.
|
/external/libvpx/libvpx/vpx_mem/memory_manager/include/ |
cavl_if.h | 170 ** take greater branch from the nth node in the path, otherwise 171 ** take the less branch. bit 0 gives branch from root, and 173 L_BIT_ARR_DEFN(branch)
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCPredicates.cpp | 1 //===-- PPCPredicates.cpp - PPC Branch Predicate Information --------------===// 10 // This file implements the PowerPC branch predicates. 46 llvm_unreachable("Unknown PPC branch opcode!"); 76 llvm_unreachable("Unknown PPC branch opcode!");
|
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
basic.ll | 33 ; The 'then' branch is predicted more likely via branch weight metadata. 68 ; The 'case_c' branch is predicted more likely via branch weight metadata.
|
/external/llvm/test/CodeGen/Mips/ |
2008-07-29-icmp.ll | 3 ; FIXME: Disabled because branch instructions are generated where
|
/external/llvm/test/CodeGen/PowerPC/ |
vec_br_cmp.ll | 5 ; A predicate compare used immediately by a branch should not generate an mfcr.
|
/external/llvm/test/CodeGen/Thumb2/ |
thumb2-ifcvt3.ll | 3 ; There shouldn't be a unconditional branch at end of bb52.
|
/external/llvm/test/CodeGen/X86/ |
MachineSink-PHIUse.ll | 2 ; RUN: llc < %s -mtriple=x86_64-appel-darwin -disable-cgp-branch-opts -stats 2>&1 | grep "machine-sink"
|
/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/ |
higher_highest.ll | 1 ; DISABLE: llc -march=mips64el -mcpu=mips64 -mattr=n64 -force-mips-long-branch -filetype=obj < %s -o - | llvm-readobj -r | FileCheck %s
|
/external/llvm/test/Transforms/LoopUnswitch/ |
2012-04-02-IndirectBr.ll | 2 ; PR12343: -loop-unswitch crash on indirect branch
|
/external/mesa3d/bin/ |
get-pick-list.sh | 3 # Script for generating a list of candidates for cherry-picking to a stable branch
|
Completed in 718 milliseconds
<<11121314151617181920>>