Home
last modified time | relevance | path

Searched refs:split_double (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Doutput.h128 extern void split_double (rtx, rtx *, rtx *);
H A Dfinal.c3493 split_double (rtx value, rtx *first, rtx *second) in split_double() function
H A DFSFChangeLog477 * m68k.md (adddi3, subdi3, anddi3, iordi3, xordi3): Use split_double.
H A DChangeLog-199813240 * final.c (split_double): Avoid a compiler warning if
13377 * final.c (split_double): Sign extend both halves of a split CONST_INT.
H A DFSFChangeLog.107802 * i960.c (i960_output_ldconst): Let split_double handle DImode.
H A DFSFChangeLog.1110102 * rs6000.md (mov{df,di} define_splits): Use split_double to
H A DChangeLog-199919519 * final.c (split_double): Sign extend REAL_VALUE_TO_TARGET_DOUBLE
H A DChangeLog-200422466 * final.c (split_double): Remove unnecessary casts.
46625 make static; do not hand TFmode CONST_DOUBLEs to split_double.
H A DChangeLog-200018147 * final.c (split_double): Right shift of negative values is not
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.c1171 split_double (in, &out[0], &out[1]); in ia64_split_tmode()