From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1tZV-0001Q4-Sn for qemu-devel@nongnu.org; Thu, 07 Mar 2019 09:00:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1tZR-0006hd-0R for qemu-devel@nongnu.org; Thu, 07 Mar 2019 09:00:29 -0500 Received: from mail-pg1-x542.google.com ([2607:f8b0:4864:20::542]:34965) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h1tZQ-0006eO-Dv for qemu-devel@nongnu.org; Thu, 07 Mar 2019 09:00:24 -0500 Received: by mail-pg1-x542.google.com with SMTP id e17so11336772pgd.2 for ; Thu, 07 Mar 2019 06:00:24 -0800 (PST) References: <20190307121539.12842-1-david@redhat.com> <20190307121539.12842-4-david@redhat.com> From: Richard Henderson Message-ID: Date: Thu, 7 Mar 2019 06:00:19 -0800 MIME-Version: 1.0 In-Reply-To: <20190307121539.12842-4-david@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 03/32] s390x/tcg: Utilities for vector instruction helpers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Hildenbrand , qemu-devel@nongnu.org Cc: qemu-s390x@nongnu.org, Cornelia Huck , Thomas Huth , Richard Henderson On 3/7/19 4:15 AM, David Hildenbrand wrote: > We'll have to read/write vector elements quite frequently from helpers. > The tricky bit is properly taking care of endianess. Handle it similar > to aarch64. > > Signed-off-by: David Hildenbrand > --- > target/s390x/vec.h | 101 +++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 101 insertions(+) > create mode 100644 target/s390x/vec.h Reviewed-by: Richard Henderson r~