Re: [PATCH v3 001/162] tcg: Add all_outop[]

2025-02-25 Thread Alex Bennée
Richard Henderson writes: > 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. > > Signed-off-by: Richa

Re: [PATCH v3 001/162] tcg: Add all_outop[]

2025-02-25 Thread Philippe Mathieu-Daudé
On 17/2/25 00:07, Richard Henderson wrote: 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. Signed-off-by:

[PATCH v3 001/162] tcg: Add all_outop[]

2025-02-16 Thread Richard Henderson
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. Signed-off-by: Richard Henderson --- tcg/tcg.c | 76 +