From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TM2QR-0003kX-TA for qemu-devel@nongnu.org; Wed, 10 Oct 2012 15:58:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TM2QQ-0002mK-Nu for qemu-devel@nongnu.org; Wed, 10 Oct 2012 15:58:39 -0400 Received: from mail-da0-f45.google.com ([209.85.210.45]:54047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TM2QQ-0002m4-HM for qemu-devel@nongnu.org; Wed, 10 Oct 2012 15:58:38 -0400 Received: by mail-da0-f45.google.com with SMTP id n15so343680dad.4 for ; Wed, 10 Oct 2012 12:58:36 -0700 (PDT) Sender: Richard Henderson Message-ID: <5075D369.7040507@twiddle.net> Date: Wed, 10 Oct 2012 12:58:33 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1349814458-21739-1-git-send-email-aurelien@aurel32.net> <1349814458-21739-3-git-send-email-aurelien@aurel32.net> In-Reply-To: <1349814458-21739-3-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 02/14] target-mips: use the softfloat floatXX_muladd functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 10/09/2012 01:27 PM, Aurelien Jarno wrote: > Use the new softfloat floatXX_muladd() functions to implement the madd, > msub, nmadd and nmsub instructions. At the same time replace the name of > the helpers by the name of the instruction, as the only reason for the > previous names was to keep the macros simple. > > Signed-off-by: Aurelien Jarno Reviewed-by: Richard Henderson r~