]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Fix emulation of ILVL.<B|H|W> on big endian host
authorAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 20 Jun 2019 13:45:48 +0000 (15:45 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Fri, 21 Jun 2019 09:31:10 +0000 (11:31 +0200)
commit8e74bceb00120b23f0931e4e4478d1b10e0970d4
tree040546d1aa5aba6fb058ba86c0f3669751cac050
parentb000169e4ed44a3925b6fd22fa0dd6e22bb02b81
target/mips: Fix emulation of ILVL.<B|H|W> on big endian host

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