target/mips: Fix MSA instructions LD.<B|H|W|D> on big endian host
commit83be6b54123a8f3c529554139f1d1e43356edf8d
authorMateja Marjanovic <Mateja.Marjanovic@rt-rk.com>
Tue, 2 Apr 2019 13:43:21 +0000 (2 15:43 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Sun, 26 May 2019 15:32:45 +0000 (26 17:32 +0200)
treefb5fff62f8b44589e6db24a1032f1fd22c88fa13
parentcf122bf8d2732d5d8647901ebaea596668aaaa3a
target/mips: Fix MSA instructions LD.<B|H|W|D> on big endian host

Fix the case when the host is a big endian machine, and change
the approach toward LD.<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-2-git-send-email-mateja.marjanovic@rt-rk.com>
target/mips/op_helper.c