Home
last modified time | relevance | path

Searched refs:hpriv_reg_table (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sparc.c813 struct priv_reg_entry hpriv_reg_table[] = variable
963 + ((sizeof (hpriv_reg_table) / sizeof (hpriv_reg_table[0])) - 1) \
1061 qsort (hpriv_reg_table, sizeof (hpriv_reg_table) / sizeof (hpriv_reg_table[0]), in md_begin()
1062 sizeof (hpriv_reg_table[0]), cmp_reg_entry); in md_begin()
1101 = {priv_reg_table, hpriv_reg_table, v9a_asr_table, NULL}; in md_begin()
1938 for (p = hpriv_reg_table; p->name; p++) in sparc_ip()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog502 * config/tc-sparc.c (hpriv_reg_table): Add registers %hmcdper,
542 (hpriv_reg_table): Likewise.
556 (md_begin): Sort hpriv_reg_table and v9a_asr_table, and initialize
559 hpriv_reg_table and v9a_asr_table. Use perc_table to handle
DChangeLog-20141594 * config/tc-sparc.c (hpriv_reg_table): Added entries for
DChangeLog-20062449 (hpriv_reg_table): New table for hyperprivileged registers.