Lines Matching refs:SetCC
1370 add(scratch2, result, Operand(obj_size_reg), SetCC); in AllocateInNewSpace()
1450 add(scratch2, result, Operand(object_size, LSL, kPointerSizeLog2), SetCC); in AllocateInNewSpace()
1452 add(scratch2, result, Operand(object_size), SetCC); in AllocateInNewSpace()
1959 sub(scratch2, scratch2, Operand(zero_exponent - fudge_factor), SetCC); in ConvertToInt32()
2062 SetCC); in EmitOutOfInt32RangeTruncate()
2073 add(scratch, result, Operand(kShiftBase + HeapNumber::kMantissaBits), SetCC); in EmitOutOfInt32RangeTruncate()
2091 rsb(scratch, scratch, Operand(32), SetCC); in EmitOutOfInt32RangeTruncate()
2491 sub(scratch, reg, Operand(1), SetCC); in JumpIfNotPowerOfTwoOrZero()
2503 sub(scratch, reg, Operand(1), SetCC); in JumpIfNotPowerOfTwoOrZeroAndNeg()
2691 sub(length, length, Operand(1), SetCC); in CopyBytes()
2724 sub(length, length, Operand(1), SetCC); in CopyBytes()