Searched hist:"2462 e30e99676c710624806febe5ce67a45f0521" (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 2462e30e99676c710624806febe5ce67a45f0521 Sun May 14 16:58:39 UTC 2023 Richard Henderson <richard.henderson@linaro.org> tcg: Introduce tcg_out_movext3
With x86_64 as host, we do not have any temporaries with which to resolve cycles, but we do have xchg. As a side bonus, the set of graphs that can be made with 3 nodes and all nodes conflicting is small: two. We can solve the cycle with a single temp.
This is required for x86_64 to handle stores of i128: 1 address register and 2 data registers.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|