Re: [PATCH 07/11] tcg: Add revbit{32,64} opcodes
Philippe Mathieu-Daudé <[email protected]> Fri, 31 Jul 2026 09:02:58 +0200
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 31/7/26 02:04, Richard Henderson wrote: > Add the plumbing, but not yet implemented for any host. > > Signed-off-by: Richard Henderson <[email protected]> > --- > include/tcg/tcg-opc.h | 2 ++ > tcg/tcg-op.c | 43 +++++++++++++++++++++++--------- > tcg/tcg.c | 6 +++++ > docs/devel/tcg-ops.rst | 11 ++++++++ > tcg/aarch64/tcg-target.c.inc | 8 ++++++ > tcg/loongarch64/tcg-target.c.inc | 8 ++++++ > tcg/ppc64/tcg-target.c.inc | 8 ++++++ > tcg/riscv64/tcg-target.c.inc | 8 ++++++ > tcg/s390x/tcg-target.c.inc | 8 ++++++ > tcg/sparc64/tcg-target.c.inc | 8 ++++++ > tcg/tci/tcg-target.c.inc | 8 ++++++ > tcg/x86_64/tcg-target.c.inc | 8 ++++++ > 12 files changed, 114 insertions(+), 12 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>