target/mips: Convert Loongson DDIV.G opcodes to decodetree
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 12 Jan 2021 21:28:57 +0000 (22:28 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 3 Nov 2024 08:52:47 +0000 (05:52 -0300)
commit2cb2674698ec1227cf8a6d8fd28925b6fdd948a2
tree704712998a3e6f5e1d2be5012b408f79586976b0
parent869f428fa755ccadb11153f764d1ff39ee39895f
target/mips: Convert Loongson DDIV.G opcodes to decodetree

Introduce decode_loongson() to decode all Loongson vendor
specific opcodes. Start converting a single opcode: DDIV.G
(divide 64-bit signed integers).

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20241026175349.84523-5-philmd@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
target/mips/tcg/godson2.decode [new file with mode: 0644]
target/mips/tcg/loong-ext.decode [new file with mode: 0644]
target/mips/tcg/loong_translate.c [new file with mode: 0644]
target/mips/tcg/meson.build
target/mips/tcg/translate.c
target/mips/tcg/translate.h