From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWPMP-0004JJ-Ce for qemu-devel@nongnu.org; Mon, 10 Dec 2018 12:28:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWPMM-000222-73 for qemu-devel@nongnu.org; Mon, 10 Dec 2018 12:28:49 -0500 Received: from mail-ot1-x32a.google.com ([2607:f8b0:4864:20::32a]:42268) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gWPMJ-0001wm-LB for qemu-devel@nongnu.org; Mon, 10 Dec 2018 12:28:46 -0500 Received: by mail-ot1-x32a.google.com with SMTP id v23so11170174otk.9 for ; Mon, 10 Dec 2018 09:28:41 -0800 (PST) References: From: Richard Henderson Message-ID: Date: Mon, 10 Dec 2018 11:28:37 -0600 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v3 15/24] riscv: tcg-target: Add the add2 and sub2 instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alistair Francis , "qemu-devel@nongnu.org" , "qemu-riscv@nongnu.org" Cc: "alistair23@gmail.com" On 12/7/18 6:48 PM, Alistair Francis wrote: > Signed-off-by: Alistair Francis > --- > tcg/riscv/tcg-target.inc.c | 55 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 55 insertions(+) Reviewed-by: Richard Henderson r~