OSDN Git Service

* arm.md (QHSI): New mode iterator.
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Oct 2009 09:16:36 +0000 (09:16 +0000)
committerrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Oct 2009 09:16:36 +0000 (09:16 +0000)
commit037706917ec2e066bc1d474fcf3326ddbf8036f7
tree2fec46398eab606f74b48f91eda97295b02b4549
parent0f0b95da7ef5c6946585f55b0412d40475a603c9
* arm.md (QHSI): New mode iterator.
(movqi): If generating for thumb, then truncate any immediate to
8 bits.
* thumb2.md (thumb2_movsi_shortim and peephole2 generator): Replace
with...
(thumb2_mov<mode>_shortim and peephole2 generator): ... iterator based
version.

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