target-ppc: emulate load doubleword pair instructions
commit05050ee8049f9fe75ffcac4a5aa053b5631653bf
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 20 Apr 2013 08:56:20 +0000 (20 08:56 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 21:02:43 +0000 (26 23:02 +0200)
tree4176e0515d9c27eb213212a4b5fba48d27ae210a
parent199f830d19576c77a5ed8fec81c218258d73f1dd
target-ppc: emulate load doubleword pair instructions

Needed for Power ISA version 2.05 compliance. The check for odd register
pairs is done using the invalid bits.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate.c