commit | 0700ceb3939f08619d7f323209597ef62b489514 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Mar 28 17:25:10 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue May 16 19:54:41 2023 -0700 |
tree | 23db6953aa475b275c6cab4129b7da0ad1a7ae13 | |
parent | d5920b7280762d4d696bff87f50dbce453adef06 [diff] |
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>