Re: [PATCH 02/11] tcg: Add tcg_gen_revbit{32,64}
Anton Johansson via <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 31/07/26, 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(+) Reviewed-by: Anton Johansson <[email protected]>