Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dtic4x-dis.c273 static tic4x_cond_t **condtable = NULL; in tic4x_print_cond() local
276 if (condtable == NULL) in tic4x_print_cond()
278 condtable = xmalloc (sizeof (tic4x_cond_t *) * 32); in tic4x_print_cond()
280 condtable[tic4x_conds[i].cond] = (tic4x_cond_t *)(tic4x_conds + i); in tic4x_print_cond()
282 if (cond > 31 || condtable[cond] == NULL) in tic4x_print_cond()
285 (*info->fprintf_func) (info->stream, "%s", condtable[cond]->name); in tic4x_print_cond()