From d13246cea413cb463465d53a7290cb76317a399f Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 6 Mar 2016 13:33:18 +0000 Subject: [PATCH] + handle FMA instructions in taicpu.spilling_get_operation_type git-svn-id: trunk@33183 - --- compiler/arm/aasmcpu.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/arm/aasmcpu.pas b/compiler/arm/aasmcpu.pas index c17d936ba3..5652ce2ead 100644 --- a/compiler/arm/aasmcpu.pas +++ b/compiler/arm/aasmcpu.pas @@ -872,6 +872,7 @@ implementation result:=operand_write else result:=operand_read; + A_VFMA,A_VFMS,A_VFNMA,A_VFNMS, A_BFC: if opnr in [0] then result:=operand_readwrite