Re: [PATCH 02/11] tcg: Add tcg_gen_revbit{32,64}
Philippe Mathieu-Daudé <[email protected]> Fri, 31 Jul 2026 08:08:05 +0200
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 31/7/26 02:04, Richard Henderson wrote: > Add generic expanders for reversing bits within a word. > > Signed-off-by: Richard Henderson <[email protected]> > --- > include/tcg/tcg-op-common.h | 3 ++ > include/tcg/tcg-op.h | 5 ++++ > tcg/tcg-op.c | 59 +++++++++++++++++++++++++++++++++++++ > 3 files changed, 67 insertions(+) Missing listing in docs/devel/tcg-ops.rst, otherwise: Reviewed-by: Philippe Mathieu-Daudé <[email protected]>