From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:36118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDw0u-0001Pk-Rl for qemu-devel@nongnu.org; Tue, 09 Apr 2019 15:02:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDw0t-00030n-TX for qemu-devel@nongnu.org; Tue, 09 Apr 2019 15:02:32 -0400 Received: from mail-pg1-x544.google.com ([2607:f8b0:4864:20::544]:37140) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hDw0t-00030F-Dq for qemu-devel@nongnu.org; Tue, 09 Apr 2019 15:02:31 -0400 Received: by mail-pg1-x544.google.com with SMTP id e6so9846764pgc.4 for ; Tue, 09 Apr 2019 12:02:30 -0700 (PDT) References: <20190307144126.31847-1-richard.henderson@linaro.org> From: Richard Henderson Message-ID: Date: Tue, 9 Apr 2019 09:02:24 -1000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/9] tcg: Add tcg_gen_extract2_{i32,i64} List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Hildenbrand , qemu-devel@nongnu.org On 4/9/19 8:53 AM, David Hildenbrand wrote: > On 07.03.19 15:41, Richard Henderson wrote: >> The primary motivator here is usage within s390x, >> but (as with any good primitive) the opcode has >> applications outside that. > > I am planning to send the next big part of vector instruction support > (Vector Integer Instructions) soon, that would make use of these patches. I'll be sure to get them into the first pull after 4.1 opens. r~