Add vmsum{u,m}bm 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@6179 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
aurel32 2009-01-04 22:11:39 +00:00
parent 707cec33f0
commit b04ae9811a
3 changed files with 32 additions and 0 deletions

View file

@ -6376,6 +6376,8 @@ GEN_HANDLER(vsldoi, 0x04, 0x16, 0xFF, 0x00000400, PPC_ALTIVEC)
tcg_temp_free_ptr(rd); \
}
GEN_VAFORM_PAIRED(vmsumubm, vmsummbm, 18)
/*** SPE extension ***/
/* Register moves */