target/microblaze: Explode MO_TExx -> MO_TE | MO_xx
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 24 Sep 2024 21:17:05 +0000 (23:17 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 6 Mar 2025 14:46:18 +0000 (15:46 +0100)
commit607854ae7c55bb00fbe58e80aa661887cd3eb256
tree02fb9172963df50b4900b78019f42258d0b3cf07
parent2beb871dc20b57fc4b1ec2285dfc2145baf9df80
target/microblaze: Explode MO_TExx -> MO_TE | MO_xx

Extract the implicit MO_TE definition in order to replace
it by runtime variable 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/microblaze); \
    done

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20241105130431.22564-14-philmd@linaro.org>
target/microblaze/translate.c