diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2025-01-03 10:34:34 -0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2025-01-16 20:57:16 -0800 |
commit | 501fb3da3fd60538214218cfbccc1abf45a047c2 (patch) | |
tree | bf1150c3632382807bbdb1d7ffd1265359029efa /scripts | |
parent | 3e80824e8bffef2d1dd27165a2cf48e8c034ed10 (diff) | |
download | qemu-501fb3da3fd60538214218cfbccc1abf45a047c2.zip qemu-501fb3da3fd60538214218cfbccc1abf45a047c2.tar.gz qemu-501fb3da3fd60538214218cfbccc1abf45a047c2.tar.bz2 |
tcg: Remove args_ct from TCGOpDef
Introduce a new function, opcode_args_ct, to look up the argument
set for an opcode. We lose the ability to assert the correctness
of the map from TCGOpcode to constraint sets at startup, but we can
still validate at runtime upon lookup.
Rename process_op_defs to process_constraint_sets, as it now does
nothing to TCGOpDef.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions