]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hexagon: Replace MO_TE -> MO_LE
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 12 Mar 2025 09:42:31 +0000 (10:42 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 24 Apr 2025 22:09:54 +0000 (00:09 +0200)
commitbeb38fda0f007b034ea7ff624b9f1db7699aa883
treedb842c8e76fff86fa55cb7a8bd7c0bccb0066ba1
parentfdcb7483ae08f5d21d8b5588413c0b0f3e39cda8
target/hexagon: Replace MO_TE -> MO_LE

We only build the Hexagon target using little endianness order.
The MO_TE definition always expands to MO_LE. Use the latter to
simplify.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20250312103238.99981-3-philmd@linaro.org>
target/hexagon/genptr.c
target/hexagon/idef-parser/parser-helpers.c
target/hexagon/macros.h
target/hexagon/translate.c