On 01/07/2014 08:06 AM, Tom Musta wrote: > This patch adds the fcfids, fcfidu and fcfidus instructions which > were introduced in Power ISA 2.06B. A common macro is provided to > eliminate repetitious code, and the existing fcfid instruction is > refactored to use this macro. > > Signed-off-by: Tom Musta <tommu...@gmail.com> > --- > V4: Using the newly added PPC2_FP_CVT_ISA206 flag. Performed > direct conversion to single precision per Richard Henderson's > review. > > target-ppc/fpu_helper.c | 24 +++++++++++++++++------- > target-ppc/helper.h | 3 +++ > target-ppc/translate.c | 9 +++++++++ > 3 files changed, 29 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~