diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-10-04 11:57:44 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-10-15 11:55:09 -0300 |
commit | ae412c021088da9f977f6407fedef652fb4c43db (patch) | |
tree | 4bed6c5f2bb98ec092a0b9c77967253957faf9bb /rust/qemu-api | |
parent | c9ddc704f90331e42a17d040d8ad287d371cfbb7 (diff) | |
download | qemu-ae412c021088da9f977f6407fedef652fb4c43db.zip qemu-ae412c021088da9f977f6407fedef652fb4c43db.tar.gz qemu-ae412c021088da9f977f6407fedef652fb4c43db.tar.bz2 |
target/hexagon: Use explicit little-endian LD/ST API
The Hexagon 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/hexagon/); \
done
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241004163042.85922-8-philmd@linaro.org>
Diffstat (limited to 'rust/qemu-api')
0 files changed, 0 insertions, 0 deletions