Searched refs:MAX_WORDS_IN_REGS (Results 1 – 6 of 6) sorted by relevance
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 ) \
126 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()
92 enum hppalimits { MAX_WORDS_IN_REGS = 4, MAX_GPR_REGS = 4, MAX_SSE_REGS = 4 }; enumerator
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 ) \
127 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()
91 enum axplimits { MAX_WORDS_IN_REGS = 6, MAX_GPR_REGS = 6, MAX_SSE_REGS = 6 }; enumerator
Completed in 36 milliseconds