]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc/
authorprachigodbole <prachigodbole@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Mar 2017 10:32:47 +0000 (10:32 +0000)
committerprachigodbole <prachigodbole@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Mar 2017 10:32:47 +0000 (10:32 +0000)
commitb6ae75b9a7f6b5399300acda05dc36c76b5561e3
treeb8f19bb0b6846d0d567bec9996b59b519e036a90
parent947c0c3611e8b5ed2f2e7a13d64a10976344702b
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245913 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips-msa.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/msa-minmax.c [new file with mode: 0644]