mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
186f19cf46
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|st)t?u?[wlq]_p' target/avr/); \ done Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241004163042.85922-11-philmd@linaro.org> |
2 months ago | |
---|---|---|
.. | ||
Kconfig | 3 years ago | |
cpu-param.h | 7 months ago | |
cpu-qom.h | 1 year ago | |
cpu.c | 5 months ago | |
cpu.h | 7 months ago | |
disas.c | 4 years ago | |
gdbstub.c | 2 months ago | |
helper.c | 7 months ago | |
helper.h | 3 years ago | |
insn.decode | 4 years ago | |
machine.c | 11 months ago | |
meson.build | 1 year ago | |
translate.c | 7 months ago |