]> git.ipfire.org Git - thirdparty/qemu.git/commit
system/memory: Directly call address_space_ldst[M]_internal() helper
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 19 Dec 2025 15:29:53 +0000 (16:29 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 22 Jan 2026 09:48:45 +0000 (10:48 +0100)
commitd5461ff4ebee7a1676af2dda3f670383edd0f114
tree5f5cc50246a7fe37fe5a43b896f4e5098fe6e1ed
parentdd1b3aaa05387f224b45ed3143b0a68864fed48f
system/memory: Directly call address_space_ldst[M]_internal() helper

Inline internal address_space_ld/st[L,D,Q] helpers,
directly calling address_space_ldst[M]_internal().

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20260109165058.59144-14-philmd@linaro.org>
system/memory_ldst.c.inc
system/memory_ldst_endian.c.inc