]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Add all_outop[]
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 3 Jan 2025 22:55:56 +0000 (14:55 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Apr 2025 20:40:15 +0000 (13:40 -0700)
commit5500bd9e2ec5ec85858fcca06c04a57337aa14c7
treef141d73f12a4883ce9d22d2b85f10d5f3126b96d
parentcf5c9f697f2025880e8555467ddb6debc6349cd8
tcg: Add all_outop[]

Add infrastructure for more consolidated output of opcodes.
The base structure allows for constraints to be either static
or dynamic, and for the existence of those constraints to
replace TCG_TARGET_HAS_* and the bulk of tcg_op_supported.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg.c