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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A Dx86emu.h169 #define DEBUG_DECODE_F 0x000001 /* print decoded instruction */ macro
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);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
H A Dx86emu.h169 #define DEBUG_DECODE_F 0x000001 /* print decoded instruction */ macro
H A Ddebug.c343 return M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F;
349 return M.x86.debug &= ~(DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/
H A Ddebug.h65 # define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/
H A Ddebug.h65 #define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F)

Completed in 11 milliseconds