Home | History | Annotate | Download | only in backends

Lines Matching defs:used

135 	    case 10:       /* x86-style long double, not really used */
186 int used = hfa_type (child_typedie, child_size,
188 if (used < 0 || used > 8)
189 return used;
190 if (used > max_used)
191 max_used = used;
221 int used = hfa_type (base_typedie, base_size, locp, 0);
222 if (used < 0 || used > 8)
223 return used;
226 fpregs_used += used * (size / (*locp)[1].number);
298 case 10: /* x86-style long double, not really used */