From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgqAX-00017R-FU for qemu-devel@nongnu.org; Tue, 12 Jul 2011 23:31:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgqAW-0004D7-Hc for qemu-devel@nongnu.org; Tue, 12 Jul 2011 23:31:25 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:40085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgqAW-0004D1-Dk for qemu-devel@nongnu.org; Tue, 12 Jul 2011 23:31:24 -0400 Received: by iyb3 with SMTP id 3so5910382iyb.4 for ; Tue, 12 Jul 2011 20:31:23 -0700 (PDT) From: Tsuneo Saito Date: Wed, 13 Jul 2011 12:30:45 +0900 Message-Id: <1310527849-784-1-git-send-email-tsnsaito@gmail.com> Subject: [Qemu-devel] [PATCH 0/4] 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 Hi, This patch series implements sparcv9 stfa/ldfa instructions with non block-transfer ASIs that implementations seem to be left unfinished. This patch also adds fp_disabled exception checks on stfa/ldfa as they are FP instructions. target-sparc/op_helper.c | 31 ++++++++++++++++++++++--------- target-sparc/translate.c | 14 ++++++++++++-- 2 files changed, 34 insertions(+), 11 deletions(-)