]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Convert Vr54xx MSA* opcodes to decodetree
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 28 Jul 2021 11:26:10 +0000 (13:26 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 25 Aug 2021 11:02:14 +0000 (13:02 +0200)
commitbf7720024c62c9e2707b11aa7fe178be691b2f35
tree1522a015023d6b3b138ede7f91ec4f715dcdd0d3
parenta5e2932068f1b09fa3be3b79a88f935b6e9620c3
target/mips: Convert Vr54xx MSA* opcodes to decodetree

Convert the following Integer Multiply-Accumulate opcodes:

 * MSAC         Multiply, negate, accumulate, and move LO
 * MSACHI       Multiply, negate, accumulate, and move HI
 * MSACHIU      Unsigned multiply, negate, accumulate, and move HI
 * MSACU        Unsigned multiply, negate, accumulate, and move LO

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