From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKvuR-0004CZ-Cd for qemu-devel@nongnu.org; Fri, 22 Aug 2014 16:58:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKvuH-00082b-Ja for qemu-devel@nongnu.org; Fri, 22 Aug 2014 16:58:07 -0400 Received: from mail-qg0-x233.google.com ([2607:f8b0:400d:c04::233]:60678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKvuH-00081V-EW for qemu-devel@nongnu.org; Fri, 22 Aug 2014 16:57:57 -0400 Received: by mail-qg0-f51.google.com with SMTP id a108so10680869qge.38 for ; Fri, 22 Aug 2014 13:57:55 -0700 (PDT) Sender: Richard Henderson Message-ID: <53F7AED0.2010401@twiddle.net> Date: Fri, 22 Aug 2014 13:57:52 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1408726356-14420-1-git-send-email-kbastian@mail.uni-paderborn.de> <1408726356-14420-7-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1408726356-14420-7-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 v6 06/15] target-tricore: Add instructions of SRC 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/22/2014 09:52 AM, Bastian Koppelmann wrote: > Add instructions of SRC opcode format. > Add micro-op generator functions for add, conditional add/sub and shi/shai. > > Signed-off-by: Bastian Koppelmann > --- > v5 -> v6: > - gen_shaci: Add calculation of PSW.C to shift_count = -32 case. > - Remove useless parenthesis. > > target-tricore/helper.h | 16 +++ > target-tricore/translate.c | 251 +++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 267 insertions(+) Reviewed-by: Richard Henderson r~