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

2021-06-21 Thread Philippe Mathieu-Daudé
On 6/22/21 1:18 AM, Richard Henderson wrote: > Merge tcg_out_bswap16 and tcg_out_bswap16s. Use the flags > in the internal uses for loads and stores. > > Signed-off-by: Richard Henderson > --- > tcg/mips/tcg-target.c.inc | 60 ++- > 1 file changed, 28 inserti

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

2021-06-21 Thread Richard Henderson
Merge tcg_out_bswap16 and tcg_out_bswap16s. Use the flags in the internal uses for loads and stores. Signed-off-by: Richard Henderson --- tcg/mips/tcg-target.c.inc | 60 ++- 1 file changed, 28 insertions(+), 32 deletions(-) diff --git a/tcg/mips/tcg-target.c