qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/6] target-ppc: More Cleanup of FXU Instructions


From: Tom Musta
Subject: [Qemu-devel] [PATCH 0/6] target-ppc: More Cleanup of FXU Instructions
Date: Mon, 25 Aug 2014 14:25:38 -0500

This series follows up my previous series of bug fixes to Power fixed point
instructions 
(http://lists.nongnu.org/archive/html/qemu-ppc/2014-08/msg00068.html).
Richard Henderson provided additional feedback after the patches had been taken
into Aleg Graf's ppc-next tree.

Tom Musta (6):
  target-ppc: Special Case of rlwimi Should Use Deposit
  target-ppc: Optimize rlwinm MB=0 ME=31
  target-ppc: Optimize rlwnm MB=0 ME=31
  target-ppc: Clean Up mullw
  target-ppc: Clean up mullwo
  target-ppc: Implement mulldo with TCG

 target-ppc/helper.h     |    1 -
 target-ppc/int_helper.c |   27 ------------
 target-ppc/translate.c  |  103 ++++++++++++++++++++++++++++-------------------
 3 files changed, 62 insertions(+), 69 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]