HomeSort by relevance Sort by last modified time
    Searched full:jump (Results 101 - 125 of 1799) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic.cpp 98 Jump lhsIsInt = emitJumpIfImmediateInteger(regT0);
208 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_rshift));
230 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_rshift));
320 Jump fail1 = emitJumpIfNotImmediateNumber(regT0);
331 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_jnless));
346 Jump fail1 = emitJumpIfNotImmediateNumber(regT1);
357 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_jnless));
372 Jump fail1 = emitJumpIfNotImmediateNumber(regT0);
373 Jump fail2 = emitJumpIfNotImmediateNumber(regT1);
374 Jump fail3 = emitJumpIfImmediateInteger(regT1)
    [all...]
JITOpcodes32_64.cpp 55 Jump string_failureCases1 = branch32(NotEqual, regT1, TrustedImm32(JSValue::CellTag));
56 Jump string_failureCases2 = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsStringVPtr));
61 Jump string_failureCases3 = branch32(Above, regT2, TrustedImm32(INT_MAX));
82 jump(regT0);
95 jump(regT0);
106 Jump hasCodeBlock3 = branch32(GreaterThanOrEqual, Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_numParametersForCall)), TrustedImm32(0));
117 jump(regT0);
126 Jump hasCodeBlock4 = branch32(GreaterThanOrEqual, Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_numParametersForConstruct)), TrustedImm32(0));
137 jump(regT0);
307 Jump sawException = branch32(NotEqual, AbsoluteAddress(reinterpret_cast<char*>(&globalData->exception) (…)
    [all...]
JITPropertyAccess.cpp 121 Jump nonCell = jump();
123 Jump notString = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsStringVPtr));
125 Jump failed = branchTestPtr(Zero, regT0);
127 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_get_by_val));
204 Jump empty = branchTestPtr(Zero, BaseIndex(regT2, regT1, ScalePtr, OBJECT_OFFSETOF(ArrayStorage, m_vector[0])));
209 Jump end = jump();
218 jump().linkTo(storeResult, this);
335 Jump notCell = emitJumpIfNotJSCell(regT0)
    [all...]
JITPropertyAccess32_64.cpp 216 Jump structureCheck = branchPtrWithPatch(NotEqual, Address(regT0, JSCell::structureOffset()), info.structureToCompare, TrustedImmPtr(reinterpret_cast<void*>(patchGetByIdDefaultStructure)));
218 Jump protoStructureCheck = branchPtrWithPatch(NotEqual, Address(regT2, JSCell::structureOffset()), protoStructureToCompare, TrustedImmPtr(reinterpret_cast<void*>(patchGetByIdDefaultStructure)));
226 Jump match = jump();
334 Jump nonCell = jump();
336 Jump notString = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsStringVPtr));
338 Jump failed = branchTestPtr(Zero, regT0);
340 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_get_by_val));
369 Jump empty = branch32(Equal, BaseIndex(regT3, regT2, TimesEight, OBJECT_OFFSETOF(ArrayStorage, m_vector (…)
    [all...]
JITOpcodes.cpp 54 Jump string_failureCases1 = emitJumpIfNotJSCell(regT0);
55 Jump string_failureCases2 = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsStringVPtr));
60 Jump string_failureCases3 = branch32(LessThan, regT0, TrustedImm32(0));
83 jump(regT0);
96 jump(regT0);
105 Jump hasCodeBlock3 = branch32(GreaterThanOrEqual, Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_numParametersForCall)), TrustedImm32(0));
116 jump(regT0);
125 Jump hasCodeBlock4 = branch32(GreaterThanOrEqual, Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_numParametersForConstruct)), TrustedImm32(0));
136 jump(regT0);
281 Jump exceptionHandler = branchTestPtr(NonZero, regT2)
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_CONST_CLASS.S 16 GOTO_OPCODE(ip) @ jump to next instruction
35 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_STRING.S 16 GOTO_OPCODE(ip) @ jump to next instruction
34 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_STRING_JUMBO.S 18 GOTO_OPCODE(ip) @ jump to next instruction
36 GOTO_OPCODE(ip) @ jump to next instruction
  /external/iproute2/include/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.
  /external/valgrind/main/memcheck/tests/
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)
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)
  /external/webkit/Source/WebCore/manual-tests/wml/
onevent-shadow.wml 16 <p>The card-level onevent will shadow the deck-level onevent. As a result, card 1 won't jump to card2 but
18 element isn't shadowed by this card, so it will jump to card 2 immediately.</p>
timer.wml 14 When the timer is timeout(after 5s), will jump to card two.
27 When the timer is timeout(after 3s), will jump back to card one.
  /external/clang/test/SemaCXX/
MicrosoftCompatibility.cpp 31 C c; // expected-note {{jump bypasses variable initialization}}
42 Y y; // expected-note {{jump bypasses variable with a non-trivial destructor}}
50 int x = 56; // expected-note {{jump bypasses variable initialization}}
59 try { // expected-note {{jump bypasses initialization of try block}}
68 int a = 3; // expected-note {{jump bypasses variable initialization}}
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 1 //===--- JumpDiagnostics.cpp - Protected scope jump analysis ------*- C++ -*-=//
45 /// InDiag - The note to emit if there is a jump into this scope.
48 /// OutDiag - The note to emit if there is an indirect jump out
378 // Jump from the catch to the finally or try is not valid.
390 // Jump from the finally to the try or catch is not valid.
431 // Jump from the catch into the try is not allowed either.
475 Stmt *Jump = Jumps.pop_back_val();
478 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
487 if (IndirectGotoStmt *IGS = dyn_cast<IndirectGotoStmt>(Jump)) {
496 SwitchStmt *SS = cast<SwitchStmt>(Jump);
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCompiler.cpp 54 Jump isInteger = branchPtr(MacroAssembler::AboveOrEqual, tempReg, tagTypeNumberRegister);
58 Jump hasUnboxedDouble = jump();
110 // Link the jump from the Speculative path to here.
183 // Jump into the non-speculative path.
184 jump(entry.m_entry);
245 Jump registerFileCheck = branchPtr(Below, AbsoluteAddress(m_globalData->interpreter->registerFile().addressOfEnd()), regT1);
254 // bail-outs from the speculative path jump to the corresponding point on
292 // Generate code to lookup and jump to exception handlers, to perform the slow
300 Jump& exceptionCheck = m_calls[i].m_exceptionCheck
    [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>
  /external/webkit/Source/JavaScriptCore/assembler/
LinkBuffer.h 47 // * Jump objects may be linked to external targets,
48 // * The address of Jump objects may taken, such that it can later be relinked.
58 typedef MacroAssembler::Jump Jump;
100 void link(Jump jump, CodeLocationLabel label)
102 jump.m_jmp = applyOffset(jump.m_jmp);
103 MacroAssembler::linkJump(code(), jump, label); local
233 // Copy the instructions from the last jump to the current one
    [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"));
118 // feeder insn between it's definition, this MI and jump, jmpInst
124 // if (p0.new) jump:t .LBB29_45
129 // if (p0.new) jump:t .LBB29_4
    [all...]

Completed in 723 milliseconds

1 2 3 45 6 7 8 91011>>