Home
last modified time | relevance | path

Searched refs:nregs (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dcpp2uno.cxx61 int nregs = 0; //number of words passed in registers in cpp2uno_call() local
99 nregs++; in cpp2uno_call()
126 if (nregs < hppa::MAX_WORDS_IN_REGS && (nregs & 1)) in cpp2uno_call()
130 nregs++; in cpp2uno_call()
132 if (nregs < hppa::MAX_WORDS_IN_REGS-1) in cpp2uno_call()
138 nregs+=2; in cpp2uno_call()
150 if (nregs < hppa::MAX_WORDS_IN_REGS) in cpp2uno_call()
155 nregs++; in cpp2uno_call()
166 if (nregs < hppa::MAX_WORDS_IN_REGS && (nregs & 1)) in cpp2uno_call()
170 nregs++; in cpp2uno_call()
[all …]
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Dcpp2uno.cxx59 int nregs = 0; //number of words passed in registers in cpp2uno_call() local
84 nregs++; in cpp2uno_call()
94 nregs++; in cpp2uno_call()
127 if (nregs < axp::MAX_WORDS_IN_REGS) in cpp2uno_call()
138 nregs++; in cpp2uno_call()
148 if (nregs < axp::MAX_WORDS_IN_REGS) in cpp2uno_call()
153 nregs++; in cpp2uno_call()
164 if (nregs < axp::MAX_WORDS_IN_REGS) in cpp2uno_call()
169 nregs++; in cpp2uno_call()
180 if (nregs < axp::MAX_WORDS_IN_REGS) in cpp2uno_call()
[all …]