mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 06:49:38 +00:00
A64: Implement INS (element)
This commit is contained in:
@@ -675,7 +675,7 @@ INST(DUP_gen, "DUP (general)", "0Q001
|
||||
INST(SMOV, "SMOV", "0Q001110000iiiii001011nnnnnddddd")
|
||||
INST(UMOV, "UMOV", "0Q001110000iiiii001111nnnnnddddd")
|
||||
//INST(INS_gen, "INS (general)", "01001110000iiiii000111nnnnnddddd")
|
||||
//INST(INS_elt, "INS (element)", "01101110000iiiii0iiii1nnnnnddddd")
|
||||
INST(INS_elt, "INS (element)", "01101110000iiiii0iiii1nnnnnddddd")
|
||||
|
||||
// Data Processing - FP and SIMD - SIMD Three same
|
||||
//INST(FMAXNM_1, "FMAXNM (vector)", "0Q001110010mmmmm000001nnnnnddddd")
|
||||
|
||||
Reference in New Issue
Block a user