Home
last modified time | relevance | path

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

/AOO41X/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Duno2cpp.cxx62 sal_uInt64 *pGPR, sal_uInt32 nGPR,
68 sal_uInt64 *pGPR, sal_uInt32 nGPR, in callVirtualMethod() argument
74 fprintf( stderr, "= callVirtualMethod() =\nGPR's (%d): ", nGPR ); in callVirtualMethod()
75 for ( unsigned int i = 0; i < nGPR; ++i ) in callVirtualMethod()
99 if ( nGPR > x86_64::MAX_GPR_REGS ) in callVirtualMethod()
100 nGPR = x86_64::MAX_GPR_REGS; in callVirtualMethod()
273 sal_uInt32 nGPR = 0; in cpp_call() local
298 INSERT_INT64( &pCppReturn, nGPR, pGPR, pStack ); in cpp_call()
304 INSERT_INT64( &pAdjustedThisPtr, nGPR, pGPR, pStack ); in cpp_call()
330 INSERT_INT64( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
[all …]
/AOO41X/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 …]
/AOO41X/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 …]
/AOO41X/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 …]
/AOO41X/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 …]
/AOO41X/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 …]
/AOO41X/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 …]
/AOO41X/main/bridges/source/cpp_uno/gcc3_freebsd_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 …]
/AOO41X/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 …]
/AOO41X/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()