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(-)