]> git.proxmox.com Git - qemu.git/commit - target-ppc/translate.c
PPC64: Add support for ldbrx and stdbrx instructions
authorThomas Huth <thuth@linux.vnet.ibm.com>
Mon, 27 Feb 2012 17:18:08 +0000 (17:18 +0000)
committerAlexander Graf <agraf@suse.de>
Thu, 15 Mar 2012 12:12:11 +0000 (13:12 +0100)
commitcd6e9320142fea0d9e82c8ca7f3a4c2f20fecf39
tree6d081d141f1d5edf48678112a50d8cdb93d55801
parentb5aec39672dc6084b43fa3f77764a6f549255a53
PPC64: Add support for ldbrx and stdbrx instructions

These instructions for loading and storing byte-swapped 64-bit values have
been introduced in PowerISA 2.06.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/cpu.h
target-ppc/translate.c
target-ppc/translate_init.c