HomeSort by relevance Sort by last modified time
    Searched refs:jump (Results 251 - 275 of 315) sorted by null

<<111213

  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 568 // jump with 8-bit relative
571 // jump with 32-bit relative
574 // register indirect jump
575 ENCODER_DECLARE_EXPORT char * jump(char * stream, const RM_Opnd & rm, Opnd_Size sz = size_platf);
577 // jump to target address
578 ENCODER_DECLARE_EXPORT char *jump(char * stream, char *target);
580 // jump with displacement
581 //char * jump(char * stream, I_32 disp);
encoder.inl 579 // jump
594 ENCODER_DECLARE_EXPORT char * jump(char * stream, const RM_Opnd & rm, Opnd_Size sz) {
602 * offset) then generates indirect jump using RAX (whose content is
605 ENCODER_DECLARE_EXPORT char * jump(char * stream, char * target) {
619 // need to use absolute indirect jump
621 return jump(stream, rax_opnd, size_64);
697 * offset) then generates indirect jump using RAX (whose content is
  /external/valgrind/main/memcheck/tests/
custom_alloc.stderr.exp 13 Conditional jump or move depends on uninitialised value(s)
xml1.stderr.exp 119 <what>Conditional jump or move depends on uninitialised value(s)</what>
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 250 unsigned int jump : 1;
383 /* Predicate yielding nonzero iff X is a jump insn. */
389 /* Predicate yielding nonzero iff X is an insn that cannot jump. */
411 /* Predicate yielding nonzero iff X is a data for a jump table. */
810 (RTL_FLAG_CHECK1("SIBLING_CALL_P", (RTX), CALL_INSN)->jump)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 250 unsigned int jump : 1;
383 /* Predicate yielding nonzero iff X is a jump insn. */
389 /* Predicate yielding nonzero iff X is an insn that cannot jump. */
411 /* Predicate yielding nonzero iff X is a data for a jump table. */
810 (RTL_FLAG_CHECK1("SIBLING_CALL_P", (RTX), CALL_INSN)->jump)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 250 unsigned int jump : 1;
383 /* Predicate yielding nonzero iff X is a jump insn. */
389 /* Predicate yielding nonzero iff X is an insn that cannot jump. */
411 /* Predicate yielding nonzero iff X is a data for a jump table. */
810 (RTL_FLAG_CHECK1("SIBLING_CALL_P", (RTX), CALL_INSN)->jump)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 250 unsigned int jump : 1;
383 /* Predicate yielding nonzero iff X is a jump insn. */
389 /* Predicate yielding nonzero iff X is an insn that cannot jump. */
411 /* Predicate yielding nonzero iff X is a data for a jump table. */
810 (RTL_FLAG_CHECK1("SIBLING_CALL_P", (RTX), CALL_INSN)->jump)
    [all...]
  /bionic/libc/arch-mips/bionic/
_setjmp.S 129 bne v0, 0xACEDBADE, botch # jump if error
setjmp.S 159 bne v0, 0xACEDBADE, botch # jump if error
  /development/ndk/sources/android/libportable/arch-mips/
setjmp.S 166 bne v0, MAGIC_SETJMP, botch # jump if error
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsCharacter.cpp 260 * Method: jump
271 character->jump();
  /external/libffi/src/powerpc/
linux64_closure.S 109 bctr # jump to it
ppc_closure.S 103 bctr # jump to it
  /external/webkit/Source/JavaScriptCore/jit/
JITCall.cpp 116 Jump wasEval;
173 Jump wasEval;
190 Jump jumpToSlow = branchPtrWithPatch(NotEqual, regT0, addressOfLinkedFunctionCheck, TrustedImmPtr(JSValue::encode(JSValue())));
229 Jump callLinkFailNotObject = emitJumpIfNotJSCell(regT0);
230 Jump callLinkFailNotJSFunction = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr));
242 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_call));
JITCall32_64.cpp 125 Jump notJSCell = branch32(NotEqual, regT1, TrustedImm32(JSValue::CellTag));
127 Jump notObject = branch8(NotEqual, Address(regT2, Structure::typeInfoTypeOffset()), TrustedImm32(ObjectType));
196 Jump wasEval;
253 Jump wasEval;
269 Jump jumpToSlow = branchPtrWithPatch(NotEqual, regT0, addressOfLinkedFunctionCheck, TrustedImmPtr(0));
312 Jump callLinkFailNotObject = branch32(NotEqual, regT1, TrustedImm32(JSValue::CellTag));
313 Jump callLinkFailNotJSFunction = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr));
326 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_call));
  /external/webkit/Source/JavaScriptCore/assembler/
MIPSAssembler.h 677 static void* getRelocatedAddress(void* code, JmpSrc jump)
679 ASSERT(jump.m_offset != -1);
680 void* b = reinterpret_cast<void*>((reinterpret_cast<intptr_t>(code)) + jump.m_offset);
819 /* Update each jump in the buffer of newBase. */
822 // Check each jump
MacroAssemblerARMv7.h 655 Jump branchDouble(DoubleCondition cond, FPRegisterID left, FPRegisterID right)
661 // ConditionNE jumps if NotEqual *or* unordered - force the unordered cases not to jump.
662 Jump unordered = makeBranch(ARMv7Assembler::ConditionVS);
663 Jump result = makeBranch(ARMv7Assembler::ConditionNE);
668 Jump unordered = makeBranch(ARMv7Assembler::ConditionVS);
669 Jump notEqual = makeBranch(ARMv7Assembler::ConditionNE);
672 Jump result = makeJump();
679 Jump branchTruncateDoubleToInt32(FPRegisterID, RegisterID)
682 return jump();
694 // Convert the integer result back to float & compare to the original value - if not equal or unordered (NaN) then jump
1000 Jump jump() function in class:JSC::MacroAssemblerARMv7
1005 void jump(RegisterID target) function in class:JSC::MacroAssemblerARMv7
1011 void jump(Address address) function in class:JSC::MacroAssemblerARMv7
    [all...]
MacroAssemblerX86Common.h 604 Jump branchDouble(DoubleCondition cond, FPRegisterID left, FPRegisterID right)
614 Jump isUnordered(m_assembler.jp());
615 Jump result = Jump(m_assembler.je());
619 Jump isUnordered(m_assembler.jp());
620 Jump isEqual(m_assembler.je());
622 Jump result = jump();
628 return Jump(m_assembler.jCC(static_cast<X86Assembler::Condition>(cond & ~DoubleConditionBits)));
636 Jump branchTruncateDoubleToInt32(FPRegisterID src, RegisterID dest, BranchTruncateType branchType = Bra (…)
937 Jump jump() function in class:JSC::MacroAssemblerX86Common
942 void jump(RegisterID target) function in class:JSC::MacroAssemblerX86Common
948 void jump(Address address) function in class:JSC::MacroAssemblerX86Common
    [all...]
ARMAssembler.h 828 static void* getRelocatedAddress(void* code, JmpSrc jump)
830 return reinterpret_cast<void*>(reinterpret_cast<char*>(code) + jump.m_offset);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 195 # We'll jump a maximum of 5 times, to avoid endless redirections.
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainGridAlphaMapTest.java 299 TerrainGridAlphaMapTest.this.player3.jump();
  /external/libvpx/libvpx/vp8/common/arm/neon/
buildintrapredictorsmby_neon.asm 50 ; compute shift and jump
333 ; compute shift and jump
  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 89 * There's no single operation to compare longs and jump, or to compare ints and
98 * that label. You can jump to a label that hasn't yet been marked (jumping
99 * forward) or to a label that has already been marked (jumping backward). Jump
100 * unconditionally with {@link #jump jump(Label)} or conditionally based on a
110 * jump, return or throw.
115 * throwable class. All statements that follow will jump to that catch clause if
120 * {@link #throwValue throwValue()}. Control flow will jump to the nearest label
338 jump(label); // blocks must end with a branch, return or throw
345 * error to jump to a label not marked on this {@code Code}
347 public void jump(Label target) { method in class:Code
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
filter_altivec.asm 245 ;# vertical filtering, jump to storing the data. Otherwise
435 ;# vertical filtering, jump to storing the data. Otherwise
615 ;# vertical filtering, jump to storing the data. Otherwise
784 ;# if possiblity (1) then setup the src pointer to be the orginal and jump

Completed in 1958 milliseconds

<<111213