target-ppc: Add ISA 2.06 ftsqrt
authorTom Musta <tommusta@gmail.com>
Tue, 7 Jan 2014 16:06:08 +0000 (10:06 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:43 +0000 (03:06 +0100)
commit6d41d146c92e99e21ef267be4c4b9893940e0838
treef9f231dabd54853197f4060eed0304ac75bbc113
parentda29cb7bc7b62c14a69a104f91867edf9ce88543
target-ppc: Add ISA 2.06 ftsqrt

This patch adds the Floating Point Test for Square Root instruction
which was introduced in Power ISA 2.06.

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