From 8cafafc3e670481482caec9e5318ea81a52cfe3f Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 5 Jul 2024 21:06:21 +0200 Subject: [PATCH] + add missing instructions --- compiler/aarch64/aasmcpu.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/aarch64/aasmcpu.pas b/compiler/aarch64/aasmcpu.pas index face59273d..af23d420e6 100644 --- a/compiler/aarch64/aasmcpu.pas +++ b/compiler/aarch64/aasmcpu.pas @@ -1085,6 +1085,7 @@ implementation A_AND, A_ASR, A_BFXIL, + A_BIC, A_CLZ, A_CSEL, A_CSET, @@ -1093,6 +1094,7 @@ implementation A_EON, A_EOR, A_FADD, + A_FCSEL, A_FCVT, A_FDIV, A_FMADD,