Re: [PATCH 06/11] target/mips: Expand octeon reflections inline
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: > Use tcg_gen_revbit64_i64 instead of out-of-line helpers. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/mips/helper.h | 7 ----- > target/mips/tcg/octeon_crypto.c | 35 --------------------- > target/mips/tcg/octeon_translate.c | 49 ++++++++++++++++++++++++++---- > 3 files changed, 43 insertions(+), 48 deletions(-) Reviewed-by: Anton Johansson <[email protected]>