On 8/18/21 6:43 AM, Philippe Mathieu-Daudé wrote:
Add the inlined cpu_is_bigendian() function in "translate.h".

Replace the TARGET_WORDS_BIGENDIAN #ifdef'ry by calls to
cpu_is_bigendian().

Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
  target/mips/tcg/translate.h              |  5 ++
  target/mips/tcg/translate.c              | 70 ++++++++++++------------
  target/mips/tcg/nanomips_translate.c.inc | 20 +++----
  3 files changed, 50 insertions(+), 45 deletions(-)


Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to