Searched hist:"501 fb3da3fd60538214218cfbccc1abf45a047c2" (Results 1 – 3 of 3) sorted by relevance
/qemu/tcg/ |
H A D | tcg-common.c | 501fb3da3fd60538214218cfbccc1abf45a047c2 Fri Jan 03 18:34:34 UTC 2025 Richard Henderson <richard.henderson@linaro.org> 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>
|
H A D | tcg.c | 501fb3da3fd60538214218cfbccc1abf45a047c2 Fri Jan 03 18:34:34 UTC 2025 Richard Henderson <richard.henderson@linaro.org> 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>
|
/qemu/include/tcg/ |
H A D | tcg.h | 501fb3da3fd60538214218cfbccc1abf45a047c2 Fri Jan 03 18:34:34 UTC 2025 Richard Henderson <richard.henderson@linaro.org> 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>
|