From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:49149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gz9av-0002dI-Bm for qemu-devel@nongnu.org; Wed, 27 Feb 2019 19:30:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gz9ao-0000EC-33 for qemu-devel@nongnu.org; Wed, 27 Feb 2019 19:30:33 -0500 Sender: Richard Henderson References: <20190227111411.22890-1-david@redhat.com> <20190227111411.22890-3-david@redhat.com> <87h8cpkmra.fsf@zen.linaroharston> <56298ace-a6f7-2b2a-acc2-0e09615c121b@redhat.com> <87fts8lxl8.fsf@zen.linaroharston> From: Richard Henderson Message-ID: Date: Wed, 27 Feb 2019 16:24:26 -0800 MIME-Version: 1.0 In-Reply-To: <87fts8lxl8.fsf@zen.linaroharston> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH RFC 2/2] tests/tcg: target/s390: Add test for VECTOR LOAD GR FROM VR ELEMENT List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= , David Hildenbrand Cc: qemu-devel@nongnu.org, qemu-s390x@nongnu.org, Thomas Huth , Cornelia Huck , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= On 2/27/19 1:40 PM, Alex Bennée wrote: > And crucially have nice regular sized instructions. Is that not an option? s390 insns are {2,4,6} bytes. I don't think that there's an easy way to pick out the hw status codes that would give the ilen of the faulting insn. r~