Lines Matching refs:cr0
47 __ cmp(reg, reg, cr0); in EmitJumpIfNotSmi()
48 __ beq(target, cr0); // Always taken before patched. in EmitJumpIfNotSmi()
57 __ cmp(reg, reg, cr0); in EmitJumpIfSmi()
58 __ bne(target, cr0); // Never taken before patched. in EmitJumpIfSmi()
2078 __ beq(&push_frame, cr0); in EmitGeneratorResume()
2110 __ bne(&slow_resume, cr0); in EmitGeneratorResume()
2128 __ beq(&call_resume, cr0); in EmitGeneratorResume()
3085 Split(eq, if_true, if_false, fall_through, cr0); in EmitIsSmi()
3449 __ Check(eq, kNonSmiValue, cr0); in EmitOneByteSeqStringSetChar()
3451 __ Check(eq, kNonSmiIndex, cr0); in EmitOneByteSeqStringSetChar()
3481 __ Check(eq, kNonSmiValue, cr0); in EmitTwoByteSeqStringSetChar()
3483 __ Check(eq, kNonSmiIndex, cr0); in EmitTwoByteSeqStringSetChar()
3701 Split(eq, if_true, if_false, fall_through, cr0); in EmitHasCachedArrayIndex()
3846 __ bne(&bailout, cr0); in EmitFastOneByteArrayJoin()
4505 Split(ne, if_true, if_false, fall_through, cr0); in EmitLiteralCompareTypeof()
4526 Split(eq, if_true, if_false, fall_through, cr0); in EmitLiteralCompareTypeof()