Home
last modified time | relevance | path

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

/haiku/headers/libs/x86emu/
H A Dx86emu.h169 #define DEBUG_DECODE_F 0x000001 /* print decoded instruction */ macro
/haiku/src/libs/x86emu/
H A Ddebug.c352 return M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F; in X86EMU_trace_on()
358 return M.x86.debug &= ~(DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F); in X86EMU_trace_off()
/haiku/headers/libs/x86emu/x86emu/
H A Ddebug.h65 #define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F)