Lines Matching refs:SetCC
1252 rsb(scratch, shift, Operand(32), SetCC); in LslPair()
1298 rsb(scratch, shift, Operand(32), SetCC); in LsrPair()
1345 rsb(scratch, shift, Operand(32), SetCC); in AsrPair()
2041 and_(result_end, result, Operand(kDoubleAlignmentMask), SetCC); in Allocate()
2145 and_(result_end, result, Operand(kDoubleAlignmentMask), SetCC); in Allocate()
2161 add(result_end, result, Operand(object_size, LSL, kPointerSizeLog2), SetCC); in Allocate()
2163 add(result_end, result, Operand(object_size), SetCC); in Allocate()
2203 and_(result_end, result, Operand(kDoubleAlignmentMask), SetCC); in FastAllocate()
2214 add(result_end, result, Operand(object_size, LSL, kPointerSizeLog2), SetCC); in FastAllocate()
2216 add(result_end, result, Operand(object_size), SetCC); in FastAllocate()
2255 and_(result_end, result, Operand(kDoubleAlignmentMask), SetCC); in FastAllocate()
2505 sub(result, result, Operand(1), SetCC); in TryInt32Floor()
2821 sub(scratch, reg, Operand(1), SetCC); in JumpIfNotPowerOfTwoOrZero()
2833 sub(scratch, reg, Operand(1), SetCC); in JumpIfNotPowerOfTwoOrZeroAndNeg()
2853 SmiUntag(dst, src, SetCC); in UntagAndJumpIfSmi()
3513 add(mask_scratch, mask_scratch, Operand(mask_scratch), SetCC); in HasColor()