OSDN Git Service

target-ppc: Add ISA 2.06 fcfid[u][s] Instructions
authorTom Musta <tommusta@gmail.com>
Tue, 7 Jan 2014 16:06:00 +0000 (10:06 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:42 +0000 (03:06 +0100)
commit28288b48a83e903198ee22d8558c43b021e39a17
treea0913cca1f52ba2cbbf82bc84cc48c1d98cb90b4
parentfab7fe426fa5325f93c931ffbe25f4e024b1ced4
target-ppc: Add ISA 2.06 fcfid[u][s] Instructions

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 <tommusta@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/fpu_helper.c
target-ppc/helper.h
target-ppc/translate.c