commit | 4d57fa50d5208b92a06b0e08c32cc0bb7ab75aaf | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Tue Jul 18 10:02:41 2017 -1000 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Tue Jul 18 23:39:17 2017 +0200 |
tree | b6119e696492470adf80bdf7b8fe7d10eed5d54e | |
parent | 1e0b21d856d7654ea683e743e964c3b292122081 [diff] |
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>