On 01/15/2014 06:10 AM, Tom Musta wrote: > This patch adds the VSX Scalar Round to Single Precision (xsrsp) > instruction. > > Signed-off-by: Tom Musta <tommu...@gmail.com> > --- > V6: New. > > V7: Changed signature of helper per Richard Henderson's review. > > target-ppc/fpu_helper.c | 11 +++++++++++ > target-ppc/helper.h | 1 + > target-ppc/translate.c | 17 +++++++++++++++++ > 3 files changed, 29 insertions(+), 0 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~