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

/opensolaris-onvv-gate/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc.h45 #define DIS_DEBUG_COMPAT 0x01L macro
H A Ddis_sparc_fmt.c857 if ((dhp->dh_debug & DIS_DEBUG_COMPAT) != 0)
924 if ((dhp->dh_debug & (DIS_DEBUG_SYN_ALL|DIS_DEBUG_COMPAT)) != 0) {
982 * If DIS_DEBUG_SYNTH_ALL or DIS_DEBUG_COMPAT are set,
990 * stw %g0, [addr] -> clr [addr] DIS_DEBUG_SYNTH_ALL|DIS_DEBUG_COMPAT
993 * If DIS_DEBUG_COMPAT is set, the following substitutions also take place
1062 if ((dhp->dh_debug & DIS_DEBUG_COMPAT) == 0)
1067 if ((dhp->dh_debug & DIS_DEBUG_COMPAT) == 0)
1073 if ((dhp->dh_debug & DIS_DEBUG_COMPAT) == 0)
1076 if ((dhp->dh_flags & (DIS_DEBUG_COMPAT|DIS_DEBUG_SYN_ALL))
1088 if ((dhp->dh_flags & (DIS_DEBUG_COMPAT|DIS_DEBUG_SYN_AL
[all...]
H A Ddis_sparc.c133 dhp->dh_debug = DIS_DEBUG_COMPAT;
159 dhp->dh_debug |= DIS_DEBUG_COMPAT;
162 dhp->dh_debug &= ~(DIS_DEBUG_SYN_ALL|DIS_DEBUG_COMPAT);

Completed in 49 milliseconds