Home
last modified time | relevance | path

Searched refs:nGPR (Results 1 – 11 of 11) sorted by relevance

/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Duno2cpp.cxx162 sal_uInt64 *pGPR, sal_uInt32 nGPR,
174 if ( nGPR > ppc64::MAX_GPR_REGS )
175 nGPR = ppc64::MAX_GPR_REGS;
180 fprintf( stderr, "= callVirtualMethod() =\nGPR's (%d): ", nGPR );
181 for ( sal_uInt32 i = 0; i < nGPR; ++i )
256 #define INSERT_FLOAT( pSV, nr, pFPR, nGPR, pDS, bOverFlow ) \ argument
257 if ( nGPR < ppc64::MAX_GPR_REGS ) \
258 ++nGPR; \
266 #define INSERT_DOUBLE( pSV, nr, pFPR, nGPR, pDS, bOverFlow ) \ argument
267 if ( nGPR < ppc64::MAX_GPR_REGS ) \
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Duno2cpp.cxx55 sal_uInt64 *pGPR, sal_uInt32 nGPR,
61 sal_uInt64 *pGPR, sal_uInt32 nGPR, in callVirtualMethod() argument
67 fprintf( stderr, "= callVirtualMethod() =\nGPR's (%d): ", nGPR ); in callVirtualMethod()
68 for ( unsigned int i = 0; i < nGPR; ++i ) in callVirtualMethod()
92 if ( nGPR > x86_64::MAX_GPR_REGS ) in callVirtualMethod()
93 nGPR = x86_64::MAX_GPR_REGS; in callVirtualMethod()
267 sal_uInt32 nGPR = 0; in cpp_call() local
292 INSERT_INT64( &pCppReturn, nGPR, pGPR, pStack ); in cpp_call()
298 INSERT_INT64( &pAdjustedThisPtr, nGPR, pGPR, pStack ); in cpp_call()
324 INSERT_INT64( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Duno2cpp.cxx65 sal_uInt64 *pGPR, sal_uInt32 nGPR,
71 sal_uInt64 *pGPR, sal_uInt32 nGPR, in callVirtualMethod() argument
77 fprintf( stderr, "= callVirtualMethod() =\nGPR's (%d): ", nGPR ); in callVirtualMethod()
78 for ( unsigned int i = 0; i < nGPR; ++i ) in callVirtualMethod()
102 if ( nGPR > x86_64::MAX_GPR_REGS ) in callVirtualMethod()
103 nGPR = x86_64::MAX_GPR_REGS; in callVirtualMethod()
276 sal_uInt32 nGPR = 0; in cpp_call() local
301 INSERT_INT64( &pCppReturn, nGPR, pGPR, pStack ); in cpp_call()
307 INSERT_INT64( &pAdjustedThisPtr, nGPR, pGPR, pStack ); in cpp_call()
333 INSERT_INT64( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
[all …]
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Duno2cpp.cxx55 sal_uInt64 *pGPR, sal_uInt32 nGPR,
61 sal_uInt64 *pGPR, sal_uInt32 nGPR, in callVirtualMethod() argument
67 fprintf( stderr, "= callVirtualMethod() =\nGPR's (%d): ", nGPR ); in callVirtualMethod()
68 for ( unsigned int i = 0; i < nGPR; ++i ) in callVirtualMethod()
92 if ( nGPR > x86_64::MAX_GPR_REGS ) in callVirtualMethod()
93 nGPR = x86_64::MAX_GPR_REGS; in callVirtualMethod()
268 sal_uInt32 nGPR = 0; in cpp_call() local
293 INSERT_INT64( &pCppReturn, nGPR, pGPR, pStack ); in cpp_call()
299 INSERT_INT64( &pAdjustedThisPtr, nGPR, pGPR, pStack ); in cpp_call()
325 INSERT_INT64( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
[all …]
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_aarch64/
H A Duno2cpp.cxx66 sal_uInt64 *pGPR, sal_uInt32 nGPR,
73 sal_uInt64 *pGPR, sal_uInt32 nGPR, in callVirtualMethod() argument
79 fprintf( stderr, "= callVirtualMethod() =\nGPR's (%d): ", nGPR ); in callVirtualMethod()
80 for ( unsigned int i = 0; i < nGPR; ++i ) in callVirtualMethod()
104 if ( nGPR > aarch64::MAX_GPR_REGS ) in callVirtualMethod()
105 nGPR = aarch64::MAX_GPR_REGS; in callVirtualMethod()
121 gpr[i] = ( i < nGPR ) ? pGPR[i] : 0; in callVirtualMethod()
237 sal_uInt32 nGPR = 0; in cpp_call() local
274 INSERT_INT64( &pAdjustedThisPtr, nGPR, pGPR, pStack ); in cpp_call()
300 INSERT_INT64( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx132 sal_uInt64 *pGPR, sal_uInt32 nGPR, in callVirtualMethod() argument
138 if ( nGPR > s390x::MAX_GPR_REGS ) in callVirtualMethod()
139 nGPR = s390x::MAX_GPR_REGS; in callVirtualMethod()
145 fprintf( stderr, "= callVirtualMethod() =\nGPR's (%d): ", nGPR ); in callVirtualMethod()
146 for ( unsigned int i = 0; i < nGPR; ++i ) in callVirtualMethod()
217 sal_uInt32 nGPR = 0; in cpp_call() local
241 INSERT_INT64( &pCppReturn, nGPR, pGPR, pStack ); in cpp_call()
247 INSERT_INT64( &pAdjustedThisPtr, nGPR, pGPR, pStack ); in cpp_call()
275 INSERT_INT64( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
280 INSERT_INT32( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx162 sal_uInt64 *pGPR, sal_uInt32 nGPR, in callVirtualMethod() argument
172 if ( nGPR > ia64::MAX_GPR_REGS ) in callVirtualMethod()
173 nGPR = ia64::MAX_GPR_REGS; in callVirtualMethod()
178 fprintf( stderr, "= callVirtualMethod() =\nGPR's (%d): ", nGPR ); in callVirtualMethod()
179 for ( unsigned int i = 0; i < nGPR; ++i ) in callVirtualMethod()
318 sal_uInt32 nGPR = 0; in cpp_call() local
357 INSERT_INT64( &pCppReturn, nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
366 INSERT_INT64( &pAdjustedThisPtr, nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
404 INSERT_INT64( pCppArgs[nPos], nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
412 INSERT_INT32( pCppArgs[nPos], nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Duno2cpp.cxx209 sal_uInt32 nGPR) __attribute__((noinline));
219 sal_uInt32 nGPR) in callVirtualMethod() argument
234 if ( nGPR > arm::MAX_GPR_REGS ) in callVirtualMethod()
235 nGPR = arm::MAX_GPR_REGS; in callVirtualMethod()
332 sal_uInt32 nGPR = 0; in cpp_call() local
357 INSERT_INT32( &pCppReturn, nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
363 INSERT_INT32( &pAdjustedThisPtr, nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
395 INSERT_INT64( pCppArgs[nPos], nGPR, pGPR, pStack, pStackStart, bOverFlow ); in cpp_call()
403 INSERT_INT32( pCppArgs[nPos], nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
408 INSERT_INT16( pCppArgs[nPos], nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx209 sal_uInt32 nGPR) __attribute__((noinline));
219 sal_uInt32 nGPR) in callVirtualMethod() argument
234 if ( nGPR > arm::MAX_GPR_REGS ) in callVirtualMethod()
235 nGPR = arm::MAX_GPR_REGS; in callVirtualMethod()
332 sal_uInt32 nGPR = 0; in cpp_call() local
357 INSERT_INT32( &pCppReturn, nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
363 INSERT_INT32( &pAdjustedThisPtr, nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
395 INSERT_INT64( pCppArgs[nPos], nGPR, pGPR, pStack, pStackStart, bOverFlow ); in cpp_call()
403 INSERT_INT32( pCppArgs[nPos], nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
408 INSERT_INT16( pCppArgs[nPos], nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Duno2cpp.cxx85 sal_uInt64 *pGPR, sal_uInt32 nGPR, in callVirtualMethod() argument
95 if ( nGPR > ppc64::MAX_GPR_REGS ) in callVirtualMethod()
96 nGPR = ppc64::MAX_GPR_REGS; in callVirtualMethod()
101 fprintf( stderr, "= callVirtualMethod() =\nGPR's (%d): ", nGPR ); in callVirtualMethod()
102 for ( int i = 0; i < nGPR; ++i ) in callVirtualMethod()
249 sal_uInt32 nGPR = 0; in cpp_call() local
283 INSERT_INT64( &pCppReturn, nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
291 INSERT_INT64( &pAdjustedThisPtr, nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
329 INSERT_INT64( pCppArgs[nPos], nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
337 INSERT_INT32( pCppArgs[nPos], nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx135 sal_uInt64 *pGPR, sal_uInt32 nGPR, in callVirtualMethod() argument
141 if ( nGPR > axp::MAX_GPR_REGS ) in callVirtualMethod()
142 nGPR = axp::MAX_GPR_REGS; in callVirtualMethod()
148 fprintf( stderr, "= callVirtualMethod() =\nGPR's (%d): ", nGPR ); in callVirtualMethod()
149 for ( unsigned int i = 0; i < nGPR; ++i ) in callVirtualMethod()