From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSWnx-0007h6-2z for qemu-devel@nongnu.org; Fri, 12 Sep 2014 15:46:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSWnp-0008Se-Ga for qemu-devel@nongnu.org; Fri, 12 Sep 2014 15:46:49 -0400 Message-ID: <54134DA0.5080700@suse.de> Date: Fri, 12 Sep 2014 21:46:40 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1410325413> <1410550293-3814-1-git-send-email-mallard.pierre@gmail.com> In-Reply-To: <1410550293-3814-1-git-send-email-mallard.pierre@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 0/2] Enabling floating point instruction to 440x5 CPUs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pierre Mallard , qemu-devel@nongnu.org, qemu-ppc@nongnu.org Cc: agraf@suze.de, tommusta@gmail.com On 12.09.14 21:31, Pierre Mallard wrote: > This patch series enable floating point instruction in 440x5 CPUs > which have the capabilities to have optional APU FPU in double precision mode. > > 1) Allow fc[tf]id[*] mnemonics for non TARGET_PPC64 with a new insn2 flag > 2) Create a new 440x5 implementing floating point instructions Thanks, applied to ppc-next. Alex