]> gcc.gnu.org Git - gcc.git/commitdiff
Ok, I've removed what you previously asked me to include!
authorSofiane Naci <sofiane.naci@arm.com>
Tue, 11 Jun 2013 15:02:47 +0000 (15:02 +0000)
committerSofiane Naci <sofiane@gcc.gnu.org>
Tue, 11 Jun 2013 15:02:47 +0000 (15:02 +0000)
Happy?

-----
Thanks
Sofiane

ChangeLog:

testsuite/
* gcc.target/aarch64/scalar_intrinsics.c: Update.

gcc/
* config/aarch64/aarch64-simd.md (aarch64_dup_lane<mode>): Add r<-w
alternative and update.
(aarch64_dup_lanedi): Delete.
* config/aarch64/arm_neon.h (vdup<bhsd>_lane_*): Update.
* config/aarch64/aarch64-simd-builtins.def: Update.

From-SVN: r199959

gcc/ChangeLog
gcc/config/aarch64/aarch64-simd.md

index f02e6b2a6e94ac65833a8a8a52f612379cba8623..8676c56cef557ab0af5747915a1c2d5415b33d3e 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-11  Sofiane Naci  <sofiane.naci@arm.com>
+
+       * config/aarch64/aarch64-simd.md (move_lo_quad_<mode>): Update.
+
 2013-06-11  Martin Jambor  <mjambor@suse.cz>
 
        * ipa-cp.c (ipa_get_indirect_edge_target_1): Check that param_index is
index e5990d4141e2e372bb6e425d34cf1030a8110b10..63c48b5c2f73423591b64a5992164ee99695e02b 100644 (file)
          (vec_duplicate:<VHALF> (const_int 0))))]
   "TARGET_SIMD"
   "@
-   mov\\t%d0, %d1
-   fmov\t%d0, %1
-   dup\t%d0, %1"
+   dup\\t%d0, %1.d[0]
+   fmov\\t%d0, %1
+   dup\\t%d0, %1"
   [(set_attr "v8type" "*,fmov,*")
    (set_attr "simd_type" "simd_dup,*,simd_dup")
    (set_attr "simd_mode" "<MODE>")
This page took 0.080148 seconds and 5 git commands to generate.