Re: [PATCH v4 10/36] tcg/tci: Fix big-endian return register ordering

2023-01-11 Thread Philippe Mathieu-Daudé
On 8/1/23 03:36, Richard Henderson wrote: We expect the backend to require register pairs in host-endian ordering, thus for big-endian the first register of a pair contains the high part. We were forcing R0 to contain the low part for calls. Signed-off-by: Richard Henderson --- tcg/tci.c | 21

[PATCH v4 10/36] tcg/tci: Fix big-endian return register ordering

2023-01-07 Thread Richard Henderson
We expect the backend to require register pairs in host-endian ordering, thus for big-endian the first register of a pair contains the high part. We were forcing R0 to contain the low part for calls. Signed-off-by: Richard Henderson --- tcg/tci.c | 21 +++-- 1 file changed, 11 in