Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Drx-parse.y1124 condition_table[] = variable
1148 #define NUM_CONDITIONS (sizeof (condition_table) / sizeof (condition_table[0]))
1175 if (strcasecmp (cp, condition_table[i].string) == 0) in check_condition()
1177 rx_lval.regno = condition_table[i].val; in check_condition()