Home
last modified time | relevance | path

Searched refs:pGPR (Results 1 – 18 of 18) sorted by relevance

/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx162 sal_uInt64 *pGPR, sal_uInt32 nGPR, in callVirtualMethod() argument
180 fprintf( stderr, "0x%lx, ", pGPR[i] ); in callVirtualMethod()
231 (*pFunc)(pGPR[0], pGPR[1], pGPR[2], pGPR[3], pGPR[4], pGPR[5], pGPR[6], pGPR[7]); in callVirtualMethod()
273 #define INSERT_INT64( pSV, nr, pGPR, pDS, bOverflow ) \ argument
281 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument
289 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument
297 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument
317 sal_uInt64 pGPR[ia64::MAX_GPR_REGS]; 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()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Duno2cpp.cxx208 sal_uInt32 *pGPR,
218 sal_uInt32 *pGPR, in callVirtualMethod() argument
244 (*pFunc)(pGPR[0], pGPR[1], pGPR[2], pGPR[3]); in callVirtualMethod()
259 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument
291 INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow) \
296 INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow)
299 INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow )
301 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument
309 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument
331 sal_uInt32 pGPR[arm::MAX_GPR_REGS]; in cpp_call() local
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx208 sal_uInt32 *pGPR,
218 sal_uInt32 *pGPR, in callVirtualMethod() argument
244 (*pFunc)(pGPR[0], pGPR[1], pGPR[2], pGPR[3]); in callVirtualMethod()
259 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument
291 INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow) \
296 INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow)
299 INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow )
301 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument
309 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument
331 sal_uInt32 pGPR[arm::MAX_GPR_REGS]; in cpp_call() local
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx104 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
110 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
116 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
122 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
135 sal_uInt64 *pGPR, sal_uInt32 nGPR, in callVirtualMethod() argument
150 fprintf( stderr, "0x%lx, ", pGPR[i] ); in callVirtualMethod()
195 (*pFunc)(pGPR[0], pGPR[1], pGPR[2], pGPR[3], pGPR[4], pGPR[5]); in callVirtualMethod()
213 sal_uInt64 pGPR[axp::MAX_GPR_REGS]; in cpp_call() local
236 INSERT_INT64( &pCppReturn, nRegs, pGPR, pStack ); in cpp_call()
242 INSERT_INT64( &pAdjustedThisPtr, nRegs, pGPR, pStack ); in cpp_call()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx101 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
107 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
113 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
119 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
132 sal_uInt64 *pGPR, sal_uInt32 nGPR, in callVirtualMethod() argument
147 fprintf( stderr, "0x%lx, ", pGPR[i] ); in callVirtualMethod()
191 (*pFunc)(pGPR[0], pGPR[1], pGPR[2], pGPR[3], pGPR[4]); in callVirtualMethod()
216 sal_uInt64 pGPR[s390x::MAX_GPR_REGS]; in cpp_call() local
241 INSERT_INT64( &pCppReturn, nGPR, pGPR, pStack ); in cpp_call()
247 INSERT_INT64( &pAdjustedThisPtr, nGPR, pGPR, pStack ); in cpp_call()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Duno2cpp.cxx76 fprintf( stderr, "0x%lx, ", pGPR[i] ); in callVirtualMethod()
222 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
228 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
234 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
240 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
242 pGPR[nr++] = *reinterpret_cast<sal_uInt8 *>( pSV ); \
272 sal_uInt64 pGPR[x86_64::MAX_GPR_REGS]; in cpp_call() local
298 INSERT_INT64( &pCppReturn, nGPR, pGPR, pStack ); in cpp_call()
304 INSERT_INT64( &pAdjustedThisPtr, nGPR, pGPR, pStack ); in cpp_call()
344 INSERT_INT8( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
[all …]
H A Dabi.cxx320 void x86_64::fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64 *pGPR, const… in fill_struct() argument
333 *pStructAlign++ = *pGPR++; in fill_struct()
H A Dabi.hxx59 void fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64* pGPR, const double*…
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Duno2cpp.cxx69 fprintf( stderr, "0x%lx, ", pGPR[i] ); in callVirtualMethod()
216 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
222 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
228 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
234 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
236 pGPR[nr++] = *reinterpret_cast<sal_uInt8 *>( pSV ); \
266 sal_uInt64 pGPR[x86_64::MAX_GPR_REGS]; in cpp_call() local
292 INSERT_INT64( &pCppReturn, nGPR, pGPR, pStack ); in cpp_call()
298 INSERT_INT64( &pAdjustedThisPtr, nGPR, pGPR, pStack ); in cpp_call()
338 INSERT_INT8( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
[all …]
H A Dabi.cxx320 void x86_64::fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64 *pGPR, const… in fill_struct() argument
333 *pStructAlign++ = *pGPR++; in fill_struct()
H A Dabi.hxx59 void fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64* pGPR, const double*…
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Duno2cpp.cxx69 fprintf( stderr, "0x%lx, ", pGPR[i] ); in callVirtualMethod()
217 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
223 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
229 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
235 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
237 pGPR[nr++] = *reinterpret_cast<sal_uInt8 *>( pSV ); \
267 sal_uInt64 pGPR[x86_64::MAX_GPR_REGS]; in cpp_call() local
293 INSERT_INT64( &pCppReturn, nGPR, pGPR, pStack ); in cpp_call()
299 INSERT_INT64( &pAdjustedThisPtr, nGPR, pGPR, pStack ); in cpp_call()
339 INSERT_INT8( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
[all …]
H A Dabi.cxx320 void x86_64::fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64 *pGPR, const… in fill_struct() argument
333 *pStructAlign++ = *pGPR++; in fill_struct()
H A Dabi.hxx59 void fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64* pGPR, const double*…
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Duno2cpp.cxx85 sal_uInt64 *pGPR, sal_uInt32 nGPR, in callVirtualMethod() argument
103 fprintf( stderr, "0x%lx, ", pGPR[i] ); in callVirtualMethod()
151 : : "r" (pGPR), "r" (pFPR) in callVirtualMethod()
204 #define INSERT_INT64( pSV, nr, pGPR, pDS, bOverflow ) \ argument
212 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument
220 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument
228 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument
248 sal_uInt64 pGPR[ppc64::MAX_GPR_REGS]; 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()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Duno2cpp.cxx85 sal_uInt64 *pGPR, sal_uInt32 nGPR, in callVirtualMethod() argument
103 fprintf( stderr, "0x%lx, ", pGPR[i] ); in callVirtualMethod()
151 : : "r" (pGPR), "r" (pFPR) in callVirtualMethod()
204 #define INSERT_INT64( pSV, nr, pGPR, pDS, bOverflow ) \ argument
212 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument
220 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument
228 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument
248 sal_uInt64 pGPR[ppc64::MAX_GPR_REGS]; 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()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Duno2cpp.cxx48 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverFlow )\ argument
51 pGPR[nr++] = *reinterpret_cast<sal_uInt32 *>( pSV ); \
58 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverFlow )\ argument
65 pGPR[nr++] = *reinterpret_cast<sal_uInt32 *>( pSV ); \
66 pGPR[nr++] = *(reinterpret_cast<sal_uInt32 *>( pSV ) + 1); \
111 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverFlow ) \ argument
113 pGPR[nr++] = *reinterpret_cast<sal_uInt16 *>( pSV ); \
119 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverFlow ) \ argument
121 pGPR[nr++] = *reinterpret_cast<sal_uInt8 *>( pSV ); \
188 sal_uInt32 pGPR[hppa::MAX_GPR_REGS]; in cpp_call() local
[all …]
H A Dcall.cxx92 … sal_uInt32 *pStack, sal_uInt32 nStack, sal_uInt32 *pGPR, double *pFPR) __attribute__((noinline));
96 sal_uInt32 *pStack, sal_uInt32 nStack, sal_uInt32 *pGPR, double *pFPR) in callVirtualMethod() argument
105 fprintf(stderr, "this is %p\n", pGPR[0]); in callVirtualMethod()
107 fprintf(stderr, "normal reg %d is %d %x\n", i, pGPR[i], pGPR[i]); in callVirtualMethod()
132 (*pFunc)(pGPR[0], pGPR[1], pGPR[2], pGPR[3]); in callVirtualMethod()

Completed in 106 milliseconds