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

/broadcom-cfe-1.4.2/cfe/x86emu/
H A Ddebug.c337 M.x86.debug &= ~DEBUG_DECODE_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.h170 #define DEBUG_DECODE_F 0x000001 /* print decoded instruction */ 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.h66 # define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F)

Completed in 64 milliseconds