tcg: Introduce tcg_splitwx_to_{rx,rw}
Add two helper functions, using a global variable to hold the displacement. The displacement is currently always 0, so no change in behaviour. Begin using the functions in tcg common code only. Reviewed-by:Joelle van Dyne <j@getutm.app> Signed-off-by:
Richard Henderson <richard.henderson@linaro.org>
Showing
- accel/tcg/cpu-exec.c 1 addition, 1 deletionaccel/tcg/cpu-exec.c
- accel/tcg/tcg-runtime.c 1 addition, 1 deletionaccel/tcg/tcg-runtime.c
- accel/tcg/tcg-runtime.h 1 addition, 1 deletionaccel/tcg/tcg-runtime.h
- accel/tcg/trace-events 1 addition, 1 deletionaccel/tcg/trace-events
- accel/tcg/translate-all.c 15 additions, 18 deletionsaccel/tcg/translate-all.c
- disas.c 3 additions, 1 deletiondisas.c
- include/disas/disas.h 1 addition, 1 deletioninclude/disas/disas.h
- include/exec/exec-all.h 1 addition, 1 deletioninclude/exec/exec-all.h
- include/exec/log.h 1 addition, 1 deletioninclude/exec/log.h
- include/tcg/tcg.h 21 additions, 5 deletionsinclude/tcg/tcg.h
- tcg/tcg-pool.c.inc 5 additions, 1 deletiontcg/tcg-pool.c.inc
- tcg/tcg.c 50 additions, 6 deletionstcg/tcg.c
- tcg/tci.c 4 additions, 2 deletionstcg/tci.c
Loading
Please register or sign in to comment