mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 22:06:40 +02:00
Add missing prefix for VCMP for FPv4_S16.
git-svn-id: trunk@31562 -
This commit is contained in:
parent
dac294c680
commit
297c17d4f0
@ -330,8 +330,8 @@ interface
|
|||||||
else
|
else
|
||||||
op:=A_VCMPE;
|
op:=A_VCMPE;
|
||||||
|
|
||||||
current_asmdata.CurrAsmList.concat(taicpu.op_reg_reg(op,
|
current_asmdata.CurrAsmList.concat(setoppostfix(taicpu.op_reg_reg(op,
|
||||||
left.location.register,right.location.register));
|
left.location.register,right.location.register),PF_F32));
|
||||||
cg.a_reg_alloc(current_asmdata.CurrAsmList,NR_DEFAULTFLAGS);
|
cg.a_reg_alloc(current_asmdata.CurrAsmList,NR_DEFAULTFLAGS);
|
||||||
current_asmdata.CurrAsmList.Concat(taicpu.op_reg_reg(A_VMRS, NR_APSR_nzcv, NR_FPSCR));
|
current_asmdata.CurrAsmList.Concat(taicpu.op_reg_reg(A_VMRS, NR_APSR_nzcv, NR_FPSCR));
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user