mbox series

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

Message ID 20240523094454.123114-1-rathc@linux.ibm.com (mailing list archive)
Headers show
Series target/ppc: Move VMX int add/sub saturate insns | expand

Message

Chinmay Rath May 23, 2024, 9:44 a.m. UTC
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 patch to improve the moved insns as per suggestion by
   Richard in v1.                                                                                   

v1: https://lore.kernel.org/qemu-devel/20240512093847.18099-1-rathc@linux.ibm.com/

Chinmay Rath (2):
  target/ppc: Move VMX integer add/sub saturate insns to decodetree.
  target/ppc: Improve VMX integer add/sub saturate instructions.

 target/ppc/helper.h                 |  24 +--
 target/ppc/insn32.decode            |  16 ++
 target/ppc/int_helper.c             |  22 +--
 target/ppc/translate/vmx-impl.c.inc | 238 ++++++++++++++++++++--------
 target/ppc/translate/vmx-ops.c.inc  |  19 +--
 5 files changed, 220 insertions(+), 99 deletions(-)

Comments

Richard Henderson May 23, 2024, 2:12 p.m. UTC | #1
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 <richard.henderson@linaro.org>

r~