mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 22:18:16 +01:00
A64: Implement CNT
This commit is contained in:
parent
303088a51e
commit
6c9b4f0114
2 changed files with 14 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ INST(INS_elt, "INS (element)", "01101
|
|||
//INST(REV16_asimd, "REV16 (vector)", "0Q001110zz100000000110nnnnnddddd")
|
||||
//INST(SADDLP, "SADDLP", "0Q001110zz100000001010nnnnnddddd")
|
||||
//INST(CLS_asimd, "CLS (vector)", "0Q001110zz100000010010nnnnnddddd")
|
||||
//INST(CNT, "CNT", "0Q001110zz100000010110nnnnnddddd")
|
||||
INST(CNT, "CNT", "0Q001110zz100000010110nnnnnddddd")
|
||||
//INST(SADALP, "SADALP", "0Q001110zz100000011010nnnnnddddd")
|
||||
INST(XTN, "XTN, XTN2", "0Q001110zz100001001010nnnnnddddd")
|
||||
//INST(FCVTN, "FCVTN, FCVTN2", "0Q0011100z100001011010nnnnnddddd")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue