mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-23 01:36:07 +02:00
Use A_LD_R and A_ST_R aliases for spilling_create_(load|store) functions
git-svn-id: trunk@36793 -
This commit is contained in:
parent
f5dfbb5ff3
commit
6e18d537fc
@ -274,7 +274,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
case getregtype(r) of
|
case getregtype(r) of
|
||||||
R_INTREGISTER :
|
R_INTREGISTER :
|
||||||
result:=taicpu.op_ref_reg(A_LD,ref,r);
|
result:=taicpu.op_ref_reg(A_LD_R,ref,r);
|
||||||
R_FPUREGISTER :
|
R_FPUREGISTER :
|
||||||
begin
|
begin
|
||||||
case getsubreg(r) of
|
case getsubreg(r) of
|
||||||
@ -296,7 +296,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
case getregtype(r) of
|
case getregtype(r) of
|
||||||
R_INTREGISTER :
|
R_INTREGISTER :
|
||||||
result:=taicpu.op_reg_ref(A_ST,r,ref);
|
result:=taicpu.op_reg_ref(A_ST_R,r,ref);
|
||||||
R_FPUREGISTER :
|
R_FPUREGISTER :
|
||||||
begin
|
begin
|
||||||
case getsubreg(r) of
|
case getsubreg(r) of
|
||||||
|
Loading…
Reference in New Issue
Block a user