Re: [PATCH for-8.0 21/29] tcg/i386: Introduce tcg_out_mov2

2022-11-21 Thread Philippe Mathieu-Daudé
On 18/11/22 10:47, Richard Henderson wrote: Create a helper for data movement minding register overlap. Use the more general xchg instruction, which consumes one extra byte, but simplifies the more general function. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.c.inc | 27

[PATCH for-8.0 21/29] tcg/i386: Introduce tcg_out_mov2

2022-11-18 Thread Richard Henderson
Create a helper for data movement minding register overlap. Use the more general xchg instruction, which consumes one extra byte, but simplifies the more general function. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.c.inc | 27 +-- 1 file changed, 21