public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: charles.baylis@linaro.org
To: rearnsha@arm.com,	gcc-patches@gcc.gnu.org,
	marcus.shawcroft@arm.com,	tejas.belagod@arm.com,
	kyrylo.tkachov@arm.com
Subject: [PATCH 0/2] [AARCH64,NEON] Improve vld[234](q?)_lane intrinsics v2
Date: Wed, 08 Oct 2014 17:27:00 -0000	[thread overview]
Message-ID: <1412789236-26461-1-git-send-email-charles.baylis@linaro.org> (raw)

From: Charles Baylis <charles.baylis@linaro.org>

This patch series converts the vld[234](q?)_lane intrinsics to use builtin
functions instead of the previous inline assembler syntax.

Changes since v1:
. the type-punning to change between the array of vector types and the internal
  builtin types has been removed, as this is a separate, more complex problem.
  (patches 3&4 dropped, patch 2 reworked)
. iterator style cleanups (patch 1)
. removed broken bigendian lane number conversion. (patch 1)

Tested with make check on aarch64-oe-linux with qemu, and also passes clyon's
NEON intrinsics tests.


Charles Baylis (2):
  [AARCH64,NEON] Add patterns + builtins for vld[234](q?)_lane_*
    intrinsics
  [AARCH64,NEON] Convert arm_neon.h to use new builtins for
    vld[234](q?)_lane_*

 gcc/config/aarch64/aarch64-builtins.c        |   5 +
 gcc/config/aarch64/aarch64-simd-builtins.def |   4 +
 gcc/config/aarch64/aarch64-simd.md           |  95 +++++++
 gcc/config/aarch64/aarch64.md                |   3 +
 gcc/config/aarch64/arm_neon.h                | 377 ++++++++++++++++++---------
 5 files changed, 362 insertions(+), 122 deletions(-)

-- 
1.9.1

             reply	other threads:[~2014-10-08 17:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-08 17:27 charles.baylis [this message]
2014-10-08 17:27 ` [PATCH 2/2] [AARCH64,NEON] Convert arm_neon.h to use new builtins for vld[234](q?)_lane_* charles.baylis
2014-10-09 15:14   ` Tejas Belagod
2014-10-23 10:16   ` Marcus Shawcroft
2014-10-23 17:52     ` Charles Baylis
2014-10-24 10:37       ` Marcus Shawcroft
2014-10-24 15:18         ` Charles Baylis
2014-10-08 17:27 ` [PATCH 1/2] [AARCH64,NEON] Add patterns + builtins for vld[234](q?)_lane_* intrinsics charles.baylis
2014-10-09 15:07   ` Tejas Belagod
2014-10-15 14:38     ` Charles Baylis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1412789236-26461-1-git-send-email-charles.baylis@linaro.org \
    --to=charles.baylis@linaro.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=kyrylo.tkachov@arm.com \
    --cc=marcus.shawcroft@arm.com \
    --cc=rearnsha@arm.com \
    --cc=tejas.belagod@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).