]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: introduce decodetree structure for Cavium Octeon extension
authorPavel Dovgalyuk <pavel.dovgalyuk@ispras.ru>
Mon, 20 Jun 2022 12:05:21 +0000 (15:05 +0300)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 12 Jul 2022 20:30:09 +0000 (22:30 +0200)
commit72d680e4083a75c55d89c55f799cbe870ebbc7a5
tree6e574cbcda3a178b8b3d732dfe7d2a0d34228fae
parent8e3d85d36b77f11ad7bded3a2d48c1f0cc334f82
target/mips: introduce decodetree structure for Cavium Octeon extension

This patch adds decodetree for Cavium Octeon extension and
an instruction set extension flag for using it in CPU models.

Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgalyuk@ispras.ru>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <165572672162.167724.13656301229517693806.stgit@pasha-ThinkPad-X280>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
target/mips/mips-defs.h
target/mips/tcg/meson.build
target/mips/tcg/octeon.decode [new file with mode: 0644]
target/mips/tcg/octeon_translate.c [new file with mode: 0644]
target/mips/tcg/translate.c
target/mips/tcg/translate.h