Searched refs:nUsedGPR (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/ |
H A D | cpp2uno.cxx | 119 int nUsedGPR = 0; in cpp2uno_call() local 124 x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call() 128 …OSL_ASSERT( bFitsRegisters && ( ( nUsedSSE == 1 && nUsedGPR == 0 ) || ( nUsedSSE == 0 && nUsedGPR … in cpp2uno_call() 140 else if ( nUsedGPR == 1 ) in cpp2uno_call()
|
H A D | abi.cxx | 272 …rgument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, int &nUsedSSE ) in examine_argument() argument 282 nUsedGPR = 0; in examine_argument() 289 nUsedGPR++; in examine_argument()
|
H A D | abi.hxx | 49 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_x86-64/ |
H A D | cpp2uno.cxx | 118 int nUsedGPR = 0; in cpp2uno_call() local 123 x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call() 127 …OSL_ASSERT( bFitsRegisters && ( ( nUsedSSE == 1 && nUsedGPR == 0 ) || ( nUsedSSE == 0 && nUsedGPR … in cpp2uno_call() 139 else if ( nUsedGPR == 1 ) in cpp2uno_call()
|
H A D | abi.cxx | 272 …rgument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, int &nUsedSSE ) in examine_argument() argument 282 nUsedGPR = 0; in examine_argument() 289 nUsedGPR++; in examine_argument()
|
H A D | abi.hxx | 49 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
|
/aoo41x/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/ |
H A D | cpp2uno.cxx | 118 int nUsedGPR = 0; in cpp2uno_call() local 120 bool bFitsRegisters = x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call() 124 …OSL_ASSERT( bFitsRegisters && ( ( nUsedSSE == 1 && nUsedGPR == 0 ) || ( nUsedSSE == 0 && nUsedGPR … in cpp2uno_call() 136 else if ( nUsedGPR == 1 ) in cpp2uno_call()
|
H A D | abi.cxx | 272 …rgument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, int &nUsedSSE ) in examine_argument() argument 282 nUsedGPR = 0; in examine_argument() 289 nUsedGPR++; in examine_argument()
|
H A D | abi.hxx | 49 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
|
Completed in 33 milliseconds