]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Merge msa32/msa64 decodetree definitions
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 29 May 2021 18:06:13 +0000 (20:06 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 24 Jun 2021 14:48:08 +0000 (16:48 +0200)
commitf5c6ee0c6b7b4b79b52a1614a808633dbb694de4
tree455688d123badd6669785d9e3a65323021d357a6
parent525ea877b27d933eaac69b32c75b8861779811cf
target/mips: Merge msa32/msa64 decodetree definitions

We don't need to maintain 2 sets of decodetree definitions.
Merge them into a single file.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210617174636.2902654-3-f4bug@amsat.org>
target/mips/tcg/meson.build
target/mips/tcg/msa.decode [new file with mode: 0644]
target/mips/tcg/msa32.decode [deleted file]
target/mips/tcg/msa64.decode [deleted file]
target/mips/tcg/msa_translate.c