From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vx1sL-0002Vs-J7 for qemu-devel@nongnu.org; Sat, 28 Dec 2013 16:56:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vx1sJ-0007EW-IN for qemu-devel@nongnu.org; Sat, 28 Dec 2013 16:56:53 -0500 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:43947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vx1sJ-0007EA-Bp for qemu-devel@nongnu.org; Sat, 28 Dec 2013 16:56:51 -0500 From: Peter Maydell Date: Sat, 28 Dec 2013 21:49:01 +0000 Message-Id: <1388267351-31818-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 00/10] A64 decoder patchset 5: most floating point List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: patches@linaro.org, Michael Matz , Alexander Graf , Claudio Fontana , Dirk Mueller , Will Newton , Laurent Desnogues , =?UTF-8?q?Alex=20Benn=C3=A9e?= , kvmarm@lists.cs.columbia.edu, Christoffer Dall , Richard Henderson Kronecker may have said that "God made the integers, all the rest is the work of man"; however he did not suggest who we should blame for float-to-integer conversions. Those turn out to be sufficiently tricky that they're going to get a patchset all of their own. In the meantime this is most of the rest of the A64 floating point support. (Some other 1-src FP instructions like sqrt will also be deferred to the next patchset.) This patchset sits on top of the previous one (now almost entirely codereviewed); you can find a git tree at git://git.linaro.org/people/peter.maydell/qemu-arm.git a64-fifth-set web UI: https://git.linaro.org/people/peter.maydell/qemu-arm.git/shortlog/refs/heads/a64-fifth-set thanks -- PMM Alexander Graf (5): target-arm: A64: Add support for dumping AArch64 VFP register state target-arm: A64: Add "Floating-point data-processing (2 source)" insns target-arm: A64: Add "Floating-point data-processing (3 source)" insns target-arm: A64: Add fmov (scalar, immediate) instruction target-arm: Give the FPSCR rounding modes names Claudio Fontana (3): target-arm: A64: Add support for floating point compare target-arm: A64: Add support for floating point conditional compare target-arm: A64: Add support for floating point cond select Peter Maydell (2): target-arm: A64: Fix vector register access on bigendian hosts target-arm: Use VFP_BINOP macro for min, max, minnum, maxnum target-arm/cpu.h | 9 + target-arm/helper-a64.c | 45 ++++ target-arm/helper-a64.h | 4 + target-arm/helper.c | 37 +--- target-arm/helper.h | 15 +- target-arm/neon_helper.c | 12 - target-arm/translate-a64.c | 532 ++++++++++++++++++++++++++++++++++++++++++--- target-arm/translate.c | 16 +- 8 files changed, 585 insertions(+), 85 deletions(-) -- 1.8.5