mbox series

[v2,0/7] target/nios2: Convert to TranslatorOps

Message ID 20210620221046.1526418-1-richard.henderson@linaro.org
Headers show
Series target/nios2: Convert to TranslatorOps | expand

Message

Richard Henderson June 20, 2021, 10:10 p.m. UTC
I've reached a point where *all* targets must use the translator loop.  
Do that, plus some other obvious cleanups.

Changes for v2:
  * Fix (drop) singlestep check for max_insns.
    We already do that generically.


r~


Richard Henderson (7):
  target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURN
  target/nios2: Use global cpu_env
  target/nios2: Use global cpu_R
  target/nios2: Add DisasContextBase to DisasContext
  target/nios2: Convert to TranslatorOps
  target/nios2: Remove assignment to env in handle_instruction
  target/nios2: Clean up goto in handle_instruction

 target/nios2/translate.c | 259 +++++++++++++++++++--------------------
 1 file changed, 127 insertions(+), 132 deletions(-)

-- 
2.25.1