* config/alpha/alpha.md (vecmodesuffix): New mode attribute.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Oct 2012 11:32:02 +0000 (11:32 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Oct 2012 11:32:02 +0000 (11:32 +0000)
commit5615323299f1532662fd70862aaa00eff8b2b405
tree4b4d84b714ffbeeb455796f21fb48468b2e12e8e
parent0d1973a5178b86ea9b825c85eb613e920555d04a
* config/alpha/alpha.md (vecmodesuffix): New mode attribute.
(modesuffix): Handle V8QI and V4HI modes.
(any_maxmin): New code iterator.
(maxmin): New code attribute.
(<code><mode>3): Macroize insn from {smax,smin,umax,umin}{qi,hi}3
using any_maxmin code iterator and I12MODE mode iterator.
(<code><mode>3): Macroize insn from {smax,smin,umax,umin}{v8qi,v4hi}3
using any_maxmin code iterator and VEC12 mode iterator.

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