OSDN Git Service

target-ppc: Add ISA 2.06 divwe[o] Instructions
authorTom Musta <tommusta@gmail.com>
Tue, 7 Jan 2014 16:05:54 +0000 (10:05 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:40 +0000 (03:06 +0100)
commita98eb9e99df4c11966fcd56cbcb6f06e6f413a89
tree3edf5301d956aec9607ee555167967b5e343076e
parent6a4fda3358ca5a21e17d553074f74d512745c4f6
target-ppc: Add ISA 2.06 divwe[o] Instructions

This patch addes the signed Divide Word Extended instructions
which were 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/helper.h
target-ppc/int_helper.c
target-ppc/translate.c