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

/barrelfish-2018-10-04/include/
H A Dx86emu.h169 #define DEBUG_DECODE_F 0x000001 /* print decoded instruction */ macro
/barrelfish-2018-10-04/include/x86emu/
H A Ddebug.h65 # define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F)
/barrelfish-2018-10-04/lib/x86emu/
H A Ddebug.c325 return M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F;
330 return M.x86.debug &= ~(DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F);

Completed in 99 milliseconds