OSDN Git Service

* config/mips/mips.h (GENERATE_MIPS16E): New definition.
authordavidu <davidu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Jun 2005 12:17:08 +0000 (12:17 +0000)
committerdavidu <davidu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Jun 2005 12:17:08 +0000 (12:17 +0000)
commitd0989c9259a334088f6dfe1e31a470a16ddd1771
treed1107596f11cf882f13ae7c901022281d6a68534
parentc25c642edbc0d813b0f2d85a602ff040aa849d1b
* config/mips/mips.h (GENERATE_MIPS16E): New definition.
* config/mips/mips.md (zero_extend<SHORT:mode><GPR:mode>2):
Changed expand condition to exclude generating of "and" if
GENERATE_MIPS16E is true.
(*zero_extend<SHORT:mode><GPR:mode>2_mips16e): New pattern for
matching mips16e zeb/zeh.
(*extend<SHORT:mode><GPR:mode>2_mips16e): New pattern for matching
mips16e seb/seh.
(*extend<SHORT:mode><GPR:mode>2): Disable this pattern for
GENERATE_MIPS16E.
* doc/invoke.texi (MIPS Options): Add comment to -mips16
indicating MIPS16e ASE is used if targetting for MIPS32 or MIPS64.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100979 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips.h
gcc/config/mips/mips.md
gcc/doc/invoke.texi