Home
last modified time | relevance | path

Searched refs:MAX_SSE_REGS (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx87 if ( nr < s390x::MAX_SSE_REGS ) \
96 if ( nr < s390x::MAX_SSE_REGS ) \
136 if ( nFPR > s390x::MAX_SSE_REGS ) in callVirtualMethod()
137 nFPR = s390x::MAX_SSE_REGS; in callVirtualMethod()
219 double pFPR[s390x::MAX_SSE_REGS]; in cpp_call()
H A Dcpp2uno.cxx121 if (nf < s390x::MAX_SSE_REGS) in cpp2uno_call()
497 double fpreg[s390x::MAX_SSE_REGS]; in privateSnippetExecutor()
H A Dshare.hxx91 enum s390xlimits { MAX_GPR_REGS = 5, MAX_SSE_REGS = 4 }; enumerator
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Duno2cpp.cxx93 if ( nFPR > ppc64::MAX_SSE_REGS ) in callVirtualMethod()
94 nFPR = ppc64::MAX_SSE_REGS; in callVirtualMethod()
189 if ( nr < ppc64::MAX_SSE_REGS ) \
197 if ( nr < ppc64::MAX_SSE_REGS ) \
251 double pFPR[ppc64::MAX_SSE_REGS]; in cpp_call()
H A Dcpp2uno.cxx127 if (nf < ppc64::MAX_SSE_REGS) in cpp2uno_call()
514 double fpreg[ppc64::MAX_SSE_REGS]; in privateSnippetExecutor()
H A Dshare.hxx91 enum ppclimits { MAX_GPR_REGS = 8, MAX_SSE_REGS = 13 }; enumerator
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Duno2cpp.cxx93 if ( nFPR > ppc64::MAX_SSE_REGS ) in callVirtualMethod()
94 nFPR = ppc64::MAX_SSE_REGS; in callVirtualMethod()
189 if ( nr < ppc64::MAX_SSE_REGS ) \
197 if ( nr < ppc64::MAX_SSE_REGS ) \
251 double pFPR[ppc64::MAX_SSE_REGS]; in cpp_call()
H A Dcpp2uno.cxx127 if (nf < ppc64::MAX_SSE_REGS) in cpp2uno_call()
514 double fpreg[ppc64::MAX_SSE_REGS]; in privateSnippetExecutor()
H A Dshare.hxx91 enum ppclimits { MAX_GPR_REGS = 8, MAX_SSE_REGS = 13 }; enumerator
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dabi.cxx69 __int128_t sse[MAX_SSE_REGS];
399 if (ssecount < MAX_SSE_REGS)
407 if (ssecount < MAX_SSE_REGS)
421 || gprcount + g > MAX_GPR_REGS || ssecount + s > MAX_SSE_REGS)
485 || gprcount + g > MAX_GPR_REGS || ssecount + s > MAX_SSE_REGS)
H A Duno2cpp.cxx97 if ( nFPR > x86_64::MAX_SSE_REGS ) in callVirtualMethod()
98 nFPR = x86_64::MAX_SSE_REGS; in callVirtualMethod()
217 if ( nr < x86_64::MAX_SSE_REGS ) \
275 double pFPR[x86_64::MAX_SSE_REGS]; in cpp_call()
H A Dabi.hxx40 const sal_uInt32 MAX_SSE_REGS = 8; variable
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dabi.cxx69 __int128_t sse[MAX_SSE_REGS];
399 if (ssecount < MAX_SSE_REGS)
407 if (ssecount < MAX_SSE_REGS)
421 || gprcount + g > MAX_GPR_REGS || ssecount + s > MAX_SSE_REGS)
485 || gprcount + g > MAX_GPR_REGS || ssecount + s > MAX_SSE_REGS)
H A Duno2cpp.cxx90 if ( nFPR > x86_64::MAX_SSE_REGS ) in callVirtualMethod()
91 nFPR = x86_64::MAX_SSE_REGS; in callVirtualMethod()
211 if ( nr < x86_64::MAX_SSE_REGS ) \
269 double pFPR[x86_64::MAX_SSE_REGS]; in cpp_call()
H A Dabi.hxx40 const sal_uInt32 MAX_SSE_REGS = 8; variable
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dabi.cxx69 __int128_t sse[MAX_SSE_REGS];
399 if (ssecount < MAX_SSE_REGS)
407 if (ssecount < MAX_SSE_REGS)
421 || gprcount + g > MAX_GPR_REGS || ssecount + s > MAX_SSE_REGS)
485 || gprcount + g > MAX_GPR_REGS || ssecount + s > MAX_SSE_REGS)
H A Duno2cpp.cxx90 if ( nFPR > x86_64::MAX_SSE_REGS ) in callVirtualMethod()
91 nFPR = x86_64::MAX_SSE_REGS; in callVirtualMethod()
212 if ( nr < x86_64::MAX_SSE_REGS ) \
270 double pFPR[x86_64::MAX_SSE_REGS]; in cpp_call()
H A Dabi.hxx40 const sal_uInt32 MAX_SSE_REGS = 8; variable
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx170 if ( nFPR > ia64::MAX_SSE_REGS ) in callVirtualMethod()
171 nFPR = ia64::MAX_SSE_REGS; in callVirtualMethod()
254 if ( nfr < ia64::MAX_SSE_REGS && ngr < ia64::MAX_GPR_REGS ) \
264 if ( nfr < ia64::MAX_SSE_REGS && ngr < ia64::MAX_GPR_REGS ) \
320 double pFPR[ia64::MAX_SSE_REGS]; in cpp_call()
H A Dcpp2uno.cxx133 if (nf < ia64::MAX_SSE_REGS && ng < ia64::MAX_GPR_REGS) in cpp2uno_call()
150 if (nf < ia64::MAX_SSE_REGS && ng < ia64::MAX_GPR_REGS) in cpp2uno_call()
508 double fpreg[ia64::MAX_SSE_REGS]; in cpp_vtable_call()
H A Dshare.hxx92 enum ia64limits { MAX_GPR_REGS = 8, MAX_SSE_REGS = 8, MAX_REG_SLOTS = 8 }; enumerator
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx139 if ( nFPR > axp::MAX_SSE_REGS ) in callVirtualMethod()
140 nFPR = axp::MAX_SSE_REGS; in callVirtualMethod()
214 double pFPR[axp::MAX_SSE_REGS]; in cpp_call()
H A Dshare.hxx91 enum axplimits { MAX_WORDS_IN_REGS = 6, MAX_GPR_REGS = 6, MAX_SSE_REGS = 6 }; enumerator
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dcpp2uno.cxx563 float fpreg[hppa::MAX_SSE_REGS]; //todo in cpp_vtable_call()
569 double dpreg[hppa::MAX_SSE_REGS]; //todo in cpp_vtable_call()
580 for (int i = 0; i < hppa::MAX_SSE_REGS; ++i) in cpp_vtable_call()
H A Dshare.hxx92 enum hppalimits { MAX_WORDS_IN_REGS = 4, MAX_GPR_REGS = 4, MAX_SSE_REGS = 4 }; enumerator

Completed in 107 milliseconds

12