mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-03 21:24:38 +01:00
data_processsing_conditional_select: Implement CSINC, CSINV and CSNEG
This commit is contained in:
parent
b08be71775
commit
a8a65beb2b
2 changed files with 39 additions and 3 deletions
|
|
@ -332,9 +332,9 @@ INST(SBCS, "SBCS", "z1111
|
|||
|
||||
// Data Processing - Register - Conditional select
|
||||
INST(CSEL, "CSEL", "z0011010100mmmmmcccc00nnnnnddddd")
|
||||
//INST(CSINC, "CSINC", "z0011010100mmmmmcccc01nnnnnddddd")
|
||||
//INST(CSINV, "CSINV", "z1011010100mmmmmcccc00nnnnnddddd")
|
||||
//INST(CSNEG, "CSNEG", "z1011010100mmmmmcccc01nnnnnddddd")
|
||||
INST(CSINC, "CSINC", "z0011010100mmmmmcccc01nnnnnddddd")
|
||||
INST(CSINV, "CSINV", "z1011010100mmmmmcccc00nnnnnddddd")
|
||||
INST(CSNEG, "CSNEG", "z1011010100mmmmmcccc01nnnnnddddd")
|
||||
|
||||
// Data Processing - Register - 3 source
|
||||
//INST(MADD, "MADD", "z0011011000mmmmm0aaaaannnnnddddd")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue