From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37404 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OX7CA-0000Kd-A8 for qemu-devel@nongnu.org; Fri, 09 Jul 2010 02:36:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OX7C9-00046J-0H for qemu-devel@nongnu.org; Fri, 09 Jul 2010 02:36:22 -0400 Received: from mail-pw0-f45.google.com ([209.85.160.45]:62020) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OX7C8-000468-Qd for qemu-devel@nongnu.org; Fri, 09 Jul 2010 02:36:20 -0400 Received: by pwi2 with SMTP id 2so674318pwi.4 for ; Thu, 08 Jul 2010 23:36:19 -0700 (PDT) From: Alexandre Courbot Date: Fri, 9 Jul 2010 15:38:34 +0900 Message-Id: <1278657516-26130-1-git-send-email-gnurou@gmail.com> Subject: [Qemu-devel] [PATCH 0/2] target-sh4: Add support for missing ldc & stc instructions with sgr List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This series of patch adds support for the missing ldc & stc privileged instructions with the sgr register. In order to take the difference of support between SH4A and SH4 (which does not recognize ldc with sgr), the LDST macro has been split into two simpler macros. [PATCH 1/2] target-sh4: Split the LDST macro into 2 sub-macros [PATCH 2/2] target-sh4: Add support for ldc & stc with sgr