commit | 767c250310ee0494d37bf7514d24973dd50e38ea | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Apr 05 21:39:54 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Apr 23 08:46:45 2023 +0100 |
tree | d9058dbb599095acdca3d67288041bf7873e2a16 | |
parent | b3dfd5fc181433bd43e2163b1a94b11a548edfba [diff] |
tcg: Introduce tcg_out_xchg We will want a backend interface for register swapping. This is only properly defined for x86; all others get a stub version that always indicates failure. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>