Home
last modified time | relevance | path

Searched refs:nUsedSSE (Results 1 – 9 of 9) sorted by relevance

/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dcpp2uno.cxx120 int nUsedSSE = 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()
130 if ( nUsedSSE == 1 ) in cpp2uno_call()
H A Dabi.cxx272 …rgument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, int &nUsedSSE ) in examine_argument() argument
283 nUsedSSE = 0; in examine_argument()
294 nUsedSSE++; in examine_argument()
H A Dabi.hxx49 …gument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, int &nUsedSSE );
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dcpp2uno.cxx119 int nUsedSSE = 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()
129 if ( nUsedSSE == 1 ) in cpp2uno_call()
H A Dabi.cxx272 …rgument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, int &nUsedSSE ) in examine_argument() argument
283 nUsedSSE = 0; in examine_argument()
294 nUsedSSE++; in examine_argument()
H A Dabi.hxx49 …gument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, int &nUsedSSE );
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dcpp2uno.cxx119 int nUsedSSE = 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()
126 if ( nUsedSSE == 1 ) in cpp2uno_call()
H A Dabi.cxx272 …rgument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, int &nUsedSSE ) in examine_argument() argument
283 nUsedSSE = 0; in examine_argument()
294 nUsedSSE++; in examine_argument()
H A Dabi.hxx49 …gument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, int &nUsedSSE );

Completed in 43 milliseconds