Emit SIMD moves as mov
commit9fe9816bcd72e5ae5fe374d7483e4b5b0c618b22
authorWilco Dijkstra <wdijkstr@arm.com>
Wed, 21 Jun 2017 10:48:51 +0000 (21 10:48 +0000)
committerWilco Dijkstra <wilco@gcc.gnu.org>
Wed, 21 Jun 2017 10:48:51 +0000 (21 10:48 +0000)
tree58ce70af76c9faf8753675b885aec6322ee0af39
parentdca19fe10daf00bfef714e3f9f98c63ff70c7a64
Emit SIMD moves as mov

SIMD moves are currently emitted as ORR.  Change this to use the MOV
pseudo instruction just like integer moves (the ARM-ARM states MOV is the
preferred disassembly), improving readability of -S output.

    gcc/
* config/aarch64/aarch64.md (movti_aarch64):
Emit mov rather than orr.
(movtf_aarch64): Likewise.
* config/aarch64/aarch64-simd.md (aarch64_simd_mov):
Emit mov rather than orr.

From-SVN: r249444
gcc/ChangeLog
gcc/config/aarch64/aarch64-simd.md
gcc/config/aarch64/aarch64.md