On 5/14/26 10:37, James Hilliard wrote:
MTM2 loads the high Octeon3 multiplier operand pair from rs/rt into
MPL[2] and MPL[5].
This supplies the final operand pair consumed by the V3MULU multiplier
helper.
Signed-off-by: James Hilliard<[email protected]>
---
Changes v2 -> v3:
- Split MTM2 out of the combined Octeon arithmetic and memory
instruction patch. (requested by Richard Henderson)
Changes v3 -> v4:
- Describe the Octeon3 rs/rt MPL[2]/MPL[5] pair handled by the shared
MTM translator.
---
target/mips/tcg/octeon.decode | 1 +
target/mips/tcg/octeon_translate.c | 1 +
2 files changed, 2 insertions(+)
Reviewed-by: Richard Henderson <[email protected]>
r~