Home | History | Annotate | Download | only in backends

Lines Matching full:used

135 	    case 10:       /* x86-style long double, not really used */
183 int used = hfa_type (child_typedie, locp, fpregs_used);
184 if (used < 0 || used > 8)
185 return used;
186 if (used > max_used)
187 max_used = used;
216 int used = hfa_type (base_typedie, locp, 0);
217 if (used < 0 || used > 8)
218 return used;
222 fpregs_used += used * size;
305 case 10: /* x86-style long double, not really used */