[PATCH 0/5] target/alpha: Implement CF_PCREL

Richard Henderson posted 5 patches 1 week, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240424234436.995410-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>
target/alpha/cpu.c       |  32 ++++++++---
target/alpha/helper.c    |   8 +--
target/alpha/translate.c | 117 +++++++++++++++++++++------------------
3 files changed, 91 insertions(+), 66 deletions(-)
[PATCH 0/5] target/alpha: Implement CF_PCREL
Posted by Richard Henderson 1 week, 2 days ago
Implement pc-relative tcg code generation.

r~

Richard Henderson (5):
  target/alpha: Use cpu_env in preference to ALPHA_CPU
  target/alpha: Hoist branch shift to initial decode
  target/alpha: Split out gen_goto_tb
  target/alpha: Split out gen_pc_disp
  target/alpha: Implement CF_PCREL

 target/alpha/cpu.c       |  32 ++++++++---
 target/alpha/helper.c    |   8 +--
 target/alpha/translate.c | 117 +++++++++++++++++++++------------------
 3 files changed, 91 insertions(+), 66 deletions(-)

-- 
2.34.1