target/cris: Finish conversion to tcg_gen_qemu_{ld,st}_*
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 May 2023 13:57:34 +0000 (14:57 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 5 May 2023 16:05:28 +0000 (17:05 +0100)
commita9a9c3fa6f2f3c04f4bb6a91731bbbc7d01da253
tree5491576b1477c0ffe7de8f720aad7664933b531a
parent8b4506e5d27eead774ec233c98cb5d2b6ed1e03d
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>
target/cris/translate_v10.c.inc