mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-06 22:48:25 +01:00
A32: Implement ASIMD VSWP
A trivial one to implement, this just swaps the contents of two registers in place.
This commit is contained in:
parent
d0d50c4824
commit
659d78c9c4
4 changed files with 48 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ INST(asimd_VBIF, "VBIF", "111100110D11nnnndddd000
|
|||
//INST(asimd_VCLT_zero, "VCLT (zero)", "111100111-11--01----0x100x-0----") // ASIMD
|
||||
//INST(asimd_VABS, "VABS", "111100111-11--01----0x110x-0----") // ASIMD
|
||||
//INST(asimd_VNEG, "VNEG", "111100111-11--01----0x111x-0----") // ASIMD
|
||||
//INST(asimd_VSWP, "VSWP", "111100111-11--10----00000x-0----") // ASIMD
|
||||
INST(asimd_VSWP, "VSWP", "111100111D110010dddd00000QM0mmmm") // ASIMD
|
||||
//INST(asimd_VTRN, "VTRN", "111100111-11--10----00001x-0----") // ASIMD
|
||||
//INST(asimd_VUZP, "VUZP", "111100111-11--10----00010x-0----") // ASIMD
|
||||
//INST(asimd_VZIP, "VZIP", "111100111-11--10----00011x-0----") // ASIMD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue