]> Git Repo - qemu.git/commit
target/mips: Move TCG source files under tcg/ sub directory
authorPhilippe Mathieu-Daudé <[email protected]>
Tue, 13 Apr 2021 08:47:10 +0000 (10:47 +0200)
committerPhilippe Mathieu-Daudé <[email protected]>
Sun, 2 May 2021 14:49:35 +0000 (16:49 +0200)
commita2b0a27d33e9b1079698cee04ff029a0555b5ea5
tree25d812498da93beddf8910ce957141066ce30daa
parent5679479b9a1b0dd4772904c3af0d02bb3c9e635f
target/mips: Move TCG source files under tcg/ sub directory

To ease maintenance, move all TCG specific files under the tcg/
sub-directory. Adapt the Meson machinery.

The following prototypes:
- mips_tcg_init()
- mips_cpu_do_unaligned_access()
- mips_cpu_do_transaction_failed()
can now be restricted to the "tcg-internal.h" header.

Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20210428170410[email protected]>
45 files changed:
target/mips/dsp_helper.c [deleted file]
target/mips/exception.c [deleted file]
target/mips/fpu_helper.c [deleted file]
target/mips/helper.h
target/mips/internal.h
target/mips/ldst_helper.c [deleted file]
target/mips/lmmi_helper.c [deleted file]
target/mips/meson.build
target/mips/mips32r6.decode [deleted file]
target/mips/mips64r6.decode [deleted file]
target/mips/msa32.decode [deleted file]
target/mips/msa64.decode [deleted file]
target/mips/msa_helper.c [deleted file]
target/mips/msa_helper.h.inc [deleted file]
target/mips/msa_translate.c [deleted file]
target/mips/mxu_translate.c [deleted file]
target/mips/op_helper.c [deleted file]
target/mips/rel6_translate.c [deleted file]
target/mips/tcg/dsp_helper.c [new file with mode: 0644]
target/mips/tcg/exception.c [new file with mode: 0644]
target/mips/tcg/fpu_helper.c [new file with mode: 0644]
target/mips/tcg/ldst_helper.c [new file with mode: 0644]
target/mips/tcg/lmmi_helper.c [new file with mode: 0644]
target/mips/tcg/meson.build
target/mips/tcg/mips32r6.decode [new file with mode: 0644]
target/mips/tcg/mips64r6.decode [new file with mode: 0644]
target/mips/tcg/msa32.decode [new file with mode: 0644]
target/mips/tcg/msa64.decode [new file with mode: 0644]
target/mips/tcg/msa_helper.c [new file with mode: 0644]
target/mips/tcg/msa_helper.h.inc [new file with mode: 0644]
target/mips/tcg/msa_translate.c [new file with mode: 0644]
target/mips/tcg/mxu_translate.c [new file with mode: 0644]
target/mips/tcg/op_helper.c [new file with mode: 0644]
target/mips/tcg/rel6_translate.c [new file with mode: 0644]
target/mips/tcg/tcg-internal.h
target/mips/tcg/translate.c [new file with mode: 0644]
target/mips/tcg/translate_addr_const.c [new file with mode: 0644]
target/mips/tcg/tx79.decode [new file with mode: 0644]
target/mips/tcg/tx79_translate.c [new file with mode: 0644]
target/mips/tcg/txx9_translate.c [new file with mode: 0644]
target/mips/translate.c [deleted file]
target/mips/translate_addr_const.c [deleted file]
target/mips/tx79.decode [deleted file]
target/mips/tx79_translate.c [deleted file]
target/mips/txx9_translate.c [deleted file]
This page took 0.030012 seconds and 4 git commands to generate.