HomeSort by relevance Sort by last modified time
    Searched refs:branch (Results 126 - 150 of 805) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/test/unittests/compiler/
node-matchers-unittest.cc 736 Node* branch = graph()->NewNode(common()->Branch(), zero, graph()->start()); local
737 Node* if_true = graph()->NewNode(common()->IfTrue(), branch);
738 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
739 BranchMatcher matcher(branch);
741 EXPECT_EQ(branch, matcher.Branch());
747 Node* branch = graph()->NewNode(common()->Branch(), zero, graph()->start()); local
748 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
758 Node* branch = graph()->NewNode(common()->Branch(), zero, graph()->start()); local
776 Node* branch = graph()->NewNode(common()->Branch(), zero, graph()->start()); local
784 Node* branch = graph()->NewNode(common()->Branch(), zero, graph()->start()); local
797 Node* branch = graph()->NewNode(common()->Branch(), zero, graph()->start()); local
815 Node* branch = graph()->NewNode(common()->Branch(), zero, graph()->start()); local
830 Node* branch = graph()->NewNode(common()->Branch(), zero, graph()->start()); local
843 Node* branch = graph()->NewNode(common()->Branch(), zero, graph()->start()); local
856 Node* branch = graph()->NewNode(common()->Branch(), zero, graph()->start()); local
874 Node* branch = graph()->NewNode(common()->Branch(), zero, graph()->start()); local
883 Node* branch = graph()->NewNode(common()->Branch(), zero, graph()->start()); local
892 Node* branch = graph()->NewNode(common()->Branch(), zero, graph()->start()); local
909 Node* branch = graph()->NewNode(common()->Branch(), zero, graph()->start()); local
919 Node* branch = graph()->NewNode(common()->Branch(), zero, graph()->start()); local
928 Node* branch = graph()->NewNode(common()->Branch(), zero, graph()->start()); local
    [all...]
js-intrinsic-lowering-unittest.cc 148 Capture<Node*> branch, if_false; local
158 IsMerge(IsIfTrue(AllOf(CaptureEq(&branch),
160 AllOf(CaptureEq(&if_false), IsIfFalse(CaptureEq(&branch))))));
179 Capture<Node*> branch, if_false; local
189 IsMerge(IsIfTrue(AllOf(CaptureEq(&branch),
191 AllOf(CaptureEq(&if_false), IsIfFalse(CaptureEq(&branch))))));
210 Capture<Node*> branch, if_false; local
220 IsMerge(IsIfTrue(AllOf(CaptureEq(&branch),
222 AllOf(CaptureEq(&if_false), IsIfFalse(CaptureEq(&branch))))));
241 Capture<Node*> branch, if_false local
273 Capture<Node*> branch, if_false; local
304 Capture<Node *> branch, if_false; local
    [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
op_packed_switch.S 18 bl $func @ r0<- code-unit branch offset
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/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
  /external/llvm/test/MC/MachO/ARM/
thumb-bl-jbits.s 14 # We are checking that the branch and link instruction which is:
17 # the branch is assembled with a label not a displacement.
  /prebuilts/tools/linux-x86_64/kythe/studio/
serve_studio_kythe.sh 22 echo $0 must be launched from the root of the studio branch.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_ldmstm_bad.l 6 [^:]*:12: Error: branch must be last instruction in IT block -- `ldmiaeq r0,{r12,r15}'
weakdef-1.d 1 # name: Thumb branch to weak
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-branch.d 3 # name ia64 dv-branch
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
branch-misc-1.d 2 #name: MIPS branch-misc-1
branch-swap.d 3 #name: MIPS branch-swap
loc-swap-3.d 4 #name: MIPS DWARF-2 location information with branch swapping (3)
mips16@relax-swap3.d 2 #name: MIPS relaxed macro with branch swapping
mipsr6@24k-branch-delay-1.d 3 #source: 24k-branch-delay-1.s
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/
br-2.d 2 #name: nds32 branch 2 instructions
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
imm5.d 7 # Test the branch instructions.
pcrel16.d 7 # Test the relative branch relocations.
  /external/v8/test/mjsunit/
switch-opt.js 34 function branch(b) { function
48 case branch(b1) + branch(b2):
55 branch(b3);
59 branch(b3);
131 function branch(b) {
145 case branch(b1) + branch(b2):
152 branch(b3);
156 branch(b3)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
relax-group.s 45 ;; Next branch is always relative. It must be adjusted while
84 ;;; Relax group for brset (with backward branch)
95 ;;; Relax group for brset (with forward branch)
106 ;;; Relax group for brclr (with backward branch)
117 ;;; Relax group for brclr (with forward branch)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 329 ** take greater branch from the nth node in the path, otherwise
330 ** take the less branch. bit 0 gives branch from root, and
332 L_BIT_ARR_DEFN(branch)
355 L_BIT_ARR_1(branch, depth)
358 L_BIT_ARR_0(branch, depth)
376 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1;
397 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1;
419 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1;
519 ** take greater branch from the nth node in the path, otherwis
    [all...]
  /external/autotest/site_utils/suite_scheduler/
task.py 32 """Pick branch name. If type is among BARE_BRANCHES, return type,
35 @param type: type of the branch, e.g., 'release', 'factory', or 'firmware'
112 "%s isn't a valid branch spec." % tot_spec)
246 @param branch_specs: an iterable of branch specifiers.
250 for branch in branch_specs:
251 if branch in BARE_BRANCHES:
255 if branch.startswith('>=R') or branch.startswith('==R'):
257 elif 'tot' in branch:
259 branch[branch.index('tot'):]
    [all...]
  /external/v8/test/cctest/compiler/
test-osr.cc 184 CHECK(!nodes.IsLive(d.branch));
196 Node* branch = T.graph.NewNode(T.common.Branch(), T.p0, loop); local
197 Node* if_true = T.graph.NewNode(T.common.IfTrue(), branch);
198 Node* if_false = T.graph.NewNode(T.common.IfFalse(), branch);
210 CheckInputs(branch, T.p0, loop);
211 CheckInputs(if_true, branch);
212 CheckInputs(if_false, branch);
224 Node* branch1 = T.graph.NewNode(T.common.Branch(), T.p0, loop);
228 Node* branch2 = T.graph.NewNode(T.common.Branch(), T.p0, if_true1)
297 Node* branch; member in struct:v8::internal::compiler::While
518 Node* branch = T.graph.NewNode(T.common.Branch(), loop2_cntr, loop2.exit); local
    [all...]

Completed in 802 milliseconds

1 2 3 4 56 7 8 91011>>