On 8/1/21 1:59 PM, Philippe Mathieu-Daudé wrote:
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

Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
  target/mips/tcg/vr54xx.decode      |  4 +++
  target/mips/tcg/translate.c        | 55 ++----------------------------
  target/mips/tcg/vr54xx_translate.c |  8 +++++
  3 files changed, 14 insertions(+), 53 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to