target-ppc: Add ISA 2.06 ftdiv Instruction
authorTom Musta <tommusta@gmail.com>
Tue, 7 Jan 2014 16:06:07 +0000 (10:06 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:43 +0000 (03:06 +0100)
commitda29cb7bc7b62c14a69a104f91867edf9ce88543
tree22693522f567b8e15c6c897a59030dc2dd6d3022
parent29a0e4e9a1adfaf8864cfb7a79e5bb0f28aac282
target-ppc: Add ISA 2.06 ftdiv Instruction

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

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