OSDN Git Service

target/mips: Fix emulation of ILVR.<B|H|W> on big endian host
authorAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 20 Jun 2019 13:45:49 +0000 (15:45 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Fri, 21 Jun 2019 09:31:13 +0000 (11:31 +0200)
commit14f5d874bcd533054648bb7cc767c7169eaf2f1c
tree279aa031170878cecdc27aa129cfc98febd0d6e9
parent8e74bceb00120b23f0931e4e4478d1b10e0970d4
target/mips: Fix emulation of ILVR.<B|H|W> on big endian host

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