Re: [PATCH v3 14/29] tcg/mips: Support bswap flags in tcg_out_bswap16

2021-06-26 Thread Philippe Mathieu-Daudé
On 6/26/21 8:36 AM, Richard Henderson wrote: > Merge tcg_out_bswap16 and tcg_out_bswap16s. Use the flags > in the internal uses for loads and stores. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson > --- > tcg/mips/tcg-target.c.inc | 63 +++---

[PATCH v3 14/29] tcg/mips: Support bswap flags in tcg_out_bswap16

2021-06-25 Thread Richard Henderson
Merge tcg_out_bswap16 and tcg_out_bswap16s. Use the flags in the internal uses for loads and stores. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- tcg/mips/tcg-target.c.inc | 63 +++ 1 file changed, 30 insertions(+), 33 deletions(-