Re: [PATCH 00/12] tcg: Factor hrev{32,64}_{i32,i64,tl} out

2023-08-25 Thread Nicholas Piggin
On Tue Aug 22, 2023 at 10:40 PM AEST, Philippe Mathieu-Daudé wrote: > This series factor the "byteswap each halfword within a > 32/64-bit value" code duplication as generic helpers. > > Modulo the documentation added, there is a good negative > diff-stat, so I believe this is a win from a

Re: [PATCH 00/12] tcg: Factor hrev{32,64}_{i32,i64,tl} out

2023-08-22 Thread Richard Henderson
On 8/22/23 05:40, Philippe Mathieu-Daudé wrote: This series factor the "byteswap each halfword within a 32/64-bit value" code duplication as generic helpers. Modulo the documentation added, there is a good negative diff-stat, so I believe this is a win from a maintainance point of view. I used

[PATCH 00/12] tcg: Factor hrev{32,64}_{i32,i64,tl} out

2023-08-22 Thread Philippe Mathieu-Daudé
This series factor the "byteswap each halfword within a 32/64-bit value" code duplication as generic helpers. Modulo the documentation added, there is a good negative diff-stat, so I believe this is a win from a maintainance point of view. I used "hrev" to follow the other bswap/hswap/rev