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.
qemu/target/avr
Philippe Mathieu-Daudé 186f19cf46 target/avr: Use explicit little-endian LD/ST API
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 meson: Introduce target-specific Kconfig 3 years ago
cpu-param.h target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h' 7 months ago
cpu-qom.h target: Move ArchCPUClass definition to 'cpu.h' 1 year ago
cpu.c target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementation 5 months ago
cpu.h target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h' 7 months ago
disas.c meson: target 4 years ago
gdbstub.c target/avr: Use explicit little-endian LD/ST API 2 months ago
helper.c exec/cpu: Extract page-protection definitions to page-protection.h 7 months ago
helper.h target/avr: Mark some helpers noreturn 3 years ago
insn.decode target/avr: Add instruction translation - MCU Control Instructions 4 years ago
machine.c target/avr: Constify VMState in machine.c 11 months ago
meson.build meson: Rename target_softmmu_arch -> target_system_arch 1 year ago
translate.c target/avr: Use translator_lduw 7 months ago