From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X74UV-0004jj-7m for qemu-devel@nongnu.org; Tue, 15 Jul 2014 11:18:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X74UQ-0008IZ-DM for qemu-devel@nongnu.org; Tue, 15 Jul 2014 11:18:03 -0400 Received: from mail-ig0-x22a.google.com ([2607:f8b0:4001:c05::22a]:58257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X74UQ-0008IL-6z for qemu-devel@nongnu.org; Tue, 15 Jul 2014 11:17:58 -0400 Received: by mail-ig0-f170.google.com with SMTP id h3so2924829igd.1 for ; Tue, 15 Jul 2014 08:17:57 -0700 (PDT) Sender: Richard Henderson Message-ID: <53C54622.2090902@twiddle.net> Date: Tue, 15 Jul 2014 08:17:54 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1405359671-25985-1-git-send-email-kbastian@mail.uni-paderborn.de> <1405359671-25985-9-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1405359671-25985-9-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 08/15] target-tricore: Add instructions of SSR 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 SSR opcode format. > > Signed-off-by: Bastian Koppelmann > --- > v1 -> v2: > - Remove AND in ST_B and ST_H instructions. > - Load/Store instructions now use new TCGMemOp. > - Move SSR instructions to one decode function. > > target-tricore/translate.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 50 insertions(+) Reviewed-by: Richard Henderson r~