Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-trace.h287 #define TRACE_ALU_P(cpu) TRACE_P (cpu, TRACE_ALU_IDX) macro
516 if (TRACE_ALU_P (CPU)) \
522 if (TRACE_ALU_P (CPU)) \
528 if (TRACE_ALU_P (CPU)) \
534 if (TRACE_ALU_P (CPU)) \
540 if (TRACE_ALU_P (CPU)) \
548 if (TRACE_ALU_P (CPU)) \
554 if (TRACE_ALU_P (CPU)) \
560 if (TRACE_ALU_P (CPU)) \
566 if (TRACE_ALU_P (CPU)) \
/netbsd/src/external/gpl3/gdb/dist/sim/v850/
Dsimops.c63 if (!TRACE_ALU_P (STATE_CPU (simulator, 0))) in trace_input()
228 if (!TRACE_ALU_P (STATE_CPU (simulator, 0))) in trace_output()
DChangeLog-20211252 (trace_input): Only trace when TRACE_ALU_P. Delete code
1254 (trace_output): Only trace when TRACE_ALU_P.
1281 replace with TRACE_INSN_P and TRACE_ALU_P.