mips-msa.md (msa_fmax_a_<msafmt>, [...]): Introduce mode interator for if_then_else.
authorPrachi Godbole <prachi.godbole@imgtec.com>
Mon, 6 Mar 2017 10:32:47 +0000 (10:32 +0000)
committerPrachi Godbole <prachigodbole@gcc.gnu.org>
Mon, 6 Mar 2017 10:32:47 +0000 (10:32 +0000)
commitc1b993c0a669dd73e6b4914936699a247e68a48f
treeb8f19bb0b6846d0d567bec9996b59b519e036a90
parenta50a32aa3cbd139b2fbc56bcd80a82dc7f6ca5e5
mips-msa.md (msa_fmax_a_<msafmt>, [...]): Introduce mode interator for if_then_else.

gcc/
* config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
if_then_else.
(smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.

gcc/testsuite/
* gcc.target/mips/msa-minmax.c: New tests.

From-SVN: r245913
gcc/ChangeLog
gcc/config/mips/mips-msa.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/msa-minmax.c [new file with mode: 0644]