Lines Matching refs:hppa
49 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 ) \
127 namespace hppa namespace
188 sal_uInt32 pGPR[hppa::MAX_GPR_REGS]; in cpp_call()
189 double pFPR[hppa::MAX_SSE_REGS]; in cpp_call()
204 bRegisterReturn = hppa::isRegisterReturn(pReturnTypeRef); in cpp_call()