mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-03 13:14:42 +01:00
A64: Implement INS (general)
This commit is contained in:
parent
d13704fdef
commit
0bb4474fb9
2 changed files with 16 additions and 1 deletions
|
|
@ -674,7 +674,7 @@ INST(CMEQ_reg_2, "CMEQ (register)", "0Q101
|
|||
INST(DUP_gen, "DUP (general)", "0Q001110000iiiii000011nnnnnddddd")
|
||||
INST(SMOV, "SMOV", "0Q001110000iiiii001011nnnnnddddd")
|
||||
INST(UMOV, "UMOV", "0Q001110000iiiii001111nnnnnddddd")
|
||||
//INST(INS_gen, "INS (general)", "01001110000iiiii000111nnnnnddddd")
|
||||
INST(INS_gen, "INS (general)", "01001110000iiiii000111nnnnnddddd")
|
||||
INST(INS_elt, "INS (element)", "01101110000iiiii0iiii1nnnnnddddd")
|
||||
|
||||
// Data Processing - FP and SIMD - SIMD Three same
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue