rs6000.c (mode_supports_dq_form): Rename mode_supports_vsx_dform_quad to mode_support...
commitaa90c676b36ca5590e58f09cf3e256ac037aa9c3
authorMichael Meissner <meissner@linux.vnet.ibm.com>
Thu, 10 May 2018 22:46:21 +0000 (10 22:46 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Thu, 10 May 2018 22:46:21 +0000 (10 22:46 +0000)
tree115044259bcdedc990bd04c96a3c3ffb770779a6
parent14ee7de064f757c7677b906010f7e67e702b62c7
rs6000.c (mode_supports_dq_form): Rename mode_supports_vsx_dform_quad to mode_supports_dq_form.

2018-05-10  Michael Meissner  <meissner@linux.vnet.ibm.com>

* config/rs6000/rs6000.c (mode_supports_dq_form): Rename
mode_supports_vsx_dform_quad to mode_supports_dq_form.
(mode_supports_vsx_dform_quad): Likewise.
(mode_supports_vmx_dform): Move these functions to be next to the
other mode_supports functions.
(mode_supports_dq_form): Likewise.
(quad_address_p): Change calls of mode_supports_vsx_dform_quad to
mode_supports_dq_form.
(reg_offset_addressing_ok_p): Likewise.
(offsettable_ok_by_alignment): Likewise.
(rs6000_legitimate_offset_address_p): Likewise.
(legitimate_lo_sum_address_p): Likewise.
(rs6000_legitimize_address): Likewise.
(rs6000_legitimize_reload_address): Likewise.
(rs6000_secondary_reload_inner): Likewise.
(rs6000_preferred_reload_class): Likewise.
(rs6000_output_move_128bit): Likewise.

From-SVN: r260140
gcc/ChangeLog
gcc/config/rs6000/rs6000.c