From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y24tz-0002ko-KG for qemu-devel@nongnu.org; Fri, 19 Dec 2014 16:16:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y24tq-0003Wy-KM for qemu-devel@nongnu.org; Fri, 19 Dec 2014 16:15:59 -0500 Received: from mail-qg0-x22b.google.com ([2607:f8b0:400d:c04::22b]:40397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y24tq-0003Wu-GB for qemu-devel@nongnu.org; Fri, 19 Dec 2014 16:15:50 -0500 Received: by mail-qg0-f43.google.com with SMTP id z107so1244384qgd.30 for ; Fri, 19 Dec 2014 13:15:50 -0800 (PST) Sender: Richard Henderson Message-ID: <54949582.8080703@twiddle.net> Date: Fri, 19 Dec 2014 15:15:46 -0600 From: Richard Henderson MIME-Version: 1.0 References: <1418833065-2109-1-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1418833065-2109-1-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-s390x: Add Extract PSW instruction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bastian Koppelmann , qemu-devel@nongnu.org Cc: agraf@suse.de On 12/17/2014 10:17 AM, Bastian Koppelmann wrote: > + tcg_gen_andi_tl(regs[r1], regs[r1], ~0xffffffffull); > + tcg_gen_or_tl(regs[r1], regs[r1], tmp); This is store_reg32_i64. But just reminds me that I've got patches for 8 missing insns outstanding since September 2013, that got stalled on the representation of facilities for use by STFLE. I should resurrect those... r~