Searched refs:regwords (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_pa32.cpp106 PRUint32 regwords = 1; /* register 26 is reserved for ptr to 'that' */ local
114 ++regwords;
124 if (regwords & 1)
128 ++regwords;
133 regwords += 2;
136 if (regwords & 1)
140 ++regwords;
142 switch (regwords) /* load double precision float register */
150 regwords += 2;
153 switch (regwords) /* loa
[all...]
H A Dxptcstubs_pa32.cpp64 PRInt32 regwords = 1; /* self pointer is not in the variant records */ local
95 ++regwords;
104 if (regwords & 1)
106 ++regwords; /* align on double word */
109 if (regwords == 0 || regwords == 2)
111 dp->val.d=*((double*) (floatargs + regwords));
118 regwords += 2;
122 if (regwords & 1)
124 ++regwords; /* alig
[all...]

Completed in 75 milliseconds