From patchwork Wed Feb 28 16:48:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 879214 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=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="Bnx5MbfM"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zs1k24SGzz9s1x for ; Thu, 1 Mar 2018 03:49:13 +1100 (AEDT) Received: from localhost ([::1]:45500 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1er4ul-0000gR-1z for incoming@patchwork.ozlabs.org; Wed, 28 Feb 2018 11:49:11 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1er4u0-0000fi-9E for qemu-devel@nongnu.org; Wed, 28 Feb 2018 11:48:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1er4ty-00072Q-9A for qemu-devel@nongnu.org; Wed, 28 Feb 2018 11:48:24 -0500 Received: from mail-pf0-x241.google.com ([2607:f8b0:400e:c00::241]:34236) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1er4ty-0006zg-39 for qemu-devel@nongnu.org; Wed, 28 Feb 2018 11:48:22 -0500 Received: by mail-pf0-x241.google.com with SMTP id j20so1224463pfi.1 for ; Wed, 28 Feb 2018 08:48:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=Ikd4yfm9Om4MC+SXJvg6wkAJLhmDC/ivc4uftczw75g=; b=Bnx5MbfMj+/10mVHdQzljhd7VdP1ba8cVJRaa4/fGr1+Biym9VLooDnoDksKr8gR2i DsssWFWQ7+WRI77ge+Ey8/RJhlMBDF4nPbuZVdMW8dv5EVPqcDiZQuvT6cJbCf78TEAs u2ebWVhYJebhLi8UOJYerP4ABWRCKqmNlwih8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=Ikd4yfm9Om4MC+SXJvg6wkAJLhmDC/ivc4uftczw75g=; b=SQxvCkL4vhksAS4eUD6rjvpxmiaOFBsiYOYte75PZAfSPUnm/DuyTigj3wWeo1i4E9 d7O8qrH0rcV2aCIkvKJyuKTxKIaW56X3albUcuFGGzGHnDD8Nmvwmr2N5wJV8atQoiji bycp2aORQLSRzVf8C0smKSmOLDCm9zbqNULrzSgYzY7U3w2abyxFk/3FEXJXGeLQxMzm UtQ0cpqW9LLSX2vgrVWKBYvEMjlVnsBm4kIlSdMm3ahJWUUSx2xQwb3QKgohRo7+u29a qDOYmxUU3ksDyGM2xrjtiU32Z56IqKZKrm1wkzU+KPGEbYMUHO7YJOR1CiHtBTZff0fY CJqA== X-Gm-Message-State: APf1xPAW9GAwpO/V/EPJhdBQMvCMdLxz69UEEcCwlY9mZ/hbCxVLDVRr ovaLUIj5yawf8MWssmmIpcoNboyhzcE= X-Google-Smtp-Source: AH8x225E1UiaEJDDbAx79+vgeftrOKR6QJAluJoKxeSohfoO45kRDUJbPJgaCrcDqQuZ8T+mF7pN7Q== X-Received: by 10.99.114.80 with SMTP id c16mr14723720pgn.436.1519836498954; Wed, 28 Feb 2018 08:48:18 -0800 (PST) Received: from cloudburst.twiddle.net (97-113-169-147.tukw.qwest.net. [97.113.169.147]) by smtp.gmail.com with ESMTPSA id p9sm4123698pgs.89.2018.02.28.08.48.16 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 28 Feb 2018 08:48:17 -0800 (PST) From: Richard Henderson To: qemu-devel@nongnu.org Date: Wed, 28 Feb 2018 08:48:12 -0800 Message-Id: <20180228164816.24110-1-richard.henderson@linaro.org> X-Mailer: git-send-email 2.14.3 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:400e:c00::241 Subject: [Qemu-devel] [RISU 0/3] ARM additions for v8.1-simd and v8.3-compnum X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-arm@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" I've rebased these onto master. There don't seem to be any consistent examples of how extensions are to be named in this new group-enabled world, but it's my opinion that the bike shed should be green. Since fp16 support is not yet present on the AArch32 side, I have disabled generation of those instructions here. r~ Richard Henderson (3): Add aa64 sqrdml[as]h Add aa64 fcadd + fcmla Add arm and thumb vqrdml[as]h, vcadd, vcmla aarch64.risu | 37 +++++++++++++++++++++++++++++++++++++ arm.risu | 25 +++++++++++++++++++++++++ thumb.risu | 25 +++++++++++++++++++++++++ 3 files changed, 87 insertions(+)