mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-03 13:14:42 +01:00
thumb32: Implement USADA8
This commit is contained in:
parent
ed453aa52d
commit
50d81f95e5
3 changed files with 17 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ INST(thumb32_MLS, "MLS", "111110110000nnnnaaaadd
|
|||
//INST(thumb32_SMMLA, "SMMLA", "111110110101------------000-----")
|
||||
//INST(thumb32_SMMLS, "SMMLS", "111110110110------------000-----")
|
||||
INST(thumb32_USAD8, "USAD8", "111110110111nnnn1111dddd0000mmmm")
|
||||
//INST(thumb32_USADA8, "USADA8", "111110110111------------0000----")
|
||||
INST(thumb32_USADA8, "USADA8", "111110110111nnnnaaaadddd0000mmmm")
|
||||
|
||||
// Long Multiply, Long Multiply Accumulate, and Divide
|
||||
//INST(thumb32_SMULL, "SMULL", "111110111000------------0000----")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue