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 tsnsa...@gmail.com wrote: This patch implements sparcv9 ldfa/lddfa/ldqfa instructions with non block-load ASIs. Signed-off-by: Tsuneo Saito tsnsa...@gmail.com ---  target-sparc/op_helper.c |   16 +++-  1 files changed, 11

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 blauwir...@gmail.com wrote: On Wed, Jul 13, 2011 at 6:30 AM, Tsuneo Saito tsnsa...@gmail.com wrote: This patch implements sparcv9 ldfa/lddfa/ldqfa instructions with non block-load ASIs. Signed-off-by: Tsuneo Saito tsnsa...@gmail.com ---  

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 atar4q...@gmail.com wrote: On Wed, Jul 13, 2011 at 6:27 PM, Blue Swirl blauwir...@gmail.com wrote: On Wed, Jul 13, 2011 at 6:30 AM, Tsuneo Saito tsnsa...@gmail.com wrote: This patch implements sparcv9 ldfa/lddfa/ldqfa instructions with non

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 atar4q...@gmail.com wrote: On Wed, Jul 13, 2011 at 6:27 PM, Blue Swirl blauwir...@gmail.com wrote: On Wed, Jul 13, 2011 at 6:30 AM, Tsuneo Saito tsnsa...@gmail.com wrote: So you

[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 tsnsa...@gmail.com --- target-sparc/op_helper.c | 16 +++- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/target-sparc/op_helper.c