Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/include/x86emu/
Ddebug.h65 # define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F) macro
84 # define DEBUG_DECODE() 0 macro
108 # define DECODE_PRINTF(x) if (DEBUG_DECODE()) \
110 # define DECODE_PRINTF2(x,y) if (DEBUG_DECODE()) \
120 if (DEBUG_DECODE()) \
124 if (DEBUG_DECODE() | DEBUG_TRACECALL() | DEBUG_BREAK() \
142 if (DEBUG_TRACE() || DEBUG_DECODE()) X86EMU_trace_regs()
/external/u-boot/drivers/bios_emulator/x86emu/
Dops.c1285 if (DEBUG_DECODE()) { in x86emuOp_opc80_byte_RM_IMM()
1363 if (DEBUG_DECODE()) { in x86emuOp_opc81_word_RM_IMM()
1479 if (DEBUG_DECODE()) { in x86emuOp_opc82_byte_RM_IMM()
1555 if (DEBUG_DECODE()) { in x86emuOp_opc83_word_RM_IMM()
3087 if (DEBUG_DECODE()) { in x86emuOp_opcC0_byte_RM_MEM()
3162 if (DEBUG_DECODE()) { in x86emuOp_opcC1_word_RM_MEM()
3634 if (DEBUG_DECODE()) { in x86emuOp_opcD0_byte_RM_1()
3705 if (DEBUG_DECODE()) { in x86emuOp_opcD1_word_RM_1()
3807 if (DEBUG_DECODE()) { in x86emuOp_opcD2_byte_RM_CL()
3880 if (DEBUG_DECODE()) { in x86emuOp_opcD3_word_RM_CL()
[all …]
Ddebug.c59 if (DEBUG_DECODE() && !DEBUG_DECODE_NOPRINT()) { in X86EMU_trace_regs()