]> git.proxmox.com Git - mirror_qemu.git/commit - target/mips/tcg/translate.c
target/mips: Introduce decodetree structure for NEC Vr54xx extension
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 28 Jul 2021 11:18:48 +0000 (13:18 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 25 Aug 2021 11:02:14 +0000 (13:02 +0200)
commit9d0053923904215d95e8e5ab14b38bb792a0a68f
tree8d92642c08209f217c0c84486b943cdb37c532a8
parent6629f79f53ea9a1caa3f3c842fa3d02488116486
target/mips: Introduce decodetree structure for NEC Vr54xx extension

The decoder is called but doesn't decode anything. This will
ease reviewing the next commit.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210801235926.3178085-3-f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/mips/tcg/meson.build
target/mips/tcg/translate.c
target/mips/tcg/translate.h
target/mips/tcg/vr54xx.decode [new file with mode: 0644]
target/mips/tcg/vr54xx_translate.c [new file with mode: 0644]