PowerPC: rename some functions.
authorMichael Meissner <meissner@linux.ibm.com>
Fri, 11 Sep 2020 22:10:14 +0000 (18:10 -0400)
committerMichael Meissner <meissner@linux.ibm.com>
Fri, 11 Sep 2020 22:10:14 +0000 (18:10 -0400)
commite73f586c93b219eac15b29c9536c18fac634790b
tree2bddec90903478c2ed5363d2934463cc4a2831b7
parent9d377c280c96df8234eab81d5e2253ee36aa3826
PowerPC: rename some functions.

gcc/
2020-09-11  Michael Meissner  <meissner@linux.ibm.com>

* config/rs6000/rs6000.c (rs6000_maybe_emit_maxc_minc): Rename
from rs6000_emit_p9_fp_minmax.  Change return type to bool.  Add
comments to document NaN/signed zero behavior.
(rs6000_maybe_emit_fp_cmove): Rename from rs6000_emit_p9_fp_cmove.
(have_compare_and_set_mask): New helper function.
(rs6000_emit_cmove): Update calls to new names and the new helper
function.
gcc/config/rs6000/rs6000.c