From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzpn9-0000z8-Te for qemu-devel@nongnu.org; Tue, 02 Jun 2015 13:15:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yzpn4-0001Us-M3 for qemu-devel@nongnu.org; Tue, 02 Jun 2015 13:15:55 -0400 Received: from mail-qg0-x22a.google.com ([2607:f8b0:400d:c04::22a]:32769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzpn4-0001Uk-8o for qemu-devel@nongnu.org; Tue, 02 Jun 2015 13:15:50 -0400 Received: by qgfa63 with SMTP id a63so61585749qgf.0 for ; Tue, 02 Jun 2015 10:15:50 -0700 (PDT) Sender: Richard Henderson Message-ID: <556DE4C1.8020304@twiddle.net> Date: Tue, 02 Jun 2015 10:15:45 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1433193897-24110-1-git-send-email-aurelien@aurel32.net> <1433193897-24110-12-git-send-email-aurelien@aurel32.net> In-Reply-To: <1433193897-24110-12-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 11/13] target-s390x: implement miscellaneous-instruction-extensions facility List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org Cc: Alexander Graf On 06/01/2015 02:24 PM, Aurelien Jarno wrote: > RISBGN is the same as RISBG, but without setting the condition code. > CLT and CLGT are the same as CLRT and CLGRT, but using memory for the > second operand. > > Cc: Alexander Graf > Cc: Richard Henderson > Signed-off-by: Aurelien Jarno > --- > target-s390x/insn-data.def | 3 +++ > target-s390x/translate.c | 1 + > 2 files changed, 4 insertions(+) Reviewed-by: Richard Henderson r~