On 22/8/23 15:27, Peter Maydell wrote:
On Tue, 22 Aug 2023 at 14:06, Philippe Mathieu-Daudé wrote:
On 22/8/23 13:44, Peter Maydell wrote:
On Tue, 22 Aug 2023 at 12:01, Philippe Mathieu-Daudé wrote:
Commit 46be8425ff ("tcg: Implement tcg_gen_{h,w}swap_{i32,i64}")
introduced the generic hswa
On Tue, 22 Aug 2023 at 14:06, Philippe Mathieu-Daudé wrote:
>
> On 22/8/23 13:44, Peter Maydell wrote:
> > On Tue, 22 Aug 2023 at 12:01, Philippe Mathieu-Daudé
> > wrote:
> >>
> >> Commit 46be8425ff ("tcg: Implement tcg_gen_{h,w}swap_{i32,i64}")
> >> introduced the generic hswap_i32(). Use it in
On 22/8/23 13:44, Peter Maydell wrote:
On Tue, 22 Aug 2023 at 12:01, Philippe Mathieu-Daudé wrote:
Commit 46be8425ff ("tcg: Implement tcg_gen_{h,w}swap_{i32,i64}")
introduced the generic hswap_i32(). Use it instead of open-coding
it as t_gen_swapw().
Signed-off-by: Philippe Mathieu-Daudé
---
On Tue, 22 Aug 2023 at 12:01, Philippe Mathieu-Daudé wrote:
>
> Commit 46be8425ff ("tcg: Implement tcg_gen_{h,w}swap_{i32,i64}")
> introduced the generic hswap_i32(). Use it instead of open-coding
> it as t_gen_swapw().
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> target/cris/translate.c