[AArch64, ARM] Use "multiple" for type, where more than one instruction is used for...
commitad4fc3c041ca881e264c474d6bee35fc12e66bb3
authorjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Sep 2013 13:56:01 +0000 (6 13:56 +0000)
committerjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Sep 2013 13:56:01 +0000 (6 13:56 +0000)
treeca044fc72ae021eb14a6af43e10aecfd962b7768
parent57a7b13e245fec0460aba24ab0c462100e376cfc
[AArch64, ARM] Use "multiple" for type, where more than one instruction is used for a move

gcc/
* config/aarch64/aarch64.md
(*movti_aarch64): Use "multiple" for type where v8type is "move2".
(*movtf_aarch64): Likewise.
* config/arm/arm.md
(thumb1_movdi_insn): Use "multiple" for type where more than one
instruction is used for a move.
(*arm32_movhf): Likewise.
(*thumb_movdf_insn): Likewise.

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