commit | e9c26e7740c1ea16e927f2871301ec819f8b8daf | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Oct 10 16:00:25 2024 -0300 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Oct 15 12:13:59 2024 -0300 |
tree | e926fc443c487e9264d9c0ae9a6cf78bdb0282fe | |
parent | 54821ff6e909292a66ac66f104ff04e4ecf8f23e [diff] |
target/mips: Factor mo_endian_rev() out of MXU code Instead of swapping the reversed target endianness using MO_BSWAP, directly return the correct endianness. Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241010215015.44326-7-philmd@linaro.org>