On Fri, 30 Oct 2020 at 02:26, Richard Henderson <richard.hender...@linaro.org> wrote: > > Much of the existing usage of neon_reg_offset is broken for > big-endian hosts, as it computes the offset of the first > 32-bit unit, not the offset of the entire vector register. > > Fix this by separating out the different usages. Make the > whole thing look a bit more like the aarch64 code. > > Changes for v2: > * Fix two tcg temp leaks.
Applied to target-arm.next, thanks. -- PMM