Home | History | Annotate | Download | only in gcc

Lines Matching defs:from_mode

171 /* Given two input operands, OP0 and OP1, determine what the correct from_mode
1525 machine_mode from_mode = widened_mode (mode, op0, op1);
1526 icode = find_widening_optab_handler (binoptab, mode, from_mode);
5367 scalar_mode from_mode, to_mode;
5421 && is_a <scalar_mode> (GET_MODE (from), &from_mode))
5435 if (GET_MODE_PRECISION (from_mode) < GET_MODE_BITSIZE (fmode)
5436 && can_float_p (fmode, from_mode, 0) != CODE_FOR_nothing)
5447 < GET_MODE_PRECISION (from_mode))
5459 imode = from_mode;
5510 emit_cmp_and_jump_insns (from, const0_rtx, GE, NULL_RTX, from_mode,
5514 real_2expN (&offset, GET_MODE_PRECISION (from_mode), fmode);
5789 machine_mode from_mode = GET_MODE (from);
5797 if (to_mode == from_mode)
5813 code = convert_optab_handler (tab, to_mode, from_mode);
5820 libfunc = convert_optab_libfunc (tab, to_mode, from_mode);
5824 from_mode = GET_MODE (from);
5828 from, from_mode);