Re: [PATCH v2 10/25] target/avr: Use explicit little-endian LD/ST API

2024-10-04 Thread Richard Henderson
On 10/4/24 09:30, Philippe Mathieu-Daudé wrote: The AVR architecture uses little endianness. Directly use the little-endian LD/ST API. Mechanical change using: $ end=le; \ for acc in uw w l q tul; do \ sed -i -e "s/ld${acc}_p(/ld${acc}_${end}_p(/" \ -e "s/st${acc}_p

[PATCH v2 10/25] target/avr: Use explicit little-endian LD/ST API

2024-10-04 Thread Philippe Mathieu-Daudé
The AVR architecture uses little endianness. Directly use the little-endian LD/ST API. Mechanical change using: $ end=le; \ for acc in uw w l q tul; do \ sed -i -e "s/ld${acc}_p(/ld${acc}_${end}_p(/" \ -e "s/st${acc}_p(/st${acc}_${end}_p(/" \ $(git grep -wlE '(ld|