target/mips: Check nanoMIPS DSP MULT[U] accumulator with Release 6
commit719f874b83792951faa3fe67378eca4034bec3dc
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 27 Jul 2021 08:30:08 +0000 (27 10:30 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 17 Oct 2021 16:35:49 +0000 (17 18:35 +0200)
tree7c6ab34e66e57df49407d307c5c58e4731953670
parentc148a0572130ff485cd2249fbdd1a3260d5e10a4
target/mips: Check nanoMIPS DSP MULT[U] accumulator with Release 6

Per the "MIPS Architecture Extension: nanoMIPS32 DSP TRM" rev 0.04,
MULT and MULTU opcodes:

  The value of ac selects an accumulator numbered from 0 to 3.
  When ac=0, this refers to the original HI/LO register pair of the
  MIPS32 architecture.

  In Release 6 of the MIPS Architecture, accumulators are eliminated
  from MIPS32.

Ensure pre-Release 6 is restricted to HI/LO registers pair.

Fixes: 8b3698b2947 ("target/mips: Add emulation of DSP ASE for nanoMIPS - part 4")
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
target/mips/tcg/nanomips_translate.c.inc