From: Mateja Marjanovic <mateja.marjano...@rt-rk.com>

Change endianness when the host machine has a big endian CPU, for
MSA instructions <ld|st>.<b|h|w|d>, copy_<s|u>.<b|h|w>, insert.<b|h|w>.

Mateja Marjanovic (4):
  target/mips: Fix <ld|st>.<b|h|w|d> MSA instructions for MIPS big
    endian host
  target/mips: Fix copy_s.<b|h|w> for MIPS big endian host
  target/mips: Fix copy_u.<b|h|w> for MIPS big endian host
  target/mips: Fix insert.<b|h|w> for MIPS big endian host

 target/mips/msa_helper.c | 23 ++++++++++++++
 target/mips/op_helper.c  | 79 +++++++++++++++++++++++++++++++++---------------
 2 files changed, 78 insertions(+), 24 deletions(-)

-- 
2.7.4


Reply via email to