]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Add emulation of MXU instructions S32I2M and S32M2I
authorCraig Janeczek <jancraig@amazon.com>
Thu, 18 Oct 2018 19:32:20 +0000 (21:32 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 29 Oct 2018 13:13:53 +0000 (14:13 +0100)
commit96992d1aa1b250c0fffc1ff2dad5e6e4f0b9815b
treeb975daf4fee55f1173eccea2ef5500323a14970e
parent11d56f61036091206f085e58cff72b6872911d3a
target/mips: Add emulation of MXU instructions S32I2M and S32M2I

Add support for emulating the S32I2M and S32M2I MXU instructions.
This commit also contains utility functions for reading/writing
to MXU registers. This is required for overall MXU instruction
support.

Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Craig Janeczek <jancraig@amazon.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
target/mips/translate.c