i386.md (sse5_setcc<mode>): Use <ssemodefsuffix> to get the appropriate suffix for...
authorDwarakanath Rajagopal <dwarak.rajagopal@amd.com>
Mon, 12 Nov 2007 20:41:14 +0000 (20:41 +0000)
committerDwarakanath Rajagopal <dwarak@gcc.gnu.org>
Mon, 12 Nov 2007 20:41:14 +0000 (20:41 +0000)
commitd51fba8ef2918636d8d51389297aa558b235d1ca
treeca35a43fc303a0f7cf9ff7e3e0df391c017f8171
parentfd0d4c1fbba96c6ddfe7377557ab8b184551cf3a
i386.md (sse5_setcc<mode>): Use <ssemodefsuffix> to get the appropriate suffix for the coms* instruction.

2007-11-12  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
            Michael Meissner  <michael.meissner@amd.com>

        * config/i386/i386.md (sse5_setcc<mode>): Use <ssemodefsuffix>
        to get the appropriate suffix for the coms* instruction.
        (sse5_pcmov_<mode>): Restrict operands of pcmov
        for scalar case to be only xmm registers and not memory.

        * config/i386/sse.md (sse5_pcmov_<mode>): Correct the operand
        constraints to follow the mnemonics for the pcmov instruction

Co-Authored-By: Michael Meissner <michael.meissner@amd.com>
From-SVN: r130120
gcc/ChangeLog
gcc/config/i386/i386.md
gcc/config/i386/sse.md