Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/opcodes/
H A Di960-dis.c163 static const struct tabent ctrl_tab[] = { in ctrl() local
199 if ((ctrl_tab[i].name == NULL) || ((word1 & 1) != 0)) in ctrl()
205 (*info->fprintf_func) (stream, ctrl_tab[i].name); in ctrl()
210 if (ctrl_tab[i].numops == 1) in ctrl()
H A DChangeLog-92972949 (ctrl): Local static array ctrl_tab now const.
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Di960-dis.c163 static const struct tabent ctrl_tab[] = { in ctrl() local
199 if ((ctrl_tab[i].name == NULL) || ((word1 & 1) != 0)) in ctrl()
205 (*info->fprintf_func) (stream, ctrl_tab[i].name); in ctrl()
210 if (ctrl_tab[i].numops == 1) in ctrl()
H A DChangeLog-92972949 (ctrl): Local static array ctrl_tab now const.