diff options
author | Wilco Dijkstra <wdijkstr@arm.com> | 2017-06-21 10:48:51 +0000 |
---|---|---|
committer | Wilco Dijkstra <wilco@gcc.gnu.org> | 2017-06-21 10:48:51 +0000 |
commit | 9fe9816bcd72e5ae5fe374d7483e4b5b0c618b22 (patch) | |
tree | 58ce70af76c9faf8753675b885aec6322ee0af39 /gcc/ada/gcc-interface/ada-tree.h | |
parent | dca19fe10daf00bfef714e3f9f98c63ff70c7a64 (diff) | |
download | gcc-9fe9816bcd72e5ae5fe374d7483e4b5b0c618b22.zip gcc-9fe9816bcd72e5ae5fe374d7483e4b5b0c618b22.tar.gz gcc-9fe9816bcd72e5ae5fe374d7483e4b5b0c618b22.tar.bz2 |
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
Diffstat (limited to 'gcc/ada/gcc-interface/ada-tree.h')
0 files changed, 0 insertions, 0 deletions