Home | History | Annotate | Download | only in jit

Lines Matching refs:Zero

312         emitJumpSlowToHot(branchTest32(Zero, regT0), target);
340 emitJumpSlowToHot(branchTest32(Zero, regT0), target);
366 emitJumpSlowToHot(branchTest32(Zero, regT0), target);
394 emitJumpSlowToHot(branchTest32(Zero, 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);
803 addSlowCase(branchSub32(Zero, TrustedImm32(1), regT1));
852 addSlowCase(branchSub32(Zero, TrustedImm32(1), regT0));
961 addSlowCase(branchTest32(Zero, regT0));
1108 // For now, only plant a fast int case if the constant operand is greater than zero.