[Qemu-devel] [PATCH] PPC64: Add support for ldbrx and stdbrx instructions

2012-02-09 Thread David Gibson
From: Thomas Huth These instructions for loading and storing byte-swapped 64-bit values have been introduced in PowerISA 2.06. Signed-off-by: Thomas Huth Signed-off-by: David Gibson --- target-ppc/cpu.h|4 ++- target-ppc/translate.c | 52

Re: [Qemu-devel] [PATCH] PPC64: Add support for ldbrx and stdbrx instructions

2012-02-07 Thread malc
On Wed, 8 Feb 2012, David Gibson wrote: > From: Thomas Huth > > These instructions for loading and storing byte-swapped 64-bit values have > been introduced in PowerISA 2.06. > > Signed-off-by: Thomas Huth > --- > target-ppc/translate.c | 30 ++ > 1 files changed

[Qemu-devel] [PATCH] PPC64: Add support for ldbrx and stdbrx instructions

2012-02-07 Thread David Gibson
From: Thomas Huth These instructions for loading and storing byte-swapped 64-bit values have been introduced in PowerISA 2.06. Signed-off-by: Thomas Huth --- target-ppc/translate.c | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/target-ppc