]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Fix big endian host behavior for interleave MSA instructions
authorAleksandar Markovic <amarkovic@wavecomp.com>
Wed, 26 Jun 2019 10:07:09 +0000 (12:07 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Wed, 26 Jun 2019 11:25:56 +0000 (13:25 +0200)
commit5a6a1fabfcbbdf7808aaa8e906fee86ed6eb37e7
tree731f5a1fc401bb400f5132273ec3ce470c67531c
parent23dd244bafe677d57a3286cfa8e004b43386deb3
target/mips: Fix big endian host behavior for interleave MSA instructions

Fix big endian host behavior for interleave MSA instructions. Previous
fix used TARGET_WORDS_BIGENDIAN instead of HOST_WORDS_BIGENDIAN, which
was a mistake.

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