Re: [PATCH 02/11] tcg: Add tcg_gen_revbit{32,64}
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| 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]>