target/mips: Fix emulation of ILVEV.<B|H|W> on big endian host
commit98880cb5a669a35b5bc75432027f2b9fff566aea
authorAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 20 Jun 2019 13:45:46 +0000 (20 15:45 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Fri, 21 Jun 2019 09:31:03 +0000 (21 11:31 +0200)
tree156286d67b2c8deb955e53d009bb52a0f17bf511
parentf9fa196bd7c5c4e0e29583dc7b77019f6dbf5dc0
target/mips: Fix emulation of ILVEV.<B|H|W> on big endian host

Fix emulation of ILVEV.<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-2-git-send-email-aleksandar.markovic@rt-rk.com>
target/mips/msa_helper.c