mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 23:18:10 +01:00
A64: Implement FCCMP
This commit is contained in:
parent
44c3c2312a
commit
ef906dbbfa
3 changed files with 43 additions and 1 deletions
|
|
@ -912,7 +912,7 @@ INST(FCMPE_float, "FCMPE", "00011
|
|||
INST(FMOV_float_imm, "FMOV (scalar, immediate)", "00011110yy1iiiiiiii10000000ddddd")
|
||||
|
||||
// Data Processing - FP and SIMD - Floating point conditional compare
|
||||
//INST(FCCMP_float, "FCCMP", "00011110yy1mmmmmcccc01nnnnn0ffff")
|
||||
INST(FCCMP_float, "FCCMP", "00011110yy1mmmmmcccc01nnnnn0ffff")
|
||||
//INST(FCCMPE_float, "FCCMPE", "00011110yy1mmmmmcccc01nnnnn1ffff")
|
||||
|
||||
// Data Processing - FP and SIMD - Floating point data processing two register
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue