From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUtG2-0007ph-7O for qemu-devel@nongnu.org; Thu, 17 May 2012 01:28:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUtG0-0007q2-J1 for qemu-devel@nongnu.org; Thu, 17 May 2012 01:28:13 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:38941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUtG0-0007pW-Bs for qemu-devel@nongnu.org; Thu, 17 May 2012 01:28:12 -0400 Received: by dadv2 with SMTP id v2so2487767dad.4 for ; Wed, 16 May 2012 22:28:09 -0700 (PDT) From: "Peter A. G. Crosthwaite" Date: Thu, 17 May 2012 15:37:48 +1000 Message-Id: Subject: [Qemu-devel] [RFC PATCH V1 0/2] Microblaze CPU model v8.30 updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, edgar.iglesias@gmail.com Cc: peter.crosthwaite@petalogix.com, david.holsgrove@petalogix.com, john.williams@petalogix.com Microblaze CPU v8.30 has some new instructions that are implemented in this instructions are: swapb, swaph (PATCH 1) lwx, swx (PATCH 2) Peter A. G. Crosthwaite (2): target-microblaze: impelemented swapx instructions target-microblaze: lwx/swx: first implementation target-microblaze/cpu.h | 1 + target-microblaze/helper.c | 2 + target-microblaze/translate.c | 63 ++++++++++++++++++++++++++++++++++++++-- 3 files changed, 62 insertions(+), 4 deletions(-) -- 1.7.3.2