]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Convert Vr54xx MUL* opcodes to decodetree
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 28 Jul 2021 11:25:53 +0000 (13:25 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 25 Aug 2021 11:02:14 +0000 (13:02 +0200)
commita5e2932068f1b09fa3be3b79a88f935b6e9620c3
tree5dfa3f319e9077b03550aea011df5c3c2d7c07bb
parent5fa38eedbd0b3fad052a11c5efc8031a20ed9b25
target/mips: Convert Vr54xx MUL* opcodes to decodetree

Convert the following Integer Multiply-Accumulate opcodes:

 * MULHI        Multiply and move HI
 * MULHIU       Unsigned multiply and move HI
 * MULS         Multiply, negate, and move LO
 * MULSHI       Multiply, negate, and move HI
 * MULSHIU      Unsigned multiply, negate, and move HI
 * MULSU        Unsigned multiply, negate, and move LO

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210808173018.90960-7-f4bug@amsat.org>
target/mips/tcg/translate.c
target/mips/tcg/vr54xx.decode
target/mips/tcg/vr54xx_translate.c