Home
last modified time | relevance | path

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

/AOO41X/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
261 pGPR[nr++] = *reinterpret_cast<sal_uInt32 *>( pSV ); \
268 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow ) \ argument
275 pGPR[nr++] = *reinterpret_cast<sal_uInt32 *>( pSV ); \
276 pGPR[nr++] = *(reinterpret_cast<sal_uInt32 *>( pSV ) + 1); \
290 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow ) \ argument
291 INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow) \
[all …]
/AOO41X/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
261 pGPR[nr++] = *reinterpret_cast<sal_uInt32 *>( pSV ); \
268 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow ) \ argument
275 pGPR[nr++] = *reinterpret_cast<sal_uInt32 *>( pSV ); \
276 pGPR[nr++] = *(reinterpret_cast<sal_uInt32 *>( pSV ) + 1); \
290 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow ) \ argument
291 INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow) \
[all …]
/AOO41X/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()
253 #define INSERT_FLOAT( pSV, nfr, pFPR, ngr, pGPR, pDS, bOverflow ) \ argument
257 pGPR[ngr++] = *reinterpret_cast<sal_uInt64 *>( pSV ); \
263 #define INSERT_DOUBLE( pSV, nfr, pFPR, ngr, pGPR, pDS, bOverflow ) \ argument
267 pGPR[ngr++] = *reinterpret_cast<sal_uInt64 *>( pSV ); \
273 #define INSERT_INT64( pSV, nr, pGPR, pDS, bOverflow ) \ argument
275 pGPR[nr++] = *reinterpret_cast<sal_uInt64 *>( pSV ); \
281 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument
[all …]
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx104 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
106 pGPR[nr++] = *reinterpret_cast<sal_uInt64 *>( pSV ); \
110 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
112 pGPR[nr++] = *reinterpret_cast<sal_uInt32 *>( pSV ); \
116 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
118 pGPR[nr++] = *reinterpret_cast<sal_uInt16 *>( pSV ); \
122 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
124 pGPR[nr++] = *reinterpret_cast<sal_uInt8 *>( pSV ); \
135 sal_uInt64 *pGPR, sal_uInt32 nGPR, in callVirtualMethod() argument
150 fprintf( stderr, "0x%lx, ", pGPR[i] ); in callVirtualMethod()
[all …]
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx101 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
103 pGPR[nr++] = *reinterpret_cast<sal_uInt64 *>( pSV ); \
107 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
109 pGPR[nr++] = *reinterpret_cast<sal_uInt32 *>( pSV ); \
113 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
115 pGPR[nr++] = *reinterpret_cast<sal_uInt16 *>( pSV ); \
119 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
121 pGPR[nr++] = *reinterpret_cast<sal_uInt8 *>( pSV ); \
132 sal_uInt64 *pGPR, sal_uInt32 nGPR, in callVirtualMethod() argument
147 fprintf( stderr, "0x%lx, ", pGPR[i] ); in callVirtualMethod()
[all …]
/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
76 fprintf( stderr, "0x%lx, ", pGPR[i] ); in callVirtualMethod()
157 : "m" ( pMethod ), "m" ( pGPR ), "m" ( pFPR ), "m" ( nFPR ), in callVirtualMethod()
222 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
224 pGPR[nr++] = *reinterpret_cast<sal_uInt64 *>( pSV ); \
228 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
230 pGPR[nr++] = *reinterpret_cast<sal_uInt32 *>( pSV ); \
234 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
236 pGPR[nr++] = *reinterpret_cast<sal_uInt16 *>( pSV ); \
[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*…
/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
69 fprintf( stderr, "0x%lx, ", pGPR[i] ); in callVirtualMethod()
150 : "m" ( pMethod ), "m" ( pGPR ), "m" ( pFPR ), "m" ( nFPR ), in callVirtualMethod()
217 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
219 pGPR[nr++] = *reinterpret_cast<sal_uInt64 *>( pSV ); \
223 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
225 pGPR[nr++] = *reinterpret_cast<sal_uInt32 *>( pSV ); \
229 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
231 pGPR[nr++] = *reinterpret_cast<sal_uInt16 *>( pSV ); \
[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*…
/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
69 fprintf( stderr, "0x%lx, ", pGPR[i] ); in callVirtualMethod()
150 : "m" ( pMethod ), "m" ( pGPR ), "m" ( pFPR ), "m" ( nFPR ), in callVirtualMethod()
216 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
218 pGPR[nr++] = *reinterpret_cast<sal_uInt64 *>( pSV ); \
222 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
224 pGPR[nr++] = *reinterpret_cast<sal_uInt32 *>( pSV ); \
228 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
230 pGPR[nr++] = *reinterpret_cast<sal_uInt16 *>( pSV ); \
[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*…
/AOO41X/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
206 pGPR[nr++] = *reinterpret_cast<sal_uInt64 *>( pSV ); \
212 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument
214 pGPR[nr++] = *reinterpret_cast<sal_uInt32 *>( pSV ); \
220 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument
222 pGPR[nr++] = *reinterpret_cast<sal_uInt16 *>( pSV ); \
228 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument
[all …]
/AOO41X/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
206 pGPR[nr++] = *reinterpret_cast<sal_uInt64 *>( pSV ); \
212 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument
214 pGPR[nr++] = *reinterpret_cast<sal_uInt32 *>( pSV ); \
220 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument
222 pGPR[nr++] = *reinterpret_cast<sal_uInt16 *>( pSV ); \
228 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument
[all …]
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Duno2cpp.cxx46 sal_uInt32 *pStack, sal_uInt32 nStack, sal_uInt32 *pGPR, double *pFPR);
48 #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 ); \
[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()