On 8/17/26 05:38, Peter Maydell wrote:
Abstract out the register check for Neon insns into a new function,
similarly to what we have for VFP.  We don't have any extra checks
that we need to add here, but having a neon_dregs_ok() is cleaner and
means the Neon decode isn't oddly different to the VFP decode.

Signed-off-by: Peter Maydell<[email protected]>
---
  target/arm/tcg/translate-neon.c | 118 ++++++++++++++------------------
  target/arm/tcg/translate.c      |   1 +
  target/arm/tcg/translate.h      |   1 +
  3 files changed, 53 insertions(+), 67 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to