From patchwork Mon Jul 2 03:41:29 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 937656 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-480814-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=twiddle.net Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="i2KadYmS"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41JtNB4m8Yz9s29 for ; Mon, 2 Jul 2018 13:41:45 +1000 (AEST) Received: (qmail 116319 invoked by alias); 2 Jul 2018 03:41:39 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 116308 invoked by uid 89); 2 Jul 2018 03:41:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=BAYES_20, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, GIT_PATCH_2, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:a7-v6so, unmatched, Hx-spam-relays-external:smtp.gmail.com, H*RU:smtp.gmail.com X-HELO: mail-pl0-f67.google.com Received: from mail-pl0-f67.google.com (HELO mail-pl0-f67.google.com) (209.85.160.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 02 Jul 2018 03:41:36 +0000 Received: by mail-pl0-f67.google.com with SMTP id a7-v6so7241703plp.3 for ; Sun, 01 Jul 2018 20:41:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id; bh=8EFCP0fsR1ZxXGrscicaFRmSubENZ6BhbViromdlc0Q=; b=i2KadYmSFKVQVJfDYdcpC6xqqjGSZIqCDuqsMXEWYIvFqLjPYoI/D3q7EjhuSsJmb4 YJaykEFSTbCQWuFRgpBiCpcvRgXorYVfzcV6kkmJYoZJQOe3KltCUCBG9ipSY91T0Tu+ PBAnItNJWWvEwfZepSxunLmMXxnTH48UP/4ieZYoQaY/mn+pZi0v74gCPDyGcB2qt8dc DJEZubIFyHCRtaUuf6iSxtc204/feewFeORukjTob2agzbr8gPFqeOef0nyLeS8zjFDS IybZMXdN00VlIBam9OnD9DLKeuWKthi2X2qaVUgJyBqE8bNTpHum1yMIbtcubQY5Otd5 MoTA== Received: from cloudburst.twiddle.net (97-126-112-211.tukw.qwest.net. [97.126.112.211]) by smtp.gmail.com with ESMTPSA id 141-v6sm5014649pfu.167.2018.07.01.20.41.33 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 01 Jul 2018 20:41:34 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson To: gcc-patches@gcc.gnu.org Cc: richard.sandiford@arm.com, marcus.shawcroft@arm.com, james.greenhalgh@arm.com Subject: [PATCH, aarch64 0/4] Add movprfx patterns and alternatives Date: Sun, 1 Jul 2018 20:41:29 -0700 Message-Id: <20180702034133.12511-1-rth@twiddle.net> X-IsSubscribed: yes These don't fire very often, but at least a few times within the testsuite. Enough to test my qemu implementation of the insns. r~ Richard Henderson (4): aarch64: Add movprfx alternatives for unpredicated patterns aarch64: Remove predicate from inside SVE_COND_FP_BINARY aarch64: Add movprfx alternatives for predicate patterns aarch64: Add movprfx patterns for zero and unmatched select gcc/config/aarch64/aarch64-protos.h | 1 - gcc/config/aarch64/aarch64.c | 48 --- gcc/config/aarch64/aarch64-sve.md | 488 ++++++++++++++++++++-------- gcc/config/aarch64/aarch64.md | 11 +- gcc/config/aarch64/iterators.md | 26 +- gcc/config/aarch64/predicates.md | 3 + 6 files changed, 386 insertions(+), 191 deletions(-)