From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKZ5c-00028i-7u for qemu-devel@nongnu.org; Thu, 21 Aug 2014 16:36:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKZ5X-0003N9-Cr for qemu-devel@nongnu.org; Thu, 21 Aug 2014 16:36:08 -0400 Received: from mail-qg0-x233.google.com ([2607:f8b0:400d:c04::233]:46499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKZ5X-0003Mv-7i for qemu-devel@nongnu.org; Thu, 21 Aug 2014 16:36:03 -0400 Received: by mail-qg0-f51.google.com with SMTP id a108so9308707qge.24 for ; Thu, 21 Aug 2014 13:36:02 -0700 (PDT) Sender: Richard Henderson Message-ID: <53F6582F.5070103@twiddle.net> Date: Thu, 21 Aug 2014 13:35:59 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1407931644-25602-1-git-send-email-kbastian@mail.uni-paderborn.de> <1407931644-25602-8-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1407931644-25602-8-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 07/15] target-tricore: Add instructions of SRR opcode format List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bastian Koppelmann , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org On 08/13/2014 05:07 AM, Bastian Koppelmann wrote: > Add instructions of SRR opcode format. > Add helper for add/sub_ssov. > > Signed-off-by: Bastian Koppelmann > --- > v4 -> v5: > - gen_sub_d now saves result of substraction into tcg temp to handle ret = r1 cases. > - gen_mul_i32s now calculates V, SV bits in bit 31. > - SSOV makro now computes V, SV bits in bit 31. > - Negate conditions of 16_SRR_CMOV and 16_SRR_CMOVN insns. > - MOV_AA: Switch r1 and r2 arguments. > > target-tricore/helper.h | 4 ++ > target-tricore/op_helper.c | 43 ++++++++++++ > target-tricore/translate.c | 164 +++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 211 insertions(+) Reviewed-by: Richard Henderson r~