From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEppx-00062a-MT for qemu-devel@nongnu.org; Sat, 05 May 2018 01:34:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEppt-0001IB-QV for qemu-devel@nongnu.org; Sat, 05 May 2018 01:34:25 -0400 Received: from mail-pf0-x242.google.com ([2607:f8b0:400e:c00::242]:36317) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fEppt-0001I5-JT for qemu-devel@nongnu.org; Sat, 05 May 2018 01:34:21 -0400 Received: by mail-pf0-x242.google.com with SMTP id w129so13548275pfd.3 for ; Fri, 04 May 2018 22:34:21 -0700 (PDT) Date: Sat, 5 May 2018 14:34:18 +0900 From: Stafford Horne Message-ID: <20180505053418.GG4501@lianli.shorne-pla.net> References: <20180504054030.24527-1-richard.henderson@linaro.org> <20180504054030.24527-7-richard.henderson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180504054030.24527-7-richard.henderson@linaro.org> Subject: Re: [Qemu-devel] [PATCH 06/13] target/openrisc: Convert dec_calc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org On Thu, May 03, 2018 at 10:40:23PM -0700, Richard Henderson wrote: > Signed-off-by: Richard Henderson Acked-by: Stafford Horne > --- > target/openrisc/translate.c | 322 +++++++++++++++++++++++-------------------- > target/openrisc/insns.decode | 76 +++++++--- > 2 files changed, 229 insertions(+), 169 deletions(-) > > diff --git a/target/openrisc/translate.c b/target/openrisc/translate.c