commit | e44259b6d4f4de69a868510a198b2696f24118a1 | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Tue Jan 07 10:05:52 2014 -0600 |
committer | Alexander Graf <agraf@suse.de> | Wed Mar 05 03:06:39 2014 +0100 |
tree | 08d61c8be5c091ca24b46a85ce20023fc4b442bc | |
parent | 98d1eb2748e84f9e3118d1bd2495f0cc917ac18d [diff] |
target-ppc: Add ISA2.06 divde[o] Instructions This patch adds the Divide Doubleword Extended instructions. The implementation builds on the unsigned helper provided in the previous patch. Signed-off-by: Tom Musta <tommusta@gmail.com> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Alexander Graf <agraf@suse.de>