Searched refs:dhx_debug (Results 1 – 3 of 3) sorted by relevance
134 dhx->dhx_debug = DIS_DEBUG_COMPAT; in dis_sparc_handle_attach()159 dhx->dhx_debug |= DIS_DEBUG_SYN_ALL; in dis_sparc_handle_attach()162 dhx->dhx_debug |= DIS_DEBUG_COMPAT; in dis_sparc_handle_attach()165 dhx->dhx_debug &= ~(DIS_DEBUG_SYN_ALL|DIS_DEBUG_COMPAT); in dis_sparc_handle_attach()168 dhx->dhx_debug |= DIS_DEBUG_PRTBIN; in dis_sparc_handle_attach()171 dhx->dhx_debug |= DIS_DEBUG_PRTFMT; in dis_sparc_handle_attach()174 dhx->dhx_debug = DIS_DEBUG_ALL; in dis_sparc_handle_attach()177 dhx->dhx_debug = DIS_DEBUG_NONE; in dis_sparc_handle_attach()252 if ((dhx->dhx_debug & DIS_DEBUG_PRTBIN) != 0) in dis_sparc_disassemble()
708 if ((dhx->dhx_debug & DIS_DEBUG_PRTFMT) != 0) { in fmt_call()739 if ((dhx->dhx_debug & DIS_DEBUG_PRTFMT) != 0) { in fmt_sethi()790 if ((dhx->dhx_debug & DIS_DEBUG_PRTFMT) != 0) { in fmt_branch()821 f->f2b.cc == 0x02 && ((dhx->dhx_debug & DIS_DEBUG_SYN_ALL) != 0)) { in fmt_branch()859 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) != 0) in fmt_branch()927 if ((dhx->dhx_debug & (DIS_DEBUG_SYN_ALL|DIS_DEBUG_COMPAT)) != 0) { in fmt_cas()1013 if ((dhx->dhx_debug & DIS_DEBUG_PRTFMT) != 0) { in fmt_ls()1066 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()1071 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()1077 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()[all …]
53 int dhx_debug; member