]> xenbits.xensource.com Git - qemu-xen.git/commit
target/sh4: Load/store Dr as 64-bit quantities
authorRichard Henderson <rth@twiddle.net>
Tue, 18 Jul 2017 20:02:41 +0000 (10:02 -1000)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 18 Jul 2017 21:39:17 +0000 (23:39 +0200)
commit4d57fa50d5208b92a06b0e08c32cc0bb7ab75aaf
treeb6119e696492470adf80bdf7b8fe7d10eed5d54e
parent1e0b21d856d7654ea683e743e964c3b292122081
target/sh4: Load/store Dr as 64-bit quantities

This enforces proper alignment and makes the register update
more natural.  Note that there is a more serious bug fix for
fmov {DX}Rn,@(R0,Rn) to use a store instead of a load.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Message-Id: <20170718200255.31647-17-rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target/sh4/translate.c