arm.md (arm_movqi_insn): Use Uh instead of m constraint.

* config/arm/arm.md (arm_movqi_insn): Use Uh instead of m constraint.

From-SVN: r214936
This commit is contained in:
Bin Cheng 2014-09-05 03:33:38 +00:00 committed by Bin Cheng
parent ed5f78b8e9
commit 6f22122491
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-09-05 Bin Cheng <bin.cheng@arm.com>
* config/arm/arm.md (arm_movqi_insn): Use Uh instead of m constraint.
2014-09-05 Bin Cheng <bin.cheng@arm.com>
* config/arm/arm.c (output_move_neon): Handle REG explicitly.

View File

@ -6425,7 +6425,7 @@
(define_insn "*arm_movqi_insn"
[(set (match_operand:QI 0 "nonimmediate_operand" "=r,r,r,l,r,l,Uu,r,m")
(match_operand:QI 1 "general_operand" "rk,rk,I,Py,K,Uu,l,m,r"))]
(match_operand:QI 1 "general_operand" "rk,rk,I,Py,K,Uu,l,Uh,r"))]
"TARGET_32BIT
&& ( register_operand (operands[0], QImode)
|| register_operand (operands[1], QImode))"