On 4/19/21 12:18 PM, Philippe Mathieu-Daudé wrote:
Move cp0_helper.c and mips-semi.c to the new tcg/sysemu/ folder,
adapting the Meson machinery.

Move the opcode definitions to tcg/sysemu_helper.h.inc.

Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
  target/mips/helper.h                      | 166 +--------------------
  target/mips/tcg/sysemu_helper.h.inc       | 168 ++++++++++++++++++++++
  target/mips/{ => tcg/sysemu}/cp0_helper.c |   0
  target/mips/{ => tcg/sysemu}/mips-semi.c  |   0
  target/mips/meson.build                   |   5 -
  target/mips/tcg/meson.build               |   3 +
  target/mips/tcg/sysemu/meson.build        |   4 +
  7 files changed, 179 insertions(+), 167 deletions(-)
  create mode 100644 target/mips/tcg/sysemu_helper.h.inc
  rename target/mips/{ => tcg/sysemu}/cp0_helper.c (100%)
  rename target/mips/{ => tcg/sysemu}/mips-semi.c (100%)
  create mode 100644 target/mips/tcg/sysemu/meson.build

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~


Reply via email to