Home
last modified time | relevance | path

Searched refs:MAX_WORDS_IN_REGS (Results 1 – 6 of 6) sorted by relevance

/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Duno2cpp.cxx49 if (nr < hppa::MAX_WORDS_IN_REGS) \
59 if ( (nr < hppa::MAX_WORDS_IN_REGS) && (nr % 2) ) \
63 if ( nr < hppa::MAX_WORDS_IN_REGS ) \
79 if (nr < hppa::MAX_WORDS_IN_REGS) \
90 if ( (nr < hppa::MAX_WORDS_IN_REGS) && (nr % 2) ) \
94 if ( nr < hppa::MAX_WORDS_IN_REGS ) \
112 if ( nr < hppa::MAX_WORDS_IN_REGS ) \
120 if ( nr < hppa::MAX_WORDS_IN_REGS ) \
H A Dcpp2uno.cxx126 if (nregs < hppa::MAX_WORDS_IN_REGS && (nregs & 1)) in cpp2uno_call()
132 if (nregs < hppa::MAX_WORDS_IN_REGS-1) in cpp2uno_call()
150 if (nregs < hppa::MAX_WORDS_IN_REGS) in cpp2uno_call()
166 if (nregs < hppa::MAX_WORDS_IN_REGS && (nregs & 1)) in cpp2uno_call()
172 if (nregs < hppa::MAX_WORDS_IN_REGS-1) in cpp2uno_call()
190 if (nregs < hppa::MAX_WORDS_IN_REGS) in cpp2uno_call()
207 if (nregs < hppa::MAX_WORDS_IN_REGS) in cpp2uno_call()
225 if (nregs < hppa::MAX_WORDS_IN_REGS) in cpp2uno_call()
247 if (nregs < hppa::MAX_WORDS_IN_REGS) in cpp2uno_call()
H A Dshare.hxx92 enum hppalimits { MAX_WORDS_IN_REGS = 4, MAX_GPR_REGS = 4, MAX_SSE_REGS = 4 }; enumerator
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx90 if ( nr < axp::MAX_WORDS_IN_REGS ) \
99 if ( nr < axp::MAX_WORDS_IN_REGS ) \
105 if ( nr < axp::MAX_WORDS_IN_REGS ) \
111 if ( nr < axp::MAX_WORDS_IN_REGS ) \
117 if ( nr < axp::MAX_WORDS_IN_REGS ) \
123 if ( nr < axp::MAX_WORDS_IN_REGS ) \
H A Dcpp2uno.cxx127 if (nregs < axp::MAX_WORDS_IN_REGS) in cpp2uno_call()
148 if (nregs < axp::MAX_WORDS_IN_REGS) in cpp2uno_call()
164 if (nregs < axp::MAX_WORDS_IN_REGS) in cpp2uno_call()
180 if (nregs < axp::MAX_WORDS_IN_REGS) in cpp2uno_call()
194 if (nregs < axp::MAX_WORDS_IN_REGS) in cpp2uno_call()
220 if (nregs < axp::MAX_WORDS_IN_REGS) in cpp2uno_call()
H A Dshare.hxx91 enum axplimits { MAX_WORDS_IN_REGS = 6, MAX_GPR_REGS = 6, MAX_SSE_REGS = 6 }; enumerator

Completed in 36 milliseconds