HomeSort by: relevance | last modified time | path
    Searched defs:goodness (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 7193 /* For Itanium 1, add a bit of extra goodness if a nop of type F or B would fit
7194 in TEMPL at SLOT. For Itanium 2, add a bit of extra goodness if a nop of
7232 int i, j, k, t, goodness, best, ok; local
7329 /* Compute the table of best templates. We compute goodness as a
7340 goodness = 0;
7346 goodness = 3 + 3 + 3;
7348 goodness = 3 + 3 + extra_goodness (t, 2);
7351 goodness = 3 + 3 + extra_goodness (t, 1);
7354 goodness = 3;
7355 goodness += extra_goodness (t, 1)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 7193 /* For Itanium 1, add a bit of extra goodness if a nop of type F or B would fit
7194 in TEMPL at SLOT. For Itanium 2, add a bit of extra goodness if a nop of
7232 int i, j, k, t, goodness, best, ok; local
7329 /* Compute the table of best templates. We compute goodness as a
7340 goodness = 0;
7346 goodness = 3 + 3 + 3;
7348 goodness = 3 + 3 + extra_goodness (t, 2);
7351 goodness = 3 + 3 + extra_goodness (t, 1);
7354 goodness = 3;
7355 goodness += extra_goodness (t, 1)
    [all...]

Completed in 30 milliseconds