mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 06:58:15 +01:00
A64: Implement CSEL
This commit is contained in:
parent
6395f09f94
commit
144b629d8a
3 changed files with 28 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ INST(SBCS, "SBCS", "z1111
|
|||
//INST(CCMP_imm, "CCMP (immediate)", "z1111010010iiiiicccc10nnnnn0ffff")
|
||||
|
||||
// Data Processing - Register - Conditional select
|
||||
//INST(CSEL, "CSEL", "z0011010100mmmmmcccc00nnnnnddddd")
|
||||
INST(CSEL, "CSEL", "z0011010100mmmmmcccc00nnnnnddddd")
|
||||
//INST(CSINC, "CSINC", "z0011010100mmmmmcccc01nnnnnddddd")
|
||||
//INST(CSINV, "CSINV", "z1011010100mmmmmcccc00nnnnnddddd")
|
||||
//INST(CSNEG, "CSNEG", "z1011010100mmmmmcccc01nnnnnddddd")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue