Lines Matching refs:LeaveCC
357 __ mov(lr, Operand(pc), LeaveCC, al); in GenerateDeoptJumpTable()
365 __ mov(lr, Operand(pc), LeaveCC, al); in GenerateDeoptJumpTable()
835 __ mov(scratch, Operand::Zero(), LeaveCC, NegateCondition(condition)); in DeoptimizeIf()
836 __ mov(scratch, Operand(1), LeaveCC, condition); in DeoptimizeIf()
1486 __ mov(result, Operand(kMinInt / divisor), LeaveCC, vs); in DoFlooringDivByPowerOf2I()
1487 __ mov(result, Operand(result, ASR, shift), LeaveCC, vc); in DoFlooringDivByPowerOf2I()
1836 SBit set_cond = can_overflow ? SetCC : LeaveCC; in DoSubI()
1857 SBit set_cond = can_overflow ? SetCC : LeaveCC; in DoRSubI()
2030 SBit set_cond = can_overflow ? SetCC : LeaveCC; in DoAddI()
2059 __ mov(result_reg, right_op, LeaveCC, NegateCondition(condition)); in DoMathMinMax()
2755 __ mov(r0, Operand(factory()->false_value()), LeaveCC, ne); in DoInstanceOf()
2756 __ mov(r0, Operand(factory()->true_value()), LeaveCC, eq); in DoInstanceOf()
2998 __ mov(result, Operand(factory()->undefined_value()), LeaveCC, eq); in DoLoadContextSlot()
3401 __ mov(result, fp, LeaveCC, ne); in DoArgumentsElements()
3402 __ mov(result, scratch, LeaveCC, eq); in DoArgumentsElements()
3784 __ mov(result, Operand(1), LeaveCC, eq); // +0.5. in DoMathRound()
3787 __ mov(result, Operand::Zero(), LeaveCC, ne); in DoMathRound()