commit | a9a9c3fa6f2f3c04f4bb6a91731bbbc7d01da253 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue May 02 14:57:34 2023 +0100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Fri May 05 17:05:28 2023 +0100 |
tree | 5491576b1477c0ffe7de8f720aad7664933b531a | |
parent | 8b4506e5d27eead774ec233c98cb5d2b6ed1e03d [diff] |
target/cris: Finish conversion to tcg_gen_qemu_{ld,st}_* Convert away from the old interface with the implicit MemOp argument. In this case we can fold the calls using the size bits of MemOp. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Anton Johansson <anjo@rev.ng> Message-Id: <20230502135741.1158035-3-richard.henderson@linaro.org>