qemu-patch-raspberry4/target/hppa
Richard Henderson 1c2adb958f tcg: Initialize cpu_env generically
This is identical for each target.  So, move the initialization to
common code.  Move the variable itself out of tcg_ctx and name it
cpu_env to minimize changes within targets.

This also means we can remove tcg_global_reg_new_{ptr,i32,i64},
since there are no longer global-register temps created by targets.

Reviewed-by: Emilio G. Cota <cota@braap.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2017-10-24 13:53:42 -07:00
..
cpu-qom.h target-hppa: Add framework and enable compilation 2017-01-23 09:52:40 -08:00
cpu.c qom: Introduce CPUClass.tcg_initialize 2017-10-24 22:00:13 +02:00
cpu.h hppa: replace cpu_hppa_init() with cpu_generic_init() 2017-09-01 11:54:24 -03:00
gdbstub.c target/hppa: Fix gdb_write_register 2017-02-06 18:25:31 -08:00
helper.c target-hppa: Add framework and enable compilation 2017-01-23 09:52:40 -08:00
helper.h target/hppa: check CF_PARALLEL instead of parallel_cpus 2017-10-24 13:53:41 -07:00
Makefile.objs target-hppa: Add framework and enable compilation 2017-01-23 09:52:40 -08:00
op_helper.c target/hppa: check CF_PARALLEL instead of parallel_cpus 2017-10-24 13:53:41 -07:00
translate.c tcg: Initialize cpu_env generically 2017-10-24 13:53:42 -07:00