Lines Matching refs:cr0

333     beq(&ok, cr0);  in RecordWriteField()
388 beq(&ok, cr0); in RecordWriteForMap()
514 beq(&done, cr0); in RememberedSetHelper()
517 Ret(eq, cr0); in RememberedSetHelper()
1244 bne(fail, cr0); in IsObjectJSStringType()
1476 bne(miss, cr0); in LoadFromNumberDictionary()
1550 beq(&aligned, cr0); in Allocate()
1643 beq(&aligned, cr0); in Allocate()
1673 Check(eq, kUnalignedAllocationInNewSpace, cr0); in Allocate()
2515 bne(not_power_of_two_or_zero, cr0); in JumpIfNotPowerOfTwoOrZero()
2527 bne(not_power_of_two, cr0); in JumpIfNotPowerOfTwoOrZeroAndNeg()
2567 beq(smi_case, cr0); in UntagAndJumpIfSmi()
2576 bne(non_smi_case, cr0); in UntagAndJumpIfNotSmi()
2592 Check(ne, kOperandIsASmi, cr0); in AssertNotSmi()
2601 Check(eq, kOperandIsNotSmi, cr0); in AssertSmi()
2610 Check(ne, kOperandIsASmiAndNotAString, cr0); in AssertString()
2624 Check(ne, kOperandIsASmiAndNotAName, cr0); in AssertName()
2638 Check(ne, kOperandIsASmiAndNotAFunction, cr0); in AssertFunction()
2651 Check(ne, kOperandIsASmiAndNotABoundFunction, cr0); in AssertBoundFunction()
2726 beq(&succeed, cr0); in JumpIfNotUniqueNameInstanceType()
2803 beq(&aligned, cr0); in CopyBytes()
2824 Assert(eq, kExpectingAlignmentForCopyBytes, cr0); in CopyBytes()
2915 beq(&done, cr0); in InitializeFieldsWithFiller()
2973 Check(ne, kNonObject, cr0); in EmitSeqStringSetCharCheck()
3194 bne(condition_met, cr0); in CheckPageFlag()
3197 beq(condition_met, cr0); in CheckPageFlag()
3220 b(first_bit == 1 ? eq : ne, &other_color, cr0); in HasColor()
3224 beq(&word_boundary, cr0); in HasColor()
3227 b(second_bit == 1 ? ne : eq, has_color, cr0); in HasColor()
3233 b(second_bit == 1 ? ne : eq, has_color, cr0); in HasColor()
3270 beq(value_is_white, cr0); in JumpIfWhite()