Home
last modified time | relevance | path

Searched refs:first_insn_p (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dcgen-trace.c72 static int first_insn_p; variable
88 first_insn_p = first_p; in cgen_trace_insn_init()
187 first_insn_p ? " " : "|", in cgen_trace_insn()
DChangeLog-20214550 (first_insn_p): Make static.
4846 * cgen-trace.c (first_insn_p): New static local.
/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dmloop.in89 @cpu@_model_insn_before (current_cpu, sc->first_insn_p);
458 int first_insn_p = 1;
484 sc->first_insn_p = first_insn_p;
500 first_insn_p = 0;
DChangeLog-20212319 * mloop.in (execute): Pass sc->first_insn_p to @cpu@_model_insn_before.
2321 (main loop): Compute sc->first_insn_p.
Dcpu.h1585 int first_insn_p; member