HomeSort by relevance Sort by last modified time
    Searched full:jump (Results 76 - 100 of 1937) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/
inlinfosuppobj.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
origin3-no.stderr.exp 3 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
21 Conditional jump or move depends on uninitialised value(s)
31 Conditional jump or move depends on uninitialised value(s)
41 Conditional jump or move depends on uninitialised value(s)
51 Conditional jump or move depends on uninitialised value(s)
60 Conditional jump or move depends on uninitialised value(s)
69 Conditional jump or move depends on uninitialised value(s)
origin4-many.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
19 Conditional jump or move depends on uninitialised value(s)
25 Conditional jump or move depends on uninitialised value(s)
31 Conditional jump or move depends on uninitialised value(s)
37 Conditional jump or move depends on uninitialised value(s)
43 Conditional jump or move depends on uninitialised value(s)
partiallydefinedeq.stderr.exp 2 Conditional jump or move depends on uninitialised value(s)
6 Conditional jump or move depends on uninitialised value(s)
partiallydefinedeq.stderr.exp3 3 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
origin6-fp.stderr.exp-glibc212-tilegx 1 Conditional jump or move depends on uninitialised value(s)
9 Conditional jump or move depends on uninitialised value(s)
17 Conditional jump or move depends on uninitialised value(s)
25 Conditional jump or move depends on uninitialised value(s)
34 Conditional jump or move depends on uninitialised value(s)
43 Conditional jump or move depends on uninitialised value(s)
52 Conditional jump or move depends on uninitialised value(s)
61 Conditional jump or move depends on uninitialised value(s)
69 Conditional jump or move depends on uninitialised value(s)
origin2-not-quite.stderr.exp 3 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
23 Conditional jump or move depends on uninitialised value(s)
origin5-bz2.stderr.exp-glibc212-tilegx 1 Conditional jump or move depends on uninitialised value(s)
6 Conditional jump or move depends on uninitialised value(s)
24 Conditional jump or move depends on uninitialised value(s)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-prop.h 34 /* A jump function for a callsite represents the values passed as actual
46 IPA_JF_ANCESTOR is a special pass-through jump function, which means that
51 NULL, ancestor jump function must behave like a simple pass-through.
54 parameter or can apply one simple binary operation to it (such jump
62 Jump functions are computed in ipa-prop.c by function
63 update_call_notes_after_inlining. Some information can be lost and jump
69 IPA_JF_UNKNOWN = 0, /* newly allocated and zeroed jump functions default */
76 /* Structure holding data required to describe a known type jump function. */
87 /* Structure holding data required to describe a pass-through jump function. */
104 aggregate part of the jump function (see description o
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonEncodings.h 31 { "p1=cmp.gt(Rs16,#-1); if (p1.new) jump:t #r9:2",
91 { "p0=cmp.gt(Rs16,#U5); if (!p0.new) jump:t #r9:2",
121 { "if (!cmp.gt(Ns8.new,#-1)) jump:t #r9:2",
151 { "p1=cmp.gt(Rs16,#-1); if (p1.new) jump:nt #r9:2",
169 { "if (!cmp.gtu(Rt32,Ns8.new)) jump:nt #r9:2",
175 { "p1=cmp.eq(Rs16,#U5); if (!p1.new) jump:t #r9:2",
301 { "if (cmp.gt(Ns8.new,Rt32)) jump:t #r9:2",
343 { "if (!cmp.gt(Ns8.new,#U5)) jump:nt #r9:2",
355 { "p1=tstbit(Rs16,#0); if (p1.new) jump:t #r9:2",
427 { "p1=cmp.gtu(Rs16,#U5); if (!p1.new) jump:t #r9:2"
    [all...]
  /external/iproute2/include/linux/
fib_rules.h 38 FRA_GOTO, /* target to jump to (FR_ACT_GOTO) */
62 FR_ACT_GOTO, /* Jump to another rule */
  /external/kernel-headers/original/uapi/linux/
fib_rules.h 38 FRA_GOTO, /* target to jump to (FR_ACT_GOTO) */
60 FR_ACT_GOTO, /* Jump to another rule */
  /external/llvm/test/CodeGen/Hexagon/
newvaluejump.ll 2 ; Check that we generate new value jump.
9 ; CHECK: if (cmp.eq(r{{[0-9]+}}.new, #0)) jump{{.}}
newvaluejump2.ll 2 ; Check that we generate new value jump, both registers, with one
8 ; CHECK: if (cmp.gt(r{{[0-9]+}}.new, r{{[0-9]+}})) jump:{{[t|nt]}} .LBB{{[0-9]+}}_{{[0-9]+}}
  /external/llvm/test/MC/MachO/
relax-recompute-align.s 8 // recomputed -- otherwise the second jump will appear to be out-of-range for a
9 // 1-byte jump.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fib_rules.h 38 FRA_GOTO, /* target to jump to (FR_ACT_GOTO) */
60 FR_ACT_GOTO, /* Jump to another rule */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 142 # part of the if contains a jump past the else branch.
456 # 'Jump' tests: assigning to frame.f_lineno within a trace function
457 # moves the execution position - it's how debuggers implement a Jump
462 with the source and destination lines of the jump being defined by
463 the 'jump' property of the function under test."""
467 self.jumpFrom = function.jump[0]
468 self.jumpTo = function.jump[1]
484 # The first set of 'jump' tests are for things that are allowed:
491 jump_simple_forwards.jump = (1, 3)
498 jump_simple_backwards.jump = (2, 1
783 jump = (2, 0) variable in class:.test_jump_to_firstlineno.fake_function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 142 # part of the if contains a jump past the else branch.
456 # 'Jump' tests: assigning to frame.f_lineno within a trace function
457 # moves the execution position - it's how debuggers implement a Jump
462 with the source and destination lines of the jump being defined by
463 the 'jump' property of the function under test."""
467 self.jumpFrom = function.jump[0]
468 self.jumpTo = function.jump[1]
484 # The first set of 'jump' tests are for things that are allowed:
491 jump_simple_forwards.jump = (1, 3)
498 jump_simple_backwards.jump = (2, 1
783 jump = (2, 0) variable in class:.test_jump_to_firstlineno.fake_function
    [all...]
  /external/valgrind/memcheck/tests/common/
sh-mem-vec128-plo-yes.stderr.exp-32bit-le 67 Conditional jump or move depends on uninitialised value(s)
76 Conditional jump or move depends on uninitialised value(s)
85 Conditional jump or move depends on uninitialised value(s)
94 Conditional jump or move depends on uninitialised value(s)
103 Conditional jump or move depends on uninitialised value(s)
112 Conditional jump or move depends on uninitialised value(s)
121 Conditional jump or move depends on uninitialised value(s)
130 Conditional jump or move depends on uninitialised value(s)
139 Conditional jump or move depends on uninitialised value(s)
148 Conditional jump or move depends on uninitialised value(s
    [all...]
sh-mem-vec128-plo-yes.stderr.exp-64bit-le 67 Conditional jump or move depends on uninitialised value(s)
76 Conditional jump or move depends on uninitialised value(s)
85 Conditional jump or move depends on uninitialised value(s)
94 Conditional jump or move depends on uninitialised value(s)
103 Conditional jump or move depends on uninitialised value(s)
112 Conditional jump or move depends on uninitialised value(s)
121 Conditional jump or move depends on uninitialised value(s)
130 Conditional jump or move depends on uninitialised value(s)
139 Conditional jump or move depends on uninitialised value(s)
148 Conditional jump or move depends on uninitialised value(s
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Analyzer.java 199 int jump = insns.indexOf(j.label); local
201 merge(jump, current, new Subroutine(j.label,
205 merge(jump, current, subroutine);
207 newControlFlowEdge(insn, jump);
210 int jump = insns.indexOf(lsi.dflt); local
211 merge(jump, current, subroutine);
212 newControlFlowEdge(insn, jump);
215 jump = insns.indexOf(label);
216 merge(jump, current, subroutine);
217 newControlFlowEdge(insn, jump);
221 int jump = insns.indexOf(tsi.dflt); local
279 int jump = insns.indexOf(tcb.handler); local
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonNewValueJump.cpp 1 //===----- HexagonNewValueJump.cpp - Hexagon Backend New Value Jump -------===//
13 // jump instructions, we are forced to write after register allocation.
17 // The basic approach looks for sequence of predicated jump, compare instruciton
19 // all, it collapses compare and jump instruction into a new valu jump
52 STATISTIC(NumNVJGenerated, "Number of New Value Jump Instructions created");
56 "Maximum number of predicated jumps to be converted to New Value Jump"));
135 // feeder insn between it's definition, this MI and jump, jmpInst
141 // if (p0.new) jump:t .LBB29_45
146 // if (p0.new) jump:t .LBB29_4
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 1 //===--- JumpDiagnostics.cpp - Protected scope jump analysis ------*- C++ -*-=//
49 /// InDiag - The note to emit if there is a jump into this scope.
52 /// OutDiag - The note to emit if there is an indirect jump out
328 // Jump from the catch into the try is not allowed either.
351 // Jump from __except or __finally into the __try are not allowed either.
423 // Jump from the catch to the finally or try is not valid.
435 // Jump from the finally to the try or catch is not valid.
522 Stmt *Jump = Jumps.pop_back_val();
525 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
538 if (IndirectGotoStmt *IGS = dyn_cast<IndirectGotoStmt>(Jump)) {
    [all...]
  /external/markdown/MarkdownTest/Tests_2004/
Yuri-Footnotes.html 27 dicta sunt explicabo.<a href="#fnr1-903162597" class="footnoteBackLink" title="Jump back to footnote 1 in the text">&#8617;</a>
36 voluptatem. <a href="#fnr2-903162597" class="footnoteBackLink" title="Jump back to footnote 1 in the text">&#8617;</a>
43 laboris nisi ut aliquip ex ea commodo consequat. <a href="#fnr3-903162597" class="footnoteBackLink" title="Jump back to footnote 1 in the text">&#8617;</a>
Yuri-Footnotes.text-res 38 "Jump back to footnote 1 in the text">&#8617;</a></li>
46 "Jump back to footnote 1 in the text">&#8617;</a></p>
51 title="Jump back to footnote 1 in the text">&#8617;</a></li>

Completed in 1807 milliseconds

1 2 34 5 6 7 8 91011>>