PR target/27405
commitcae0e21642fa8d462da1850b3ef91784bf415abf
authorkkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Nov 2006 22:57:13 +0000 (2 22:57 +0000)
committerkkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Nov 2006 22:57:13 +0000 (2 22:57 +0000)
treef791e0570e23b2ca23ab9c49d9d95cb017473134
parent48909f378eca614ade95a98b3b3e28274c14a5fc
PR target/27405
* config/sh/sh.md (cmp{eq,gt,gtu}{si,di}_media): Remove.
(cmpsi{eq,gt,gtu}{si,di}_media): Rename to
cmp{eq,gt,gtu}{si,di}_media.
(*cmpne0si_media): Remove.
(*movsicc_umin): Adjust gen_cmp*_media call.
(unordered): Change the mode of unordered and operands[1] to
SImode.
(seq): Adjust gen_cmp*_media calls.  Make the mode of
a temporary result of compare SImode if needed.  If the mode
of operands[0] is DImode, extend the temporary result to DImode.
(slt, sle, sgt, sge, sgtu, sltu, sleu, sgue, sne): Likewise.
(sunorderd): Change the mode of match_operand and unorderd to
SImode.
(cmpeq{sf,df}_media): Remove.
(cmpsieq{sf,df}_media): Rename to cmpeq{sf,df}_media.
(cmp{gt,ge,un}{sf,df}_media): Change the mode of match_operand
and compare operation to SImode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118435 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/sh/sh.md