Home
last modified time | relevance | path

Searched refs:from_real (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dexpr.cc329 bool from_real = SCALAR_FLOAT_MODE_P (from_mode); in convert_mode_scalar() local
333 gcc_assert (to_real == from_real); in convert_mode_scalar()
5561 rtx from_real in expand_assignment() local
5567 if (!from_real || !from_imag) in expand_assignment()
5569 emit_move_insn (XEXP (to_rtx, 0), from_real); in expand_assignment()
5594 rtx from_real in expand_assignment() local
5599 if (!from_real || !from_imag) in expand_assignment()
5601 emit_move_insn (XEXP (to_rtx, 0), from_real); in expand_assignment()
DChangeLog-20036490 to_real==from_real. Use the conversion optabs instead
DChangeLog-201836290 last argument when extracting from CONCAT. If either from_real or