Searched hist:adbf1be3 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/ |
H A D | fpu.c | adbf1be3 Sat Jan 16 07:26:33 CST 2021 Philippe Mathieu-Daudé <f4bug@amsat.org> target/mips: Make CPU/FPU regnames[] arrays global The CPU/FPU regnames[] arrays is used in mips_tcg_init() and mips_cpu_dump_state(), which while being in translate.c is not specific to TCG. To be able to move mips_cpu_dump_state() to cpu.c, which is compiled for all accelerator, we need to make the regnames[] arrays global to target/mips/ by declaring them in "internal.h". Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210428170410.479308-5-f4bug@amsat.org>
|
H A D | internal.h | adbf1be3 Sat Jan 16 07:26:33 CST 2021 Philippe Mathieu-Daudé <f4bug@amsat.org> target/mips: Make CPU/FPU regnames[] arrays global The CPU/FPU regnames[] arrays is used in mips_tcg_init() and mips_cpu_dump_state(), which while being in translate.c is not specific to TCG. To be able to move mips_cpu_dump_state() to cpu.c, which is compiled for all accelerator, we need to make the regnames[] arrays global to target/mips/ by declaring them in "internal.h". Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210428170410.479308-5-f4bug@amsat.org>
|
H A D | cpu.c | adbf1be3 Sat Jan 16 07:26:33 CST 2021 Philippe Mathieu-Daudé <f4bug@amsat.org> target/mips: Make CPU/FPU regnames[] arrays global The CPU/FPU regnames[] arrays is used in mips_tcg_init() and mips_cpu_dump_state(), which while being in translate.c is not specific to TCG. To be able to move mips_cpu_dump_state() to cpu.c, which is compiled for all accelerator, we need to make the regnames[] arrays global to target/mips/ by declaring them in "internal.h". Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210428170410.479308-5-f4bug@amsat.org>
|