On 4/25/23 08:02, Song Gao wrote:
+    tcg_gen_qemu_ld_i128(val, addr, ctx->mem_idx, MO_128);

You need MO_128 | MO_TE, here and elsewhere.
This will make things correct for big-endian hosts.

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


r~

Reply via email to