aboutsummaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-03-12 10:16:53 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2025-04-25 00:09:37 +0200
commitfdcb7483ae08f5d21d8b5588413c0b0f3e39cda8 (patch)
tree0cdce33169931ec7b943bf189fdd84034ebf70de /rust
parent019fbfa4bcd2d3a835c241295e22ab2b5b56129b (diff)
downloadqemu-fdcb7483ae08f5d21d8b5588413c0b0f3e39cda8.zip
qemu-fdcb7483ae08f5d21d8b5588413c0b0f3e39cda8.tar.gz
qemu-fdcb7483ae08f5d21d8b5588413c0b0f3e39cda8.tar.bz2
target/hexagon: Explode MO_TExx -> MO_TE | MO_xx
Extract the implicit MO_TE definition in order to replace it in the next commit. Mechanical change using: $ for n in UW UL UQ UO SW SL SQ; do \ sed -i -e "s/MO_TE$n/MO_TE | MO_$n/" \ $(git grep -l MO_TE$n target/hexagon); \ done Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Anton Johansson <anjo@rev.ng> Message-Id: <20250312103238.99981-2-philmd@linaro.org>
Diffstat (limited to 'rust')
0 files changed, 0 insertions, 0 deletions