Lines Matching refs:SetCC
818 __ sub(r1, r1, Operand(1), SetCC); in DeoptimizeIf()
1027 __ rsb(dividend, dividend, Operand::Zero(), SetCC); in DoModByPowerOf2I()
1054 __ sub(result, dividend, result, SetCC); in DoModByConstI()
1163 __ sub(result_reg, left_reg, scratch, SetCC); in DoModI()
1244 __ sub(scratch0(), scratch0(), dividend, SetCC); in DoDivByConstI()
1356 __ rsb(result, dividend, Operand::Zero(), SetCC); in DoFlooringDivByPowerOf2I()
1512 __ rsb(result, left, Operand::Zero(), SetCC); in DoMulI()
1651 __ mov(result, Operand(left, LSR, scratch), SetCC); in DoShiftI()
1700 __ SmiTag(result, result, SetCC); in DoShiftI()
1702 __ SmiTag(result, left, SetCC); in DoShiftI()
1725 SBit set_cond = can_overflow ? SetCC : LeaveCC; in DoSubI()
1746 SBit set_cond = can_overflow ? SetCC : LeaveCC; in DoRSubI()
1894 SBit set_cond = can_overflow ? SetCC : LeaveCC; in DoAddI()
3246 __ sub(length, length, Operand(1), SetCC); in DoApplyArguments()
3418 __ rsb(result, input, Operand::Zero(), SetCC, mi); in EmitIntegerMathAbs()
4454 __ SmiTag(dst, src, SetCC); in DoNumberTagI()
4622 __ SmiTag(output, input, SetCC); in DoSmiTag()
4636 __ SmiUntag(result, input, SetCC); in DoSmiUntag()
4798 __ SmiUntag(input_reg, SetCC); in DoTaggedToI()
4871 __ SmiTag(result_reg, SetCC); in DoDoubleToSmi()
5161 __ sub(scratch, scratch, Operand(kPointerSize), SetCC); in DoAllocate()