Re: [Qemu-devel] [PATCH 1/4] SPARC64: Implement ldfa/lddfa/ldqfa instructions properly

2011-07-13 Thread tsnsaito
Hi, At Wed, 13 Jul 2011 21:19:16 +0300, Blue Swirl wrote: > On Wed, Jul 13, 2011 at 9:02 PM, Artyom Tarasenko wrote: > > On Wed, Jul 13, 2011 at 6:27 PM, Blue Swirl wrote: > >> On Wed, Jul 13, 2011 at 6:30 AM, Tsuneo Saito wrote: > >>So you should perform some arithmetic with > >> the ASI numbe

Re: [Qemu-devel] [PATCH 1/4] SPARC64: Implement ldfa/lddfa/ldqfa instructions properly

2011-07-13 Thread Blue Swirl
On Wed, Jul 13, 2011 at 9:02 PM, Artyom Tarasenko wrote: > On Wed, Jul 13, 2011 at 6:27 PM, Blue Swirl wrote: >> On Wed, Jul 13, 2011 at 6:30 AM, Tsuneo Saito wrote: >>> This patch implements sparcv9 ldfa/lddfa/ldqfa instructions >>> with non block-load ASIs. >>> >>> Signed-off-by: Tsuneo Saito

Re: [Qemu-devel] [PATCH 1/4] SPARC64: Implement ldfa/lddfa/ldqfa instructions properly

2011-07-13 Thread Artyom Tarasenko
On Wed, Jul 13, 2011 at 6:27 PM, Blue Swirl wrote: > On Wed, Jul 13, 2011 at 6:30 AM, Tsuneo Saito wrote: >> This patch implements sparcv9 ldfa/lddfa/ldqfa instructions >> with non block-load ASIs. >> >> Signed-off-by: Tsuneo Saito >> --- >>  target-sparc/op_helper.c |   16 +++- >>  

Re: [Qemu-devel] [PATCH 1/4] SPARC64: Implement ldfa/lddfa/ldqfa instructions properly

2011-07-13 Thread Blue Swirl
On Wed, Jul 13, 2011 at 6:30 AM, Tsuneo Saito wrote: > This patch implements sparcv9 ldfa/lddfa/ldqfa instructions > with non block-load ASIs. > > Signed-off-by: Tsuneo Saito > --- >  target-sparc/op_helper.c |   16 +++- >  1 files changed, 11 insertions(+), 5 deletions(-) > > diff --

[Qemu-devel] [PATCH 1/4] SPARC64: Implement ldfa/lddfa/ldqfa instructions properly

2011-07-12 Thread Tsuneo Saito
This patch implements sparcv9 ldfa/lddfa/ldqfa instructions with non block-load ASIs. Signed-off-by: Tsuneo Saito --- target-sparc/op_helper.c | 16 +++- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c index fd0cfb