From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X75AB-0002kK-9M for qemu-devel@nongnu.org; Tue, 15 Jul 2014 12:01:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X75A6-0004y2-AW for qemu-devel@nongnu.org; Tue, 15 Jul 2014 12:01:07 -0400 Received: from mail-ie0-x232.google.com ([2607:f8b0:4001:c03::232]:36976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X75A6-0004xp-6f for qemu-devel@nongnu.org; Tue, 15 Jul 2014 12:01:02 -0400 Received: by mail-ie0-f178.google.com with SMTP id tp5so4539478ieb.23 for ; Tue, 15 Jul 2014 09:01:01 -0700 (PDT) Sender: Richard Henderson Message-ID: <53C5503A.5010902@twiddle.net> Date: Tue, 15 Jul 2014 09:00:58 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1405359671-25985-1-git-send-email-kbastian@mail.uni-paderborn.de> <1405359671-25985-15-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1405359671-25985-15-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 v2 14/15] target-tricore: Add instructions of SLR, SSRO and SRO 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 07/14/2014 10:41 AM, Bastian Koppelmann wrote: > Add instructions of SLR, SSRO and SRO opcode format. > > Signed-off-by: Bastian Koppelmann > --- > v1 -> v2: > - Add one decode function for all SLR instructions. > - Add one decode function for all SRO instructions. > - Remove duplicate SSRO instructions, which were removed in patch v1 15/15. > - Change load/store to use TCGMemOp. > > target-tricore/translate.c | 121 +++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 121 insertions(+) Reviewed-by: Richard Henderson r~