commit | 36a9529e60e09b0d0b6b5ebad614255c97bf9322 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Feb 12 13:56:32 2025 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed May 28 08:08:47 2025 +0100 |
tree | 2be32feae77380750c49faf2248b59cd7d645fc5 | |
parent | bd07403fc146a9bfc5312404a63f24cc48701c97 [diff] |
target/microblaze: Simplify compute_ldst_addr_type{a,b} Require TCGv_i32 and TCGv be identical, so drop the extensions. Return constants when possible instead of a mov into a temporary. Return register inputs unchanged when possible. Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>