mbox series

[0/5] target/alpha: Implement CF_PCREL

Message ID 20240424234436.995410-1-richard.henderson@linaro.org
Headers show
Series target/alpha: Implement CF_PCREL | expand

Message

Richard Henderson April 24, 2024, 11:44 p.m. UTC
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(-)