From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQ2QJ-0000zg-IF for qemu-devel@nongnu.org; Sun, 21 Oct 2012 16:47:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQ2QH-0001sh-Ix for qemu-devel@nongnu.org; Sun, 21 Oct 2012 16:47:03 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:51820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQ2QH-0001sW-AO for qemu-devel@nongnu.org; Sun, 21 Oct 2012 16:47:01 -0400 Received: by mail-pa0-f45.google.com with SMTP id fb10so1397543pad.4 for ; Sun, 21 Oct 2012 13:47:00 -0700 (PDT) Sender: Richard Henderson Message-ID: <50845F42.9080109@twiddle.net> Date: Mon, 22 Oct 2012 06:46:58 +1000 From: Richard Henderson MIME-Version: 1.0 References: <1350681950-30547-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1350681950-30547-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tcg/mips: use MUL instead of MULT on MIPS32 and above List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 2012-10-20 07:25, Aurelien Jarno wrote: > MIPS32 and later instruction sets have a multiplication instruction > directly operating on GPRs. It only produces a 32-bit result but > it is exactly what is needed by QEMU. > > Signed-off-by: Aurelien Jarno > --- Reviewed-by: Richard Henderson r~