Inline assembler doesn't support FCCMP instruction on ARM64
Summary
Using the FCCMP instruction in inline assembler code on ARM64 gives a compiler error "unknown identifier: XX" where XX is the condition code.
System Information
Mac mini M1
Steps to reproduce
With attached file, type: $ fpc -MDelphi asm-qbug.pas
Example Project
See attachment
What is the current bug behavior?
FPC reports: asm-qbug.pas(22,24) Error: Unknown identifier "NE" asm-qbug.pas(33,4) Fatal: There were 1 errors compiling module, stopping Fatal: Compilation aborted
What is the expected (correct) behavior?
Compiles correctly. asm-qbug.pas