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:
parent
ed5f78b8e9
commit
6f22122491
@ -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.
|
||||
|
@ -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))"
|
||||
|
Loading…
Reference in New Issue
Block a user