commit | d5920b7280762d4d696bff87f50dbce453adef06 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Mar 14 16:46:55 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue May 16 19:53:25 2023 -0700 |
tree | 33364c2e88448e0e07b89fa955d6df98e93e0063 | |
parent | 4baf3978c02b387c39dc6a75d323126ab386aece [diff] |
tcg: Remove TCGv from tcg_gen_qemu_{ld,st}_* Expand from TCGv to TCGTemp inline in the translators, and validate that the size matches tcg_ctx->addr_type. These inlines will eventually be seen only by target-specific code. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>