mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +02:00
+ IP0/IP1 register aliases
git-svn-id: trunk@29908 -
This commit is contained in:
parent
bc9b870943
commit
6e55e8356e
@ -68,11 +68,17 @@ unit cpubase;
|
||||
{ Available Superregisters }
|
||||
{$i ra64sup.inc}
|
||||
|
||||
RS_IP0 = RS_X16;
|
||||
RS_IP1 = RS_X17;
|
||||
|
||||
R_SUBWHOLE = R_SUBQ;
|
||||
|
||||
{ Available Registers }
|
||||
{$i ra64con.inc}
|
||||
|
||||
NR_IP0 = NR_X16;
|
||||
NR_IP1 = NR_X17;
|
||||
|
||||
{ Integer Super registers first and last }
|
||||
first_int_supreg = RS_X0;
|
||||
{ xzr and sp take up a separate super register because some instructions
|
||||
|
Loading…
Reference in New Issue
Block a user