mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 13:44:31 +01:00
A64: Implement ZIP2
This commit is contained in:
parent
ce5ad240fa
commit
5c95e28ed0
2 changed files with 25 additions and 1 deletions
|
|
@ -519,7 +519,7 @@ INST(SUB_1, "SUB (vector)", "01111
|
|||
INST(ZIP1, "ZIP1", "0Q001110zz0mmmmm001110nnnnnddddd")
|
||||
//INST(UZP2, "UZP2", "0Q001110zz0mmmmm010110nnnnnddddd")
|
||||
//INST(TRN2, "TRN2", "0Q001110zz0mmmmm011010nnnnnddddd")
|
||||
//INST(ZIP2, "ZIP2", "0Q001110zz0mmmmm011110nnnnnddddd")
|
||||
INST(ZIP2, "ZIP2", "0Q001110zz0mmmmm011110nnnnnddddd")
|
||||
|
||||
// Data Processing - FP and SIMD - SIMD Extract
|
||||
//INST(EXT, "EXT", "0Q101110000mmmmm0iiii0nnnnnddddd")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue