mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
Add vmsumuh{m,s} instructions.
Signed-off-by: Nathan Froyd <froydnj@codesourcery.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6185 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b161ae2766
commit
4d9903b6c3
3 changed files with 37 additions and 0 deletions
|
@ -6388,6 +6388,7 @@ GEN_HANDLER(vsldoi, 0x04, 0x16, 0xFF, 0x00000400, PPC_ALTIVEC)
|
|||
GEN_VAFORM_PAIRED(vmhaddshs, vmhraddshs, 16)
|
||||
|
||||
GEN_VAFORM_PAIRED(vmsumubm, vmsummbm, 18)
|
||||
GEN_VAFORM_PAIRED(vmsumuhm, vmsumuhs, 19)
|
||||
GEN_VAFORM_PAIRED(vsel, vperm, 21)
|
||||
|
||||
/*** SPE extension ***/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue