From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25893 invoked by alias); 29 Nov 2012 14:27:22 -0000 Received: (qmail 25879 invoked by uid 22791); 29 Nov 2012 14:27:20 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,MSGID_MULTIPLE_AT,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 29 Nov 2012 14:27:16 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Thu, 29 Nov 2012 14:27:14 +0000 Received: from e106372vm ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.0); Thu, 29 Nov 2012 14:27:13 +0000 From: "Kyrylo Tkachov" To: Cc: "'Ramana Radhakrishnan'" , "Richard Earnshaw" Subject: [0/3][ARM] AArch32 NEON vrint builtins and intrinsics Date: Thu, 29 Nov 2012 14:27:00 -0000 Message-ID: <006201cdce3d$98ad3ef0$ca07bcd0$@tkachov@arm.com> MIME-Version: 1.0 X-MC-Unique: 112112914271406801 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2012-11/txt/msg02432.txt.bz2 Hi all, This set of patches adds support for the AArch32 vrint NEON builtins. It also adds related NEON intrinsics. It is organised in 3 patches: * The first patch adds support for the builtin versions of the instructions. * The second is a small testsuite patch that adds the effective target check and appropriate option-adding procedure for v8 NEON support and is required by the new intrinsic tests (and any further AArch32 NEON tests that are added in the future). * The third patch adds the intrinsics i.e. it contains the changes to the .ml scripts that are required to generate the arm_neon.h file as well as the tests and documentation. The patches have been tested on arm-none-eabi with qemu/model. New tests pass, no regressions. Thanks, Kyrill