[PATCH 0/7] target/nios2: Convert to TranslatorOps

Richard Henderson posted 7 patches 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210620052543.1315091-1-richard.henderson@linaro.org
Maintainers: Chris Wulff <crwulff@gmail.com>, Marek Vasut <marex@denx.de>
There is a newer version of this series
target/nios2/translate.c | 258 +++++++++++++++++++--------------------
1 file changed, 128 insertions(+), 130 deletions(-)
[PATCH 0/7] target/nios2: Convert to TranslatorOps
Posted by Richard Henderson 2 years, 10 months ago
I've reached a point where *all* targets must use the translator loop.  
Do that, plus some other obvious cleanups.


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 | 258 +++++++++++++++++++--------------------
 1 file changed, 128 insertions(+), 130 deletions(-)

-- 
2.25.1