From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zd80W-0001lb-7v for qemu-devel@nongnu.org; Fri, 18 Sep 2015 22:36:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zd80S-0004we-Vf for qemu-devel@nongnu.org; Fri, 18 Sep 2015 22:36:08 -0400 Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:35387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zd80S-0004wa-PT for qemu-devel@nongnu.org; Fri, 18 Sep 2015 22:36:04 -0400 Received: by pacfv12 with SMTP id fv12so66657713pac.2 for ; Fri, 18 Sep 2015 19:36:04 -0700 (PDT) Sender: Richard Henderson References: <1442621675-4318-1-git-send-email-gang.chen.5i5j@gmail.com> From: Richard Henderson Message-ID: <55FCCA11.4010101@twiddle.net> Date: Fri, 18 Sep 2015 19:36:01 -0700 MIME-Version: 1.0 In-Reply-To: <1442621675-4318-1-git-send-email-gang.chen.5i5j@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-tilegx: Implement v1multu instruction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: gang.chen.5i5j@gmail.com, peter.maydell@linaro.org Cc: qemu-devel@nongnu.org, xili_gchen_5257@hotmail.com On 09/18/2015 05:14 PM, gang.chen.5i5j@gmail.com wrote: > From: Chen Gang > > Only according to v1add implementation. > > Signed-off-by: Chen Gang > --- > target-tilegx/helper.h | 1 + > target-tilegx/simd_helper.c | 13 +++++++++++++ > target-tilegx/translate.c | 4 ++++ > 3 files changed, 18 insertions(+) Reviewed-by: Richard Henderson r~