commit | 129f1f9ee7df77d367d961b3c25353612d33cd83 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Apr 05 22:27:03 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue May 02 13:05:45 2023 -0700 |
tree | d1aa3082a2b2e1fbcdac6446643974e8a2ec0e1e | |
parent | c6a98619f7179a3564008ea9c9b3672821a6812f [diff] |
tcg: Introduce tcg_out_movext2 This is common code in most qemu_{ld,st} slow paths, moving two registers when there may be overlap between sources and destinations. At present, this is only used by 32-bit hosts for 64-bit data, but will shortly be used for more than that. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>