Lines Matching refs:convert_modes
620 lres = convert_modes (tgtmode, mode, res, uns); in expand_arith_overflow_result_store()
622 do_compare_rtx_and_jump (res, convert_modes (mode, tgtmode, lres, uns), in expand_arith_overflow_result_store()
1232 op0 = convert_modes (wmode, mode, op0, uns); in can_widen_mult_without_libcall()
1236 op1 = convert_modes (wmode, mode, op1, uns); in can_widen_mult_without_libcall()
1615 hipart = convert_modes (mode, wmode, hipart, uns); in expand_mul_overflow()
1616 res = convert_modes (mode, wmode, res, uns); in expand_mul_overflow()
1679 hipart0 = convert_modes (hmode, mode, hipart0, uns); in expand_mul_overflow()
1680 rtx lopart0 = convert_modes (hmode, mode, op0, uns); in expand_mul_overflow()
1687 hipart1 = convert_modes (hmode, mode, hipart1, uns); in expand_mul_overflow()
1688 rtx lopart1 = convert_modes (hmode, mode, op1, uns); in expand_mul_overflow()
1832 tem = convert_modes (mode, hmode, lopart, 1); in expand_mul_overflow()
1866 hipartloxhi = convert_modes (hmode, mode, hipartloxhi, 0); in expand_mul_overflow()
1870 convert_modes (hmode, mode, in expand_mul_overflow()
1881 tem = convert_modes (mode, hmode, in expand_mul_overflow()
1882 convert_modes (hmode, mode, lo0xlo1, 1), 1); in expand_mul_overflow()