This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, i386]: Change HAVE_AS_IX86_INTERUNIT_MOVQ to runtime test ...


Hello!

... so it can be used in insn output templates.

2013-11-01  Uros Bizjak  <ubizjak@gmail.com>

    * configure.ac (HAVE_AS_IX86_INTERUNIT_MOVQ): Always define as 0/1.
    * configure: Regenerate.
    * config/i386/i386.md (*movdi_internal): Change
    HAVE_AS_IX86_INTERUNIT_MOVQ to runtime check.
    (*movdf_internal): Ditto.
    * config/i386/mmx.md (*mov<mode>_internal): Ditto.
    * config/i386/sse.md (vec_concatv2di): Output interunit movq
    for HAVE_AS_IX86_INTERUNIT_MOVQ targets.

Tested on x86_64-pc-linux-gnu {,-m32} and committed to mainline SVN.

Uros.

Attachment: p.diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]