target/mips: Fix emulation of ILVOD.<B|H|W> on big endian host
commitb000169e4ed44a3925b6fd22fa0dd6e22bb02b81
authorAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 20 Jun 2019 13:45:47 +0000 (20 15:45 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Fri, 21 Jun 2019 09:31:07 +0000 (21 11:31 +0200)
tree043bcdd257e959160faffbad26acff82ebc07ed1
parent98880cb5a669a35b5bc75432027f2b9fff566aea
target/mips: Fix emulation of ILVOD.<B|H|W> on big endian host

Fix emulation of ILVOD.<B|H|W> on big endian host by applying
mapping of data element indexes from one endian to another.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1561038349-17105-3-git-send-email-aleksandar.markovic@rt-rk.com>
target/mips/msa_helper.c