From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGvCB-0004wC-Gd for qemu-devel@nongnu.org; Mon, 11 Aug 2014 15:24:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGvC2-0002Td-Fw for qemu-devel@nongnu.org; Mon, 11 Aug 2014 15:23:51 -0400 From: Tom Musta Date: Mon, 11 Aug 2014 14:23:21 -0500 Message-Id: <1407785009-6538-1-git-send-email-tommusta@gmail.com> Subject: [Qemu-devel] [PATCH 0/8] target-ppc: Bug Fixes for 64 Bit FXU Instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-ppc@nongnu.org Cc: Tom Musta , agraf@suse.de These patches fix assorted bugs in the emulation of Power Fixed Point Unit instructions. All instructions have been thorougly tested by running millions of random patterns through actual hardware and comparing the results against QEMU. The bugs all appear to be limited to 64 bit implementations. Tom Musta (8): target-ppc: Bug Fix: rlwinm target-ppc: Bug Fix: rlwnm target-ppc: Bug Fix: rlwimi target-ppc: Bug Fix: mullw target-ppc: Bug Fix: mullwo target-ppc: Bug Fix: mulldo OV Detection target-ppc: Bug Fix: srawi target-ppc: Bug Fix: srad target-ppc/int_helper.c | 16 ++++++++++-- target-ppc/translate.c | 60 +++++++++++++++++++++++++++++++--------------- 2 files changed, 53 insertions(+), 23 deletions(-)