From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fO5Pb-0001kO-7G for qemu-devel@nongnu.org; Wed, 30 May 2018 14:01:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fO5PY-0004JZ-Bv for qemu-devel@nongnu.org; Wed, 30 May 2018 14:01:27 -0400 Received: from mail-pl0-x235.google.com ([2607:f8b0:400e:c01::235]:45907) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fO5PY-0004IF-73 for qemu-devel@nongnu.org; Wed, 30 May 2018 14:01:24 -0400 Received: by mail-pl0-x235.google.com with SMTP id c23-v6so247547plz.12 for ; Wed, 30 May 2018 11:01:24 -0700 (PDT) From: Richard Henderson Date: Wed, 30 May 2018 11:01:02 -0700 Message-Id: <20180530180120.13355-1-richard.henderson@linaro.org> Subject: [Qemu-devel] [PATCH v3b 00/18] target/arm: SVE instructions, part 2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, qemu-arm@nongnu.org Here's the second installment of SVE instructions. There are about 25 patches waiting for a third installment; this makes a nice break before beginning with the memory ops. r~ Richard Henderson (18): target/arm: Extend vec_reg_offset to larger sizes target/arm: Implement SVE Permute - Unpredicated Group target/arm: Implement SVE Permute - Predicates Group target/arm: Implement SVE Permute - Interleaving Group target/arm: Implement SVE compress active elements target/arm: Implement SVE conditionally broadcast/extract element target/arm: Implement SVE copy to vector (predicated) target/arm: Implement SVE reverse within elements target/arm: Implement SVE vector splice (predicated) target/arm: Implement SVE Select Vectors Group target/arm: Implement SVE Integer Compare - Vectors Group target/arm: Implement SVE Integer Compare - Immediate Group target/arm: Implement SVE Partition Break Group target/arm: Implement SVE Predicate Count Group target/arm: Implement SVE Integer Compare - Scalars Group target/arm: Implement FDUP/DUP target/arm: Implement SVE Integer Wide Immediate - Unpredicated Group target/arm: Implement SVE Floating Point Arithmetic - Unpredicated Group target/arm/helper-sve.h | 294 ++++++++ target/arm/helper.h | 19 + target/arm/translate-a64.h | 26 +- target/arm/sve_helper.c | 1248 +++++++++++++++++++++++++++++++ target/arm/translate-sve.c | 1450 ++++++++++++++++++++++++++++++++++++ target/arm/vec_helper.c | 69 ++ target/arm/sve.decode | 248 ++++++ 7 files changed, 3345 insertions(+), 9 deletions(-) -- 2.17.0