tcg: Remove TCGv from tcg_gen_atomic_*
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 29 Mar 2023 00:25:10 +0000 (17:25 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 17 May 2023 02:54:41 +0000 (19:54 -0700)
commit0700ceb3939f08619d7f323209597ef62b489514
tree23db6953aa475b275c6cab4129b7da0ad1a7ae13
parentd5920b7280762d4d696bff87f50dbce453adef06
tcg: Remove TCGv from tcg_gen_atomic_*

Expand from TCGv to TCGTemp inline in the translators,
and validate that the size matches tcg_ctx->addr_type.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/tcg-op.h
tcg/tcg-op-ldst.c