Re: [PATCH 00/28] tcg: bswap improvements

2021-06-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210614083800.1166166-1-richard.hender...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210614083800.1166166-1-richard.hender...@linaro.org Subject: [PATCH 00/28

[PATCH 00/28] tcg: bswap improvements

2021-06-14 Thread Richard Henderson
This has been on my to-do list for several years, and I've finally spent a rainy weekend doing something about it. The current tcg bswap opcode is fairly strict: for swaps smaller than the TCGv size, it requires zero-extended input and provides zero-extended output. This has meant that various tc