Re: [PATCH v2 0/2] target/ppc: Move VMX int add/sub saturate insns

2024-05-23 Thread Richard Henderson
On 5/23/24 02:44, Chinmay Rath wrote: Chinmay Rath (2): target/ppc: Move VMX integer add/sub saturate insns to decodetree. target/ppc: Improve VMX integer add/sub saturate instructions. Reviewed-by: Richard Henderson r~

[PATCH v2 0/2] target/ppc: Move VMX int add/sub saturate insns

2024-05-23 Thread Chinmay Rath
Change Log : 1. Changes addressing all review comments by Richard in v1 : Having seperate ops table instead of using a 3D array, using TRANS_FLAGS instead of sinking flag check in the helper, proper flag checks for the insns left behind from GEN_VXFORM_DUAL declarations. 2. Added a second