mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
Add vmul{e,o}{s,u}{b,h} 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@6164 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3b43004804
commit
2c2779080c
3 changed files with 38 additions and 0 deletions
|
@ -6211,6 +6211,14 @@ GEN_VXFORM(vmrghw, 6, 2);
|
|||
GEN_VXFORM(vmrglb, 6, 4);
|
||||
GEN_VXFORM(vmrglh, 6, 5);
|
||||
GEN_VXFORM(vmrglw, 6, 6);
|
||||
GEN_VXFORM(vmuloub, 4, 0);
|
||||
GEN_VXFORM(vmulouh, 4, 1);
|
||||
GEN_VXFORM(vmulosb, 4, 4);
|
||||
GEN_VXFORM(vmulosh, 4, 5);
|
||||
GEN_VXFORM(vmuleub, 4, 8);
|
||||
GEN_VXFORM(vmuleuh, 4, 9);
|
||||
GEN_VXFORM(vmulesb, 4, 12);
|
||||
GEN_VXFORM(vmulesh, 4, 13);
|
||||
|
||||
/*** SPE extension ***/
|
||||
/* Register moves */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue