From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhIQz-0001CJ-QL for qemu-devel@nongnu.org; Thu, 14 Jul 2011 05:42:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhIQv-0002tC-6a for qemu-devel@nongnu.org; Thu, 14 Jul 2011 05:42:17 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:50651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhIQu-0002t2-Q0 for qemu-devel@nongnu.org; Thu, 14 Jul 2011 05:42:12 -0400 Received: by iyb3 with SMTP id 3so56035iyb.4 for ; Thu, 14 Jul 2011 02:42:11 -0700 (PDT) From: Tsuneo Saito Date: Thu, 14 Jul 2011 18:41:35 +0900 Message-Id: <1310636503-8956-1-git-send-email-tsnsaito@gmail.com> Subject: [Qemu-devel] [PATCH v2 0/8] SPARC64: Implement sparcv9 ldfa/stfa instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Tsuneo Saito This patch series implements sparcv9 stfa/ldfa instructions that implementations seem to be left unfinished. This patch also adds fp_disabled exception checks on stfa/ldfa as they are FP instructions. v2: * checked by checkpatch.pl. * added UA2007 block-transfer ASIs. * added JPS1 little-endian block-transfer ASIs that seem forgotten. target-sparc/op_helper.c | 75 ++++++++++++++++++++++++++++++--------------- target-sparc/translate.c | 20 +++++++++++- 2 files changed, 68 insertions(+), 27 deletions(-) -- 1.7.5.4