> From: Mateja Marjanovic <mateja.marjano...@rt-rk.com> > Subject: [PATCH v2 1/7] target/mips: Fix <ld|st>.<b|h|w|d> MSA instructions > for MIPS big endian host
Please split this patch into one for load instructions and another for store instructions. I don't think the variable "big_endian" is needed, you should better resolve all differences wrt endian via "#if defined(HOST_WORDS_BIGENDIAN)", like you did in other patches. It is important to be consistent. Thanks, Aleksandar