altivec.md ("altivec_dst", [...]): Use a memory_operand.
authorSegher Boessenkool <boessen@de.ibm.com>
Fri, 17 Oct 2003 20:20:37 +0000 (20:20 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 17 Oct 2003 20:20:37 +0000 (16:20 -0400)
commitb4a62fa044e51b6da4044a5b8765b24758b4101c
tree57c12dcc9bcc290a90b0e8e6e24bbd8dca11edd7
parentef050c9e232a0473f52f02dfbd84f8252fa888c5
altivec.md ("altivec_dst", [...]): Use a memory_operand.

2003-10-17  Segher Boessenkool  <boessen@de.ibm.com>
            Hartmut Penner  <hpenner@de.ibm.com>

        * config/rs6000/altivec.md ("altivec_dst", "altivec_dstt",
        "altivec_dstst", "altivec_dststt", "altivec_lvsl", "altivec_lvsr",
        "altivec_lvebx", "altivec_lvehx", "altivec_lvewx", "altivec_lvxl",
        "altivec_lvx", "altivec_stvx", "altivec_stvxl", "altivec_stvebx",
        "altivec_stvehx", "altivec_stvewx"): Use a memory_operand.
        * config/rs6000/rs6000.c (altivec_expand_lv_builtin): New function.
        (altivec_expand_stv_builtin): Adjust for the memory_operand.
        (altivec_expand_builtin): Call altivec_expand_lv_builtin.
        (altivec_init_builtins): Use `long int' for memory offsets.

Co-Authored-By: Hartmut Penner <hpenner@de.ibm.com>
From-SVN: r72621
gcc/ChangeLog
gcc/config/rs6000/altivec.md
gcc/config/rs6000/rs6000.c