Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c11678 bool compound_p = (outer == PLUS || outer == MINUS); in aarch64_rtx_mult_cost() local
11701 if (compound_p) in aarch64_rtx_mult_cost()
11738 compound_p = true; in aarch64_rtx_mult_cost()
11752 if (compound_p) in aarch64_rtx_mult_cost()
11770 if (compound_p) in aarch64_rtx_mult_cost()
11789 if (compound_p || !flag_rounding_math || (neg0 && neg1)) in aarch64_rtx_mult_cost()
11797 if (compound_p) in aarch64_rtx_mult_cost()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc13145 bool compound_p = (outer == PLUS || outer == MINUS); in aarch64_rtx_mult_cost() local
13195 if (compound_p) in aarch64_rtx_mult_cost()
13232 compound_p = true; in aarch64_rtx_mult_cost()
13246 if (compound_p) in aarch64_rtx_mult_cost()
13264 if (compound_p) in aarch64_rtx_mult_cost()
13283 if (compound_p || !flag_rounding_math || (neg0 && neg1)) in aarch64_rtx_mult_cost()
13291 if (compound_p) in aarch64_rtx_mult_cost()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201534520 Rename maybe_fma to compound_p.