forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2018-05-10 Michael Meissner <[email protected]>
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@260140 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
meissner
committed
May 10, 2018
1 parent
c2ad67f
commit 34870bc
Showing
2 changed files
with
50 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
2018-05-10 Michael Meissner <[email protected]> | ||
|
||
* 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. | ||
|
||
2018-05-10 Uros Bizjak <[email protected]> | ||
|
||
* config/i386/i386.c (ix86_expand_builtin) <case IX86_BUILTIN_RDPID>: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters