]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Stash MemOp size in TCGOP_FLAGS
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 23 Jan 2025 17:46:57 +0000 (09:46 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Apr 2025 20:40:17 +0000 (13:40 -0700)
commitbf7ca5fb3032b95fd83dbb9883e904ee28baa229
tree2f51b6824b9a10750a2b5687ee75806e89237723
parenta28f151d61604feae1d6c75b79e67d1c6c6a8b18
tcg: Stash MemOp size in TCGOP_FLAGS

This will enable removing INDEX_op_qemu_st8_*_i32,
by exposing the operand size to constraint selection.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg-op-ldst.c