mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 09:28:19 +02:00
* handle fpu_vfpv3_d16 properly for thumb2
git-svn-id: trunk@27102 -
This commit is contained in:
parent
e5a5ae8bcb
commit
6deb0b35b5
@ -4191,7 +4191,7 @@ unit cgcpu;
|
||||
rg[R_FPUREGISTER]:=trgcpu.create(R_FPUREGISTER,R_SUBNONE,
|
||||
[RS_F0,RS_F1,RS_F2,RS_F3,RS_F4,RS_F5,RS_F6,RS_F7],first_fpu_imreg,[]);
|
||||
|
||||
if current_settings.fputype=fpu_fpv4_s16 then
|
||||
if current_settings.fputype in [fpu_fpv4_s16,fpu_vfpv3_d16] then
|
||||
rg[R_MMREGISTER]:=trgcpu.create(R_MMREGISTER,R_SUBFD,
|
||||
[RS_D0,RS_D1,RS_D2,RS_D3,RS_D4,RS_D5,RS_D6,RS_D7,
|
||||
RS_D8,RS_D9,RS_D10,RS_D11,RS_D12,RS_D13,RS_D14,RS_D15
|
||||
|
Loading…
Reference in New Issue
Block a user