Searched refs:DEBUG_STEP_F (Results 1 - 4 of 4) sorted by relevance

/broadcom-cfe-1.4.2/cfe/x86emu/
H A Ddebug.c336 M.x86.debug &= ~DEBUG_STEP_F;
354 return M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F;
359 return M.x86.debug &= ~(DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F);
H A Dx86emu.h172 #define DEBUG_STEP_F 0x000004 macro
H A Ddecode.c123 M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F;
/broadcom-cfe-1.4.2/cfe/x86emu/x86emu/
H A Ddebug.h68 # define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F)

Completed in 59 milliseconds