qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 22/42] target-ppc: add vs{l,r} instructions.


From: Nathan Froyd
Subject: Re: [Qemu-devel] [PATCH 22/42] target-ppc: add vs{l,r} instructions.
Date: Tue, 16 Dec 2008 11:56:28 -0800
User-agent: Mutt/1.5.13 (2006-08-11)

On Mon, Dec 15, 2008 at 02:15:35PM -0800, Nathan Froyd wrote:
>  target-ppc/helper.h    |    2 ++
>  target-ppc/op_helper.c |   35 +++++++++++++++++++++++++++++++++++
>  target-ppc/translate.c |    2 ++
>  3 files changed, 39 insertions(+), 0 deletions(-)

Change from previous version:

Fix bug in helper_vs{l,r}: we don't want to left- or right-shift R into
itself, but shift A and then store than into R.

-Nathan





reply via email to

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