Lines Matching refs:pFPR
88 #define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \ argument
92 pFPR[nr++] = *reinterpret_cast<float *>( pSV ); \
98 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument
100 pFPR[nr++] = *reinterpret_cast<double *>( pSV ); \
136 double *pFPR, sal_uInt32 nFPR) in callVirtualMethod() argument
153 fprintf( stderr, "0x%lx (%f), ", pFPR[i], pFPR[i] ); in callVirtualMethod()
180 asm volatile("ldt $f16,%0" :: "m"(pFPR[5]) : "$f16"); in callVirtualMethod()
182 asm volatile("ldt $f17,%0" :: "m"(pFPR[4]) : "$f17"); in callVirtualMethod()
184 asm volatile("ldt $f18,%0" :: "m"(pFPR[3]) : "$f18"); in callVirtualMethod()
186 asm volatile("ldt $f19,%0" :: "m"(pFPR[2]) : "$f19"); in callVirtualMethod()
188 asm volatile("ldt $f20,%0" :: "m"(pFPR[1]) : "$f20"); in callVirtualMethod()
190 asm volatile("ldt $f21,%0" :: "m"(pFPR[0]) : "$f21"); in callVirtualMethod()
214 double pFPR[axp::MAX_SSE_REGS]; in cpp_call() local
287 INSERT_FLOAT( pCppArgs[nPos], nRegs, pFPR, pStack ); in cpp_call()
290 INSERT_DOUBLE( pCppArgs[nPos], nRegs, pFPR, pStack ); in cpp_call()
339 pFPR, nRegs ); in cpp_call()