HomeSort by relevance Sort by last modified time
    Searched refs:NonZero (Results 1 - 23 of 23) sorted by null

  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerX86Common.h 58 NonZero = X86Assembler::ConditionNE
863 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
870 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
883 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
893 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
905 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
917 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
929 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
966 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
973 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
    [all...]
MacroAssemblerARM.h 59 NonZero = ARMAssembler::NE
472 ASSERT((cond == Zero) || (cond == NonZero));
479 ASSERT((cond == Zero) || (cond == NonZero));
517 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
524 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
541 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
544 cond = NonZero;
553 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
557 cond = NonZero;
566 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
    [all...]
MacroAssemblerSH4.cpp 45 const Condition MacroAssemblerSH4::NonZero = SH4Assembler::NE;
MacroAssemblerMIPS.h 74 NonZero
    [all...]
MacroAssemblerARMv7.h 117 NonZero = ARMv7Assembler::ConditionNE
    [all...]
MacroAssemblerSH4.h 54 static const Condition NonZero;
    [all...]
MacroAssemblerX86_64.h 406 ASSERT((cond == Overflow) || (cond == Zero) || (cond == NonZero));
413 ASSERT((cond == Overflow) || (cond == Zero) || (cond == NonZero));
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes.cpp 281 Jump exceptionHandler = branchTestPtr(NonZero, regT2);
518 Jump activationCreated = branchTestPtr(NonZero, addressFor(activation));
703 addSlowCase(branchTestPtr(NonZero, regT0, TrustedImm32(static_cast<int32_t>(~1))));
734 addJump(branchTest8(NonZero, Address(regT2, Structure::typeInfoFlagsOffset()), TrustedImm32(MasqueradesAsUndefined)), target);
    [all...]
SpecializedThunkJIT.h 65 m_failures.append(branchTest32(NonZero, Address(dst, OBJECT_OFFSETOF(JSString, m_fiberCount))));
JITArithmetic.cpp 465 emitJumpSlowToHot(branchTest32(NonZero, regT0), target);
493 emitJumpSlowToHot(branchTest32(NonZero, regT0), target);
519 emitJumpSlowToHot(branchTest32(NonZero, regT0), target);
547 emitJumpSlowToHot(branchTest32(NonZero, regT0), target);
619 emitJumpSlowToHot(branchTest32(invert ? Zero : NonZero, regT0), target);
647 emitJumpSlowToHot(branchTest32(invert ? Zero : NonZero, regT0), target);
673 emitJumpSlowToHot(branchTest32(invert ? Zero : NonZero, regT0), target);
701 emitJumpSlowToHot(branchTest32(invert ? Zero : NonZero, regT0), target);
    [all...]
JSInterfaceJIT.h 285 return branchTestPtr(NonZero, reg, tagTypeNumberRegister);
294 return branchTestPtr(NonZero, dst, tagMaskRegister);
JITInlineMethods.h 88 failures.append(branchTest32(NonZero, Address(src, OBJECT_OFFSETOF(JSString, m_fiberCount))));
731 return branchTestPtr(NonZero, reg, tagMaskRegister);
733 return branchTest32(NonZero, reg, TrustedImm32(TagMask));
774 return branchTest32(NonZero, reg, TrustedImm32(TagTypeNumber));
ThunkGenerators.cpp 128 jit.branchTest32(MacroAssembler::NonZero, SpecializedThunkJIT::regT0).linkTo(startLoop, &jit);
JITOpcodes32_64.cpp 545 emitJumpSlowToHot(branchTest32(NonZero, regT0), target);
604 branchTest32(NonZero, regT2).linkTo(loop, this);
    [all...]
JIT.cpp 96 Jump skipTimeout = branchSub32(NonZero, TrustedImm32(1), timeoutCheckRegister);
106 Jump skipTimeout = branchSub32(NonZero, TrustedImm32(1), timeoutCheckRegister);
JITArithmetic32_64.cpp 260 emitJumpSlowToHot(branchTest32(NonZero, regT0), target);
348 emitJumpSlowToHot(branchTest32(invert ? Zero : NonZero, regT0), target);
    [all...]
JITPropertyAccess.cpp 58 failures.append(jit.branchTest32(NonZero, Address(regT0, OBJECT_OFFSETOF(JSString, m_fiberCount))));
    [all...]
JITPropertyAccess32_64.cpp 275 failures.append(jit.branchTest32(NonZero, Address(regT0, OBJECT_OFFSETOF(JSString, m_fiberCount))));
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGSpeculativeJIT.cpp 208 speculationCheck(m_jit.branchTestPtr(MacroAssembler::NonZero, reg, JITCompiler::tagMaskRegister));
224 speculationCheck(m_jit.branchTestPtr(MacroAssembler::NonZero, reg, JITCompiler::tagMaskRegister));
446 MacroAssembler::Jump resultNonZero = m_jit.branchTest32(MacroAssembler::NonZero, result.registerID());
483 speculationCheck(m_jit.branchTestPtr(JITCompiler::NonZero, result.registerID(), TrustedImm32(static_cast<int32_t>(~1))));
601 MacroAssembler::Jump notHoleValue = m_jit.branchTestPtr(MacroAssembler::NonZero, MacroAssembler::BaseIndex(storageReg, propertyReg, MacroAssembler::ScalePtr, OBJECT_OFFSETOF(ArrayStorage, m_vector[0])));
706 speculationCheck(m_jit.branchTest8(JITCompiler::NonZero, JITCompiler::Address(temp.registerID(), Structure::typeInfoFlagsOffset()), JITCompiler::TrustedImm32(NeedsThisConversion)));
DFGJITCompiler.cpp 400 Jump checkJSNumber = branchTestPtr(MacroAssembler::NonZero, gprToRegisterID(gpr), tagTypeNumberRegister);
408 Jump checkJSNumber = branchTestPtr(MacroAssembler::NonZero, gprToRegisterID(gpr), tagTypeNumberRegister);
DFGJITCompiler.h 246 Jump exceptionCheck = branchTestPtr(NonZero, AbsoluteAddress(&globalData()->exception));
DFGNonSpeculativeJIT.cpp 612 addBranch(m_jit.branchTest8(MacroAssembler::NonZero, result.registerID()), taken);
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp 165 matchDest.append(branchTest8(charClass->m_table->m_inverted ? Zero : NonZero, tableEntry));
    [all...]

Completed in 254 milliseconds