Home
last modified time | relevance | path

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

/haiku/headers/libs/x86emu/x86emu/
H A Ddebug.h65 #define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F) macro
84 #define DEBUG_DECODE() 0 macro
104 #define DECODE_PRINTF(x) if (DEBUG_DECODE()) \
106 #define DECODE_PRINTF2(x,y) if (DEBUG_DECODE()) \
116 if (DEBUG_DECODE()) \
120 if (DEBUG_DECODE() | DEBUG_TRACECALL() | DEBUG_BREAK() \
138 if (DEBUG_TRACE() || DEBUG_DECODE()) X86EMU_trace_regs()
/haiku/src/libs/x86emu/
H A Ddebug.c63 if (DEBUG_DECODE() && !DEBUG_DECODE_NOPRINT()) { in X86EMU_trace_regs()
H A Dops.c5530 if (DEBUG_DECODE()) { in x86emuOp_opc80_byte_RM_IMM()
5658 if (DEBUG_DECODE()) { in x86emuOp_opc81_word_RM_IMM()
5853 if (DEBUG_DECODE()) { in x86emuOp_opc82_byte_RM_IMM()
5977 if (DEBUG_DECODE()) { in x86emuOp_opc83_word_RM_IMM()
8688 if (DEBUG_DECODE()) { in x86emuOp_opcC0_byte_RM_MEM()
8797 if (DEBUG_DECODE()) { in x86emuOp_opcC1_word_RM_MEM()
9451 if (DEBUG_DECODE()) { in x86emuOp_opcD0_byte_RM_1()
9544 if (DEBUG_DECODE()) { in x86emuOp_opcD1_word_RM_1()
9700 if (DEBUG_DECODE()) { in x86emuOp_opcD2_byte_RM_CL()
9795 if (DEBUG_DECODE()) { in x86emuOp_opcD3_word_RM_CL()
[all …]