Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c860 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) != 0) in fmt_branch()
1067 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()
1072 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()
1078 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()
1116 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()
1135 if (((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) && in fmt_ls()
1142 if (((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) && in fmt_ls()
1778 if (((dhx->dhx_debug & DIS_DEBUG_COMPAT) != 0) && in fmt_alu()
1821 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) != 0) in fmt_alu()
2283 if (((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) || in get_regname()
[all …]
H A Ddis_sparc.c134 dhx->dhx_debug = DIS_DEBUG_COMPAT; 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()
H A Ddis_sparc.h43 #define DIS_DEBUG_COMPAT 0x01L macro