mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
Add vsr{,a}{b,h,w} 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@6165 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
2c2779080c
commit
07ef34c35e
3 changed files with 30 additions and 0 deletions
|
@ -6219,6 +6219,12 @@ GEN_VXFORM(vmuleub, 4, 8);
|
|||
GEN_VXFORM(vmuleuh, 4, 9);
|
||||
GEN_VXFORM(vmulesb, 4, 12);
|
||||
GEN_VXFORM(vmulesh, 4, 13);
|
||||
GEN_VXFORM(vsrb, 2, 8);
|
||||
GEN_VXFORM(vsrh, 2, 9);
|
||||
GEN_VXFORM(vsrw, 2, 10);
|
||||
GEN_VXFORM(vsrab, 2, 12);
|
||||
GEN_VXFORM(vsrah, 2, 13);
|
||||
GEN_VXFORM(vsraw, 2, 14);
|
||||
|
||||
/*** SPE extension ***/
|
||||
/* Register moves */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue