Searched refs:gr_values (Results 1 – 3 of 3) sorted by relevance
713 } gr_values[128] = { variable719 (((1 << (8 * sizeof(gr_values->path) - 2)) - 1) << 1) + 1,4957 gr_values[regno - REG_GR].known = 1; in dot_reg_val()4958 gr_values[regno - REG_GR].value = value; in dot_reg_val()4959 gr_values[regno - REG_GR].path = md.path; in dot_reg_val()8290 #define KNOWN(REG) (gr_values[REG].known && gr_values[REG].path >= path) in specify_resource()8457 if (regno >= 0 && regno < NELEMS (gr_values) in specify_resource()8461 specs[count++].index = gr_values[regno].value & 0xFF; in specify_resource()8482 if (regno >= 0 && regno < NELEMS (gr_values) in specify_resource()8486 specs[count++].index = gr_values[regno].value & 0xFF; in specify_resource()[all …]
3824 (gr_values[0]): Set path to INT_MAX.
4150 (gr_values): Add missing initializer.