]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Fix MSA instructions ST.<B|H|W|D> on big endian host
authorMateja Marjanovic <Mateja.Marjanovic@rt-rk.com>
Tue, 2 Apr 2019 13:43:22 +0000 (15:43 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Sun, 26 May 2019 15:32:52 +0000 (17:32 +0200)
commit6decc572dcedbf298ae30f8213b39c8b842a595a
treef6fc12f69bdcfe1bda1fa771ef6a90ff654ff718
parent83be6b54123a8f3c529554139f1d1e43356edf8d
target/mips: Fix MSA instructions ST.<B|H|W|D> on big endian host

Fix the case when the host is a big endian machine, and change
the approach toward ST.<B|H|W|D> instruction helpers.

Signed-off-by: Mateja Marjanovic <mateja.marjanovic@rt-rk.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Message-Id: <1554212605-16457-3-git-send-email-mateja.marjanovic@rt-rk.com>
target/mips/op_helper.c