Lines Matching refs:used
138 case 10: /* x86-style long double, not really used */
189 int used = hfa_type (child_typedie, child_size,
191 if (used < 0 || used > 8)
192 return used;
193 if (used > max_used)
194 max_used = used;
224 int used = hfa_type (base_typedie, base_size, locp, 0);
225 if (used < 0 || used > 8)
226 return used;
229 fpregs_used += used * (size / (*locp)[1].number);
301 case 10: /* x86-style long double, not really used */