From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoB2x-0001Fp-D4 for qemu-devel@nongnu.org; Wed, 04 Dec 2013 06:55:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VoB2o-0000rY-3z for qemu-devel@nongnu.org; Wed, 04 Dec 2013 06:55:15 -0500 Received: from mail-we0-f181.google.com ([74.125.82.181]:54296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoB2n-0000pL-VL for qemu-devel@nongnu.org; Wed, 04 Dec 2013 06:55:06 -0500 Received: by mail-we0-f181.google.com with SMTP id x55so14774610wes.40 for ; Wed, 04 Dec 2013 03:55:04 -0800 (PST) From: Will Newton Date: Wed, 4 Dec 2013 11:54:53 +0000 Message-Id: <1386158099-9239-1-git-send-email-will.newton@linaro.org> Subject: [Qemu-devel] [PATCH v8 0/6] target-arm: Add support for VSEL and VMIN/MAXNM. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: patches@linaro.org This series adds support for three new instructions added in ARMv8 - VSEL, VMINNM and VMAXNM. Will Newton (6): target-arm: Move call to disas_vfp_insn out of disas_coproc_insn. target-arm: Implement ARMv8 VSEL instruction. softfloat: Remove unused argument from MINMAX macro. softfloat: Add minNum() and maxNum() functions to softfloat. target-arm: Implement ARMv8 FP VMAXNM and VMINNM instructions. target-arm: Implement ARMv8 SIMD VMAXNM and VMINNM instructions. fpu/softfloat.c | 38 ++++++-- include/fpu/softfloat.h | 4 + target-arm/helper.c | 25 +++++ target-arm/helper.h | 5 + target-arm/translate.c | 246 +++++++++++++++++++++++++++++++++++++++++++++--- 5 files changed, 298 insertions(+), 20 deletions(-) -- 1.8.1.4