Home
last modified time | relevance | path

Searched refs:MAX_GPR_REGS (Results 1 – 25 of 35) sorted by relevance

12

/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx172 if ( nGPR > ia64::MAX_GPR_REGS ) in callVirtualMethod()
173 nGPR = ia64::MAX_GPR_REGS; in callVirtualMethod()
254 if ( nfr < ia64::MAX_SSE_REGS && ngr < ia64::MAX_GPR_REGS ) \
256 if ( ngr < ia64::MAX_GPR_REGS ) \
264 if ( nfr < ia64::MAX_SSE_REGS && ngr < ia64::MAX_GPR_REGS ) \
266 if ( ngr < ia64::MAX_GPR_REGS ) \
274 if ( nr < ia64::MAX_GPR_REGS ) \
282 if ( nr < ia64::MAX_GPR_REGS ) \
290 if ( nr < ia64::MAX_GPR_REGS ) \
298 if ( nr < ia64::MAX_GPR_REGS ) \
[all …]
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()
173 if (ng < ia64::MAX_GPR_REGS) in cpp2uno_call()
197 if (ng < ia64::MAX_GPR_REGS) in cpp2uno_call()
498 sal_uInt64 gpreg[ia64::MAX_GPR_REGS]; in cpp_vtable_call()
/aoo4110/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Duno2cpp.cxx234 if ( nGPR > arm::MAX_GPR_REGS ) in callVirtualMethod()
235 nGPR = arm::MAX_GPR_REGS; in callVirtualMethod()
260 if ( nr < arm::MAX_GPR_REGS ) \
269 if ( (nr < arm::MAX_GPR_REGS) && (nr % 2) ) \
273 if ( nr < arm::MAX_GPR_REGS ) \
302 if ( nr < arm::MAX_GPR_REGS ) \
310 if ( nr < arm::MAX_GPR_REGS ) \
331 sal_uInt32 pGPR[arm::MAX_GPR_REGS]; in cpp_call()
H A Dshare.hxx91 enum armlimits { MAX_GPR_REGS = 4 }; enumerator
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx234 if ( nGPR > arm::MAX_GPR_REGS ) in callVirtualMethod()
235 nGPR = arm::MAX_GPR_REGS; in callVirtualMethod()
260 if ( nr < arm::MAX_GPR_REGS ) \
269 if ( (nr < arm::MAX_GPR_REGS) && (nr % 2) ) \
273 if ( nr < arm::MAX_GPR_REGS ) \
302 if ( nr < arm::MAX_GPR_REGS ) \
310 if ( nr < arm::MAX_GPR_REGS ) \
331 sal_uInt32 pGPR[arm::MAX_GPR_REGS]; in cpp_call()
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx102 if ( nr < s390x::MAX_GPR_REGS ) \
108 if ( nr < s390x::MAX_GPR_REGS ) \
114 if ( nr < s390x::MAX_GPR_REGS ) \
120 if ( nr < s390x::MAX_GPR_REGS ) \
138 if ( nGPR > s390x::MAX_GPR_REGS ) in callVirtualMethod()
139 nGPR = s390x::MAX_GPR_REGS; in callVirtualMethod()
216 sal_uInt64 pGPR[s390x::MAX_GPR_REGS]; in cpp_call()
H A Dcpp2uno.cxx140 if (ng < s390x::MAX_GPR_REGS) in cpp2uno_call()
155 if (ng < s390x::MAX_GPR_REGS) in cpp2uno_call()
170 if (ng < s390x::MAX_GPR_REGS) in cpp2uno_call()
183 if (ng < s390x::MAX_GPR_REGS) in cpp2uno_call()
207 if (ng < s390x::MAX_GPR_REGS) in cpp2uno_call()
490 sal_uInt64 gpreg[s390x::MAX_GPR_REGS]; in privateSnippetExecutor()
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Duno2cpp.cxx92 if ( nGPR > x86_64::MAX_GPR_REGS ) in callVirtualMethod()
93 nGPR = x86_64::MAX_GPR_REGS; in callVirtualMethod()
217 if ( nr < x86_64::MAX_GPR_REGS ) \
223 if ( nr < x86_64::MAX_GPR_REGS ) \
229 if ( nr < x86_64::MAX_GPR_REGS ) \
235 if ( nr < x86_64::MAX_GPR_REGS ) \
266 sal_uInt64 pGPR[x86_64::MAX_GPR_REGS]; in cpp_call()
H A Dabi.cxx68 long gpr[MAX_GPR_REGS];
390 if (gprcount < MAX_GPR_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 Dcpp2uno.cxx141 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call()
156 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call()
H A Dabi.hxx37 const sal_uInt32 MAX_GPR_REGS = 6; variable
/aoo4110/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Duno2cpp.cxx92 if ( nGPR > x86_64::MAX_GPR_REGS ) in callVirtualMethod()
93 nGPR = x86_64::MAX_GPR_REGS; in callVirtualMethod()
218 if ( nr < x86_64::MAX_GPR_REGS ) \
224 if ( nr < x86_64::MAX_GPR_REGS ) \
230 if ( nr < x86_64::MAX_GPR_REGS ) \
236 if ( nr < x86_64::MAX_GPR_REGS ) \
267 sal_uInt64 pGPR[x86_64::MAX_GPR_REGS]; in cpp_call()
H A Dabi.cxx68 long gpr[MAX_GPR_REGS];
390 if (gprcount < MAX_GPR_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 Dcpp2uno.cxx138 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call()
153 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call()
H A Dabi.hxx37 const sal_uInt32 MAX_GPR_REGS = 6; variable
/aoo4110/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Duno2cpp.cxx99 if ( nGPR > x86_64::MAX_GPR_REGS ) in callVirtualMethod()
100 nGPR = x86_64::MAX_GPR_REGS; in callVirtualMethod()
223 if ( nr < x86_64::MAX_GPR_REGS ) \
229 if ( nr < x86_64::MAX_GPR_REGS ) \
235 if ( nr < x86_64::MAX_GPR_REGS ) \
241 if ( nr < x86_64::MAX_GPR_REGS ) \
272 sal_uInt64 pGPR[x86_64::MAX_GPR_REGS]; in cpp_call()
H A Dabi.cxx68 long gpr[MAX_GPR_REGS];
390 if (gprcount < MAX_GPR_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 Dcpp2uno.cxx142 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call()
157 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call()
H A Dabi.hxx37 const sal_uInt32 MAX_GPR_REGS = 6; variable
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Duno2cpp.cxx95 if ( nGPR > ppc64::MAX_GPR_REGS ) in callVirtualMethod()
96 nGPR = ppc64::MAX_GPR_REGS; in callVirtualMethod()
205 if ( nr < ppc64::MAX_GPR_REGS ) \
213 if ( nr < ppc64::MAX_GPR_REGS ) \
221 if ( nr < ppc64::MAX_GPR_REGS ) \
229 if ( nr < ppc64::MAX_GPR_REGS ) \
248 sal_uInt64 pGPR[ppc64::MAX_GPR_REGS]; in cpp_call()
H A Dcpp2uno.cxx146 if (ng < ppc64::MAX_GPR_REGS) in cpp2uno_call()
162 if (ng < ppc64::MAX_GPR_REGS) in cpp2uno_call()
178 if (ng < ppc64::MAX_GPR_REGS) in cpp2uno_call()
192 if (ng < ppc64::MAX_GPR_REGS) in cpp2uno_call()
216 if (ng < ppc64::MAX_GPR_REGS) in cpp2uno_call()
513 sal_uInt64 gpreg[ppc64::MAX_GPR_REGS]; in privateSnippetExecutor()
/aoo4110/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Duno2cpp.cxx95 if ( nGPR > ppc64::MAX_GPR_REGS ) in callVirtualMethod()
96 nGPR = ppc64::MAX_GPR_REGS; in callVirtualMethod()
205 if ( nr < ppc64::MAX_GPR_REGS ) \
213 if ( nr < ppc64::MAX_GPR_REGS ) \
221 if ( nr < ppc64::MAX_GPR_REGS ) \
229 if ( nr < ppc64::MAX_GPR_REGS ) \
248 sal_uInt64 pGPR[ppc64::MAX_GPR_REGS]; in cpp_call()
H A Dcpp2uno.cxx146 if (ng < ppc64::MAX_GPR_REGS) in cpp2uno_call()
162 if (ng < ppc64::MAX_GPR_REGS) in cpp2uno_call()
178 if (ng < ppc64::MAX_GPR_REGS) in cpp2uno_call()
192 if (ng < ppc64::MAX_GPR_REGS) in cpp2uno_call()
216 if (ng < ppc64::MAX_GPR_REGS) in cpp2uno_call()
513 sal_uInt64 gpreg[ppc64::MAX_GPR_REGS]; in privateSnippetExecutor()
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx141 if ( nGPR > axp::MAX_GPR_REGS ) in callVirtualMethod()
142 nGPR = axp::MAX_GPR_REGS; in callVirtualMethod()
213 sal_uInt64 pGPR[axp::MAX_GPR_REGS]; in cpp_call()
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dcpp2uno.cxx557 sal_uInt32 gpreg[hppa::MAX_GPR_REGS]; in cpp_vtable_call()
578 for (int i = 0; i < hppa::MAX_GPR_REGS; ++i) in cpp_vtable_call()

Completed in 375 milliseconds

12