|
From: <sv...@va...> - 2011-10-22 09:40:17
|
Author: sewardj Date: 2011-10-22 10:35:33 +0100 (Sat, 22 Oct 2011) New Revision: 12191 Log: Record the ELF x86 regparm registers. Modified: trunk/docs/internals/register-uses.txt Modified: trunk/docs/internals/register-uses.txt =================================================================== --- trunk/docs/internals/register-uses.txt 2011-10-22 09:29:41 UTC (rev 12190) +++ trunk/docs/internals/register-uses.txt 2011-10-22 09:35:33 UTC (rev 12191) @@ -24,7 +24,10 @@ st1-7 n ? n y xmm0-7 n ? n y +In the case where arguments are passed in registers, the arg1,2,3 +registers are EAX, EDX, and ECX respectively. + amd64-linux ~~~~~~~~~~~ |