HomeSort by relevance Sort by last modified time
    Searched refs:Jump (Results 76 - 100 of 183) sorted by null

1 2 34 5 6 7 8

  /external/v8/src/mips64/
deoptimizer-mips64.cc 301 __ Jump(at);
macro-assembler-mips64.h 205 // Jump, Call, and Ret pseudo instructions implementing inter-working.
209 void Jump(Register target, COND_ARGS);
210 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS);
211 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS);
212 void Jump(Handle<Code> code, RelocInfo::Mode rmode, COND_ARGS);
341 // Jump unconditionally to given label.
358 // Compare the object in a register to a value and jump if they are equal.
364 // Compare the object in a register to a value and jump if they are not equal.
442 // Checks the color of an object. If the object is white we jump to the
    [all...]
  /external/v8/src/ppc/
deoptimizer-ppc.cc 303 __ Jump(ip);
macro-assembler-ppc.h 124 // Jump, Call, and Ret pseudo instructions implementing inter-working.
125 void Jump(Register target);
127 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al,
129 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
212 // Checks the color of an object. If the object is white we jump to the
    [all...]
code-stubs-ppc.cc 441 // Both are heap numbers. Load them up then jump to the code we have
571 // 4) Jump to lhs_not_nan.
627 // Check for heap-number-heap-number comparison. Can jump to slow case,
628 // or load both doubles into r3, r4, r5, r6 and jump to the code that handles
    [all...]
  /external/v8/src/s390/
deoptimizer-s390.cc 299 __ Jump(ip);
code-stubs-s390.cc 432 // Both are heap numbers. Load them up then jump to the code we have
563 // 4) Jump to lhs_not_nan.
610 // Check for heap-number-heap-number comparison. Can jump to slow case,
611 // or load both doubles into r2, r3, r4, r5 and jump to the code that handles
    [all...]
macro-assembler-s390.h 180 // Jump, Call, and Ret pseudo instructions implementing inter-working.
181 void Jump(Register target);
183 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al,
185 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
459 // Checks the color of an object. If the object is white we jump to the
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.h 154 // Compare the object in a register to a value and jump if they are equal.
167 // Compare the object in a register to a value and jump if they are not equal.
241 // Checks the color of an object. If the object is white we jump to the
467 // If either argument is not a smi, jump to on_not_smis and retain
523 // Test-and-jump functions. Typically combines a check function
524 // above with a conditional jump.
526 // Jump if the value can be represented by a smi.
530 // Jump if the value cannot be represented by a smi.
534 // Jump if the unsigned integer value can be represented by a smi.
538 // Jump if the unsigned integer value cannot be represented by a smi
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 34 void MacroAssembler::Jump(Register target, Condition cond) {
39 void MacroAssembler::Jump(intptr_t target, RelocInfo::Mode rmode,
46 void MacroAssembler::Jump(Address target, RelocInfo::Mode rmode,
49 Jump(reinterpret_cast<intptr_t>(target), rmode, cond);
53 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode,
58 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond);
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc     [all...]
code-stubs-arm64.cc     [all...]
macro-assembler-arm64.h     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 478 SDValue Jump = Op.getOperand(2);
484 Chain, Jump, Cond);
  /external/v8/src/interpreter/
interpreter-assembler.cc 517 Node* InterpreterAssembler::Jump(Node* delta) {
527 Jump(delta);
  /external/v8/test/unittests/interpreter/
interpreter-assembler-unittest.cc 347 TARGET_TEST_F(InterpreterAssemblerTest, Jump) {
348 // If debug code is enabled we emit extra code in Jump.
355 Node* tail_call_node = m.Jump(m.IntPtrConstant(jump_offset));
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 661 __ Jump(ip);
666 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)),
676 __ Jump(i.InputRegister(0));
714 __ Jump(ip);
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc 498 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)),
503 __ Jump(ip);
513 __ Jump(i.InputRegister(0));
550 __ Jump(ip);
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 630 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)),
635 __ Jump(target);
644 __ Jump(i.InputRegister(0));
696 __ Jump(x10);
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 593 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)),
597 __ Jump(at);
606 __ Jump(i.InputRegister(0));
642 __ Jump(at);
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 604 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)),
608 __ Jump(at);
617 __ Jump(i.InputRegister(0));
651 __ Jump(at);
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 177 // Jump, Call, and Ret pseudo instructions implementing inter-working.
181 void Jump(Register target, COND_ARGS);
182 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS);
183 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS);
184 void Jump(Handle<Code> code, RelocInfo::Mode rmode, COND_ARGS);
309 // Jump unconditionally to given label.
326 // Compare the object in a register to a value and jump if they are equal.
332 // Compare the object in a register to a value and jump if they are not equal.
410 // Checks the color of an object. If the object is white we jump to the
    [all...]
  /external/v8/src/regexp/mips/
regexp-macro-assembler-mips.cc 162 // Pop Code* offset from backtrack stack, add Code* and jump to location.
165 __ Jump(a0);
619 // is detected, we will jump into exit sequence right away.
    [all...]
  /external/v8/src/regexp/mips64/
regexp-macro-assembler-mips64.cc 198 // Pop Code* offset from backtrack stack, add Code* and jump to location.
201 __ Jump(a0);
649 // is detected, we will jump into exit sequence right away.
    [all...]

Completed in 762 milliseconds

1 2 34 5 6 7 8