]> Git Repo - qemu.git/commit
target-ppc: VSX Stage 4: Add xsmulsp
authorTom Musta <[email protected]>
Wed, 15 Jan 2014 14:10:34 +0000 (08:10 -0600)
committerAlexander Graf <[email protected]>
Wed, 5 Mar 2014 02:06:34 +0000 (03:06 +0100)
commitab9408a2d11670d15b2692ca60646d8da8158d6f
treebbddc035411746113111eca4e62203a03f0dbf24
parent3fd0aadfc19ba146ed6ced27b4e6ff6afc08473a
target-ppc: VSX Stage 4: Add xsmulsp

This patch adds the VSX Scalar Multiply Single-Precision (xsmulsp)
instruction.

The existing VSX_MUL macro is modified to support rounding of the
intermediate result to single precision.

Signed-off-by: Tom Musta <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
target-ppc/fpu_helper.c
target-ppc/helper.h
target-ppc/translate.c
This page took 0.026204 seconds and 4 git commands to generate.