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

Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
  target/mips/tcg/vr54xx.decode      |  6 ++++++
  target/mips/tcg/translate.c        | 24 ------------------------
  target/mips/tcg/vr54xx_translate.c | 12 ++++++++++++
  3 files changed, 18 insertions(+), 24 deletions(-)

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

r~

Reply via email to