]> git.proxmox.com Git - mirror_qemu.git/commit - target-ppc/translate_init.c
target-ppc: Add ISA2.06 bpermd Instruction
authorTom Musta <tommusta@gmail.com>
Tue, 7 Jan 2014 16:05:49 +0000 (10:05 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:38 +0000 (03:06 +0100)
commit86ba37edcb6556b124840f04d180a34ffcc71086
tree2a6d8f18361cd4cca89963807e1c6e54ec4faab9
parent7ee19fb9d682689d36c849576c808cf92e3bae40
target-ppc: Add ISA2.06 bpermd Instruction

This patch adds the Bit Permute Doubleword (bpermd) instruction,
which was introduced in Power ISA 2.06 as part of the base 64-bit
architecture.

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/cpu.h
target-ppc/helper.h
target-ppc/int_helper.c
target-ppc/translate.c
target-ppc/translate_init.c