]> Git Repo - qemu.git/commit - target-ppc/int_helper.c
target-ppc: Altivec 2.07: Multiply Even/Odd Word Instructions
authorTom Musta <[email protected]>
Wed, 12 Feb 2014 21:23:01 +0000 (15:23 -0600)
committerAlexander Graf <[email protected]>
Wed, 5 Mar 2014 02:06:54 +0000 (03:06 +0100)
commit63be09365a9a4658060e85ce013cc0beaeac25e5
treeb9eca6491e45a44bdd1d0e78c78c022c358e819c
parentaa9e930c8870d06a20b356785d3ec7d9a942a29f
target-ppc: Altivec 2.07: Multiply Even/Odd Word Instructions

This patch adds the Multilpy Even/Odd Word instructions that are introduced
in Power ISA Version 2.07:

  - Vector Multiply Even Unsigned Word (vmuleuw)
  - Vector Multiply Even Signed Word (vmulesw)
  - Vector Multiply Odd Unsigned Word (vmulouw)
  - Vector Multiply Odd Signed Word (vmulosw)

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.021784 seconds and 4 git commands to generate.