Lines Matching refs:src_reg
4745 FpuRegister src_reg = false_src.AsFpuRegister<FpuRegister>(); in GenConditionalMove() local
4747 __ SelnezS(dst_reg, src_reg, fcond_reg); in GenConditionalMove()
4749 __ SeleqzS(dst_reg, src_reg, fcond_reg); in GenConditionalMove()
4752 FpuRegister src_reg = true_src.AsFpuRegister<FpuRegister>(); in GenConditionalMove() local
4754 __ SeleqzS(dst_reg, src_reg, fcond_reg); in GenConditionalMove()
4756 __ SelnezS(dst_reg, src_reg, fcond_reg); in GenConditionalMove()
4780 FpuRegister src_reg = false_src.AsFpuRegister<FpuRegister>(); in GenConditionalMove() local
4782 __ SelnezD(dst_reg, src_reg, fcond_reg); in GenConditionalMove()
4784 __ SeleqzD(dst_reg, src_reg, fcond_reg); in GenConditionalMove()
4787 FpuRegister src_reg = true_src.AsFpuRegister<FpuRegister>(); in GenConditionalMove() local
4789 __ SeleqzD(dst_reg, src_reg, fcond_reg); in GenConditionalMove()
4791 __ SelnezD(dst_reg, src_reg, fcond_reg); in GenConditionalMove()