target-ppc: emulate store doubleword pair instructions
commit44bc0c4d3e90bfa1fafdbcc19d023d2d4b119eed
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 20 Apr 2013 08:56:21 +0000 (20 08:56 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 21:02:43 +0000 (26 23:02 +0200)
tree9aa320b9b759aac02d5d956c1d196d1ebb90ef6d
parent05050ee8049f9fe75ffcac4a5aa053b5631653bf
target-ppc: emulate store 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