Browse Source

+ add missing instructions

florian 1 year ago
parent
commit
8cafafc3e6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/aarch64/aasmcpu.pas

+ 2 - 0
compiler/aarch64/aasmcpu.pas

@@ -1085,6 +1085,7 @@ implementation
            A_AND,
            A_AND,
            A_ASR,
            A_ASR,
            A_BFXIL,
            A_BFXIL,
+           A_BIC,
            A_CLZ,
            A_CLZ,
            A_CSEL,
            A_CSEL,
            A_CSET,
            A_CSET,
@@ -1093,6 +1094,7 @@ implementation
            A_EON,
            A_EON,
            A_EOR,
            A_EOR,
            A_FADD,
            A_FADD,
+           A_FCSEL,
            A_FCVT,
            A_FCVT,
            A_FDIV,
            A_FDIV,
            A_FMADD,
            A_FMADD,