commit | 3e80824e8bffef2d1dd27165a2cf48e8c034ed10 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Dec 27 11:40:42 2024 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Jan 16 20:57:16 2025 -0800 |
tree | 140acd56ab03b9ce4350b1f547e12308fa00446e | |
parent | f44824cc4dcdc993d60639576d706ecf5996ca5a [diff] |
tcg: Reorg process_op_defs Process each TCGConstraintSetIndex first. Allocate TCGArgConstraint arrays based on those. Only afterward process the TCGOpcodes and share those TCGArgConstraint arrays. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>