Re: [Qemu-devel] [PATCH 07/15] Openrisc: add float instruction helpers

2012-05-23 Thread Jia Liu
Hi Blue, On Sat, May 19, 2012 at 4:29 PM, Blue Swirl wrote: > On Thu, May 17, 2012 at 8:35 AM, Jia Liu wrote: >> add the openrisc float instruction helpers. >> >> Signed-off-by: Jia Liu >> --- >>  Makefile.target              |    2 +- >>  target-openrisc/fpu_helper.c |   93 >> +++

Re: [Qemu-devel] [PATCH 07/15] Openrisc: add float instruction helpers

2012-05-19 Thread Blue Swirl
On Thu, May 17, 2012 at 8:35 AM, Jia Liu wrote: > add the openrisc float instruction helpers. > > Signed-off-by: Jia Liu > --- >  Makefile.target              |    2 +- >  target-openrisc/fpu_helper.c |   93 > ++ >  target-openrisc/helper.h     |    6 +++

[Qemu-devel] [PATCH 07/15] Openrisc: add float instruction helpers

2012-05-17 Thread Jia Liu
add the openrisc float instruction helpers. Signed-off-by: Jia Liu --- Makefile.target |2 +- target-openrisc/fpu_helper.c | 93 ++ target-openrisc/helper.h |6 +++ target-openrisc/translate.c |8 ++-- 4 files changed, 104 i