Home
last modified time | relevance | path

Searched hist:"1 c2adb958fc07e5b3e81ed21b801c04a15f41f4f" (Results 1 – 17 of 17) sorted by relevance

/qemu/target/openrisc/
H A Dtranslate.c1c2adb958fc07e5b3e81ed21b801c04a15f41f4f Tue Oct 10 21:34:37 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>
/qemu/target/arm/tcg/
H A Dtranslate.h1c2adb958fc07e5b3e81ed21b801c04a15f41f4f Tue Oct 10 21:34:37 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>
H A Dtranslate.c1c2adb958fc07e5b3e81ed21b801c04a15f41f4f Tue Oct 10 21:34:37 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>
/qemu/target/alpha/
H A Dtranslate.c1c2adb958fc07e5b3e81ed21b801c04a15f41f4f Tue Oct 10 21:34:37 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>
/qemu/target/tricore/
H A Dtranslate.c1c2adb958fc07e5b3e81ed21b801c04a15f41f4f Tue Oct 10 21:34:37 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>
/qemu/target/sh4/
H A Dtranslate.c1c2adb958fc07e5b3e81ed21b801c04a15f41f4f Tue Oct 10 21:34:37 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>
/qemu/target/microblaze/
H A Dtranslate.c1c2adb958fc07e5b3e81ed21b801c04a15f41f4f Tue Oct 10 21:34:37 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>
/qemu/target/s390x/tcg/
H A Dtranslate.c1c2adb958fc07e5b3e81ed21b801c04a15f41f4f Tue Oct 10 21:34:37 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>
/qemu/target/xtensa/
H A Dtranslate.c1c2adb958fc07e5b3e81ed21b801c04a15f41f4f Tue Oct 10 21:34:37 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>
/qemu/target/m68k/
H A Dtranslate.c1c2adb958fc07e5b3e81ed21b801c04a15f41f4f Tue Oct 10 21:34:37 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>
/qemu/tcg/
H A Dtcg-op.c1c2adb958fc07e5b3e81ed21b801c04a15f41f4f Tue Oct 10 21:34:37 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>
H A Dtcg.c1c2adb958fc07e5b3e81ed21b801c04a15f41f4f Tue Oct 10 21:34:37 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>
/qemu/include/tcg/
H A Dtcg.h1c2adb958fc07e5b3e81ed21b801c04a15f41f4f Tue Oct 10 21:34:37 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>
/qemu/target/sparc/
H A Dtranslate.c1c2adb958fc07e5b3e81ed21b801c04a15f41f4f Tue Oct 10 21:34:37 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>
/qemu/target/hppa/
H A Dtranslate.c1c2adb958fc07e5b3e81ed21b801c04a15f41f4f Tue Oct 10 21:34:37 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>
/qemu/target/mips/tcg/
H A Dtranslate.c1c2adb958fc07e5b3e81ed21b801c04a15f41f4f Tue Oct 10 21:34:37 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>
/qemu/target/ppc/
H A Dtranslate.c1c2adb958fc07e5b3e81ed21b801c04a15f41f4f Tue Oct 10 21:34:37 UTC 2017 Richard Henderson <richard.henderson@linaro.org> 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>