]> Git Repo - qemu.git/commit - target-ppc/int_helper.c
target-ppc: Altivec 2.07: Vector Polynomial Multiply Sum
authorTom Musta <[email protected]>
Wed, 12 Feb 2014 21:23:15 +0000 (15:23 -0600)
committerAlexander Graf <[email protected]>
Wed, 5 Mar 2014 02:06:59 +0000 (03:06 +0100)
commitb8476fc7c6e205f0dc9fff3cfa199eee8af0fa27
tree30b9cc2b867fc64d3a288450e6cd44c41e75d1c2
parentf1064f612c9783136f2c59b94a4a8da70d3a09e3
target-ppc: Altivec 2.07: Vector Polynomial Multiply Sum

This patch adds the Vectory Polynomial Multiply Sum instructions
introduced in Power ISA Version 2.07:

  - Vectory Polynomial Multiply Sum Byte (vpmsumb)
  - Vectory Polynomial Multiply Sum Halfword (vpmsumh)
  - Vectory Polynomial Multiply Sum Word (vpmsumw)
  - Vectory Polynomial Multiply Sum Doubleword (vpmsumd)

Signed-off-by: Tom Musta <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
target-ppc/helper.h
target-ppc/int_helper.c
target-ppc/translate.c
This page took 0.024454 seconds and 4 git commands to generate.