* expmed.c (store_bit_field): Also check whether the bitsize is
commite051aa149e8ebf7904372578305284945674f6ec
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Apr 2006 00:51:14 +0000 (26 00:51 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Apr 2006 00:51:14 +0000 (26 00:51 +0000)
tree1aae3ef33166342b584dde15d93a18e829caac8b
parent6028be81364271a5a64113fe9dc2f810156152d5
* expmed.c (store_bit_field): Also check whether the bitsize is
valid for the machine's "insv" instruction before moving the
target into a pseudo for use with the insv.
* config/i386/predicates.md (const8_operand): New predicate.
* config/i386/i386.md (extv, extzv, insv): Use the new
const8_operand predicate where appropriate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113265 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.md
gcc/config/i386/predicates.md
gcc/expmed.c