mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-03 21:24:38 +01:00
A64: Implement CMGT (register)
This commit is contained in:
parent
f4775910f5
commit
adb7f5f86f
2 changed files with 13 additions and 1 deletions
|
|
@ -707,7 +707,7 @@ INST(NOT, "NOT", "0Q101
|
|||
//INST(SRHADD, "SRHADD", "0Q001110zz1mmmmm000101nnnnnddddd")
|
||||
//INST(SHSUB, "SHSUB", "0Q001110zz1mmmmm001001nnnnnddddd")
|
||||
//INST(SQSUB_2, "SQSUB", "0Q001110zz1mmmmm001011nnnnnddddd")
|
||||
//INST(CMGT_reg_2, "CMGT (register)", "0Q001110zz1mmmmm001101nnnnnddddd")
|
||||
INST(CMGT_reg_2, "CMGT (register)", "0Q001110zz1mmmmm001101nnnnnddddd")
|
||||
//INST(CMGE_reg_2, "CMGE (register)", "0Q001110zz1mmmmm001111nnnnnddddd")
|
||||
//INST(SSHL_2, "SSHL", "0Q001110zz1mmmmm010001nnnnnddddd")
|
||||
//INST(SQSHL_reg_2, "SQSHL (register)", "0Q001110zz1mmmmm010011nnnnnddddd")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue