qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/9] target/cris: Convert to TranslatorOps


From: Richard Henderson
Subject: [PATCH 0/9] target/cris: Convert to TranslatorOps
Date: Sat, 19 Jun 2021 21:21:32 -0700

I've reached a point where *all* targets must use the translator loop.  
Do that, plus some other obvious cleanups.


r~


Richard Henderson (9):
  target/cris: Add DisasContextBase to DisasContext
  target/cris: Replace DISAS_TB_JUMP with DISAS_NORETURN
  target/cris: Mark exceptions as DISAS_NORETURN
  target/cris: Remove DISAS_SWI
  target/cris: Convert to TranslatorOps
  target/cris: Mark helper_raise_exception noreturn
  target/cris: Mark static arrays const
  target/cris: Use movcond for t_gen_cc_jmp
  target/cris: Use tcg_gen_lookup_and_goto_ptr

 target/cris/helper.h            |   2 +-
 target/cris/translate.c         | 373 +++++++++++++++++---------------
 target/cris/translate_v10.c.inc |  11 +-
 3 files changed, 210 insertions(+), 176 deletions(-)

-- 
2.25.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]