Home
last modified time | relevance | path

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

/trueos/contrib/binutils/gas/config/
HDtc-ia64.c689 } gr_values[128] = { variable
695 (((1 << (8 * sizeof(gr_values->path) - 2)) - 1) << 1) + 1,
5139 gr_values[regno - REG_GR].known = 1;
5140 gr_values[regno - REG_GR].value = value;
5141 gr_values[regno - REG_GR].path = md.path;
8397 #define KNOWN(REG) (gr_values[REG].known && gr_values[REG].path >= path)
8564 if (regno >= 0 && regno < NELEMS (gr_values)
8568 specs[count++].index = gr_values[regno].value & 0xFF;
8589 if (regno >= 0 && regno < NELEMS (gr_values)
8593 specs[count++].index = gr_values[regno].value & 0xFF;
[all …]
/trueos/contrib/binutils/gas/
HDChangeLog-00014160 (gr_values): Add missing initializer.