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

1 2 3 45 6 7 8

  /external/v8/src/s390/
macro-assembler-s390.cc 34 void MacroAssembler::Jump(Register target) { b(target); }
38 Jump(ip);
41 void MacroAssembler::Jump(intptr_t target, RelocInfo::Mode rmode,
55 void MacroAssembler::Jump(Address target, RelocInfo::Mode rmode, Condition cond,
58 Jump(reinterpret_cast<intptr_t>(target), rmode, cond, cr);
61 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode,
64 jump(code, rmode, cond);
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc     [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc     [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 635 // TODO(neis): Optimize this by using a proper jump table.
887 // jump/jump_ifs here. See BasicLoops test.
892 builder()->Jump(&end_label);
    [all...]
bytecode-array-builder.cc 415 BytecodeArrayBuilder& BytecodeArrayBuilder::Jump(BytecodeLabel* label) {
bytecodes.h 223 V(Jump, AccumulatorUse::kNone, OperandType::kImm) \
501 // Return true if |bytecode| is a jump without effects,
502 // e.g. any jump excluding those that include type coercion like
554 // Returns true if the bytecode is a conditional jump taking
558 // Returns true if the bytecode is a conditional jump taking
562 // Returns true if the bytecode is a conditional jump taking
566 // Returns true if the bytecode is a jump or a conditional jump taking
570 // Returns true if the bytecode is a jump or conditional jump taking
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 424 // Both are heap numbers. Load them up then jump to the code we have
554 // 4) Jump to lhs_not_nan.
597 // Check for heap-number-heap-number comparison. Can jump to slow case,
598 // or load both doubles into r0, r1, r2, r3 and jump to the code that handles
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 625 void Jump(Label* label) OVERRIDE {
  /external/libhevc/common/arm/
ihevc_sao_edge_offset_class0.s 114 BLT WIDTH_RESIDUE @If not jump to WIDTH_RESIDUE where loop is unrolled for 8 case
120 BNE AU1_MASK_FF @jump to else part
254 BNE PU1_SRC_LOOP @If not equal jump to the inner loop
261 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
262 BGT WIDTH_LOOP_16 @If not equal jump to width_loop
263 BLT END_LOOPS @Jump to end function
269 BEQ END_LOOPS @No Residue jump to end function
272 BNE AU1_MASK_FF_RESIDUE @jump to else part
337 BNE PU1_SRC_LOOP_RESIDUE @If not equal jump to the pu1_src loop
ihevc_sao_edge_offset_class0_chroma.s 118 BLT WIDTH_RESIDUE @If not jump to WIDTH_RESIDUE where loop is unrolled for 8 case
124 BNE AU1_MASK_FF @jump to else part
272 BNE PU1_SRC_LOOP @If not equal jump to the inner loop
279 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
280 BGT WIDTH_LOOP_16 @If not equal jump to width_loop
281 BLT END_LOOPS @Jump to end function
287 BEQ END_LOOPS @No Residue jump to end function
290 BNE AU1_MASK_FF_RESIDUE @jump to else part
423 BNE PU1_SRC_LOOP_RESIDUE @If not equal jump to the pu1_src loop
ihevc_sao_edge_offset_class1.s 90 BNE SRC_LEFT_LOOP @If not equal to 0 jump to the src_left_loop
115 BLT WIDTH_RESIDUE @If not jump to WIDTH_RESIDUE where loop is unrolled for 8 case
220 BGT PU1_SRC_LOOP @If not equal jump to PU1_SRC_LOOP
257 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
258 BGT WIDTH_LOOP_16 @If not equal jump to width_loop
259 BLT END_LOOPS @Jump to end function
338 BGT PU1_SRC_LOOP_RESIDUE @If not equal jump to PU1_SRC_LOOP
ihevc_sao_edge_offset_class1_chroma.s 94 BNE SRC_LEFT_LOOP @If not equal to 0 jump to the src_left_loop
120 BLT WIDTH_RESIDUE @If not jump to WIDTH_RESIDUE where loop is unrolled for 8 case
233 BGT PU1_SRC_LOOP @If not equal jump to PU1_SRC_LOOP
275 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
276 BGT WIDTH_LOOP_16 @If not equal jump to width_loop
277 BLT END_LOOPS @Jump to end function
369 BGT PU1_SRC_LOOP_RESIDUE @If not equal jump to PU1_SRC_LOOP
  /external/v8/src/ic/arm/
handler-compiler-arm.cc 314 __ Jump(handle(Code::cast(api_call_info->fast_handler())),
326 // Jump to stub.
  /external/v8/src/ic/arm64/
handler-compiler-arm64.cc 221 __ Jump(handle(Code::cast(api_call_info->fast_handler())),
233 // Jump to stub.
  /external/v8/src/ic/ia32/
handler-compiler-ia32.cc 218 __ Jump(handle(Code::cast(api_call_info->fast_handler())),
226 // Jump to stub.
  /external/v8/src/ic/mips/
handler-compiler-mips.cc 302 __ Jump(handle(Code::cast(api_call_info->fast_handler())),
313 // Jump to stub.
  /external/v8/src/ic/mips64/
handler-compiler-mips64.cc 302 __ Jump(handle(Code::cast(api_call_info->fast_handler())),
313 // Jump to stub.
  /external/v8/src/ic/ppc/
handler-compiler-ppc.cc 309 __ Jump(handle(Code::cast(api_call_info->fast_handler())),
321 // Jump to stub.
  /external/v8/src/ic/s390/
handler-compiler-s390.cc 294 __ Jump(handle(Code::cast(api_call_info->fast_handler())),
306 // Jump to stub.
  /external/v8/src/ic/x64/
handler-compiler-x64.cc 202 __ Jump(handle(Code::cast(api_call_info->fast_handler())),
212 // Jump to stub.
  /external/v8/src/ic/x87/
handler-compiler-x87.cc 218 __ Jump(handle(Code::cast(api_call_info->fast_handler())),
226 // Jump to stub.
  /external/v8/src/parsing/
preparser.h 369 static PreParserStatement Jump() {
    [all...]
  /external/v8/src/ppc/
codegen-ppc.cc 282 // Allocating heap numbers in the loop below can fail and cause a jump to
527 patcher.masm()->Jump(r3);
  /external/v8/src/x87/
macro-assembler-x87.h 86 // Compare the object in a register to a value and jump if they are equal.
99 // Compare the object in a register to a value and jump if they are not equal.
166 // Checks the color of an object. If the object is white we jump to the
385 // Jump to the specified label if it does not.
390 // and HeapObject elements. Jump to the specified label if it does not.
395 // elements. Jump to the specified label if it does not.
401 // the FastDoubleElements array elements, otherwise jump to fail.
484 // Jump the register contains a smi.
490 // Jump if the operand is a smi.
496 // Jump if register contain a non-smi
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-gen.c 463 BITFIELD (Jump),
    [all...]

Completed in 362 milliseconds

1 2 3 45 6 7 8