Lines Matching refs:axp
90 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 ) \
139 if ( nFPR > axp::MAX_SSE_REGS ) in callVirtualMethod()
140 nFPR = axp::MAX_SSE_REGS; in callVirtualMethod()
141 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()
214 double pFPR[axp::MAX_SSE_REGS]; in cpp_call()