OSDN Git Service

gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Dec 2008 21:43:51 +0000 (21:43 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Dec 2008 21:43:51 +0000 (21:43 +0000)
commit934441607fa9011a74e589f1e0095d49cbd5ab93
tree818d1f76fcd9055b6365f381013bb34b90e68e50
parent4749905db26b07ca790a968c41f7e080f9c0dbd2
gcc/
* config/mips/mips-dsp.md (mips_lbux): Turn into a define_expand,
changing operand 1 to a pmode_register_operand.
(mips_lhx, mips_lwx): Likewise.
(mips_lbux_<mode>, mips_lhx_<mode>, mips_lwx_<mode>): New patterns.
* config/mips/mips.c (mips_prepare_builtin_arg): Get the mode of
the value from the argument expression.

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