Home
last modified time | relevance | path

Searched refs:gr_values (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c713 } gr_values[128] = { variable
719 (((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 …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20053824 (gr_values[0]): Set path to INT_MAX.
DChangeLog-00014150 (gr_values): Add missing initializer.