target/mips: Convert Loongson [D]DIVU.G opcodes to decodetree
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 12 Jan 2021 19:08:32 +0000 (20:08 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 3 Nov 2024 08:52:49 +0000 (05:52 -0300)
commitc112a5ddaa99d8351765176062607ce31a6e36ba
tree3856c6c6ed75889afe3c6ac64820a28644e022c9
parent297289dca84c7a6a945b1ce94df472b5a0b6cfea
target/mips: Convert Loongson [D]DIVU.G opcodes to decodetree

Convert DIVU.G (divide 32-bit unsigned integers) and DDIVU.G
(divide 64-bit unsigned integers) opcodes to decodetree.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20241026175349.84523-7-philmd@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
target/mips/tcg/godson2.decode
target/mips/tcg/loong-ext.decode
target/mips/tcg/loong_translate.c
target/mips/tcg/translate.c