Home
last modified time | relevance | path

Searched refs:trace_p (Results 1 – 25 of 75) sorted by relevance

123

/netbsd/external/gpl3/gdb/dist/sim/m32r/
H A Dmloop2.in86 int trace_p, int profile_p)
93 sc[1].argbuf.trace_p = trace_p;
143 sc[1].argbuf.trace_p = trace_p;
150 sc[3].argbuf.trace_p = trace_p;
187 sc[1].argbuf.trace_p = trace_p;
246 trace_p, profile_p);
394 if (trace_p || profile_p)
453 if (trace_p || profile_p)
456 trace_p, profile_p);
483 if (trace_p || profile_p)
[all …]
H A Dmloopx.in86 int trace_p, int profile_p)
93 sc[1].argbuf.trace_p = trace_p;
143 sc[1].argbuf.trace_p = trace_p;
150 sc[3].argbuf.trace_p = trace_p;
187 sc[1].argbuf.trace_p = trace_p;
246 trace_p, profile_p);
394 if (trace_p || profile_p)
453 if (trace_p || profile_p)
456 trace_p, profile_p);
483 if (trace_p || profile_p)
[all …]
H A Dmloop.in55 int trace_p = PC_IN_TRACE_RANGE_P (current_cpu, pc);
57 @cpu@_fill_argbuf_tp (current_cpu, abuf, trace_p, profile_p);
71 int trace_p = PC_IN_TRACE_RANGE_P (current_cpu, pc);
73 @cpu@_fill_argbuf_tp (current_cpu, abuf, trace_p, profile_p);
H A Dcpuall.h57 char trace_p; member
/netbsd/external/gpl3/gdb.old/dist/sim/m32r/
H A Dmloop2.in86 int trace_p, int profile_p)
93 sc[1].argbuf.trace_p = trace_p;
143 sc[1].argbuf.trace_p = trace_p;
150 sc[3].argbuf.trace_p = trace_p;
187 sc[1].argbuf.trace_p = trace_p;
246 trace_p, profile_p);
394 if (trace_p || profile_p)
453 if (trace_p || profile_p)
456 trace_p, profile_p);
483 if (trace_p || profile_p)
[all …]
H A Dmloopx.in86 int trace_p, int profile_p)
93 sc[1].argbuf.trace_p = trace_p;
143 sc[1].argbuf.trace_p = trace_p;
150 sc[3].argbuf.trace_p = trace_p;
187 sc[1].argbuf.trace_p = trace_p;
246 trace_p, profile_p);
394 if (trace_p || profile_p)
453 if (trace_p || profile_p)
456 trace_p, profile_p);
483 if (trace_p || profile_p)
[all …]
H A Dmloop.in55 int trace_p = PC_IN_TRACE_RANGE_P (current_cpu, pc);
57 @cpu@_fill_argbuf_tp (current_cpu, abuf, trace_p, profile_p);
71 int trace_p = PC_IN_TRACE_RANGE_P (current_cpu, pc);
73 @cpu@_fill_argbuf_tp (current_cpu, abuf, trace_p, profile_p);
H A Dcpuall.h57 char trace_p; member
/netbsd/external/gpl3/gdb/dist/sim/cris/
H A Dmloop.in61 int trace_p = PC_IN_TRACE_RANGE_P (current_cpu, pc);
63 @cpu@_fill_argbuf_tp (current_cpu, abuf, trace_p, profile_p);
194 int trace_p = PC_IN_TRACE_RANGE_P (current_cpu, pc);
196 int befaft_p = profile_p || trace_p;
202 sc->argbuf.trace_p = trace_p;
231 trace_p = PC_IN_TRACE_RANGE_P (current_cpu, pc);
233 befaft_p = profile_p || trace_p;
239 sc->argbuf.trace_p = trace_p;
H A Dcpuall.h68 char trace_p; member
/netbsd/external/gpl3/gdb.old/dist/sim/cris/
H A Dmloop.in61 int trace_p = PC_IN_TRACE_RANGE_P (current_cpu, pc);
63 @cpu@_fill_argbuf_tp (current_cpu, abuf, trace_p, profile_p);
194 int trace_p = PC_IN_TRACE_RANGE_P (current_cpu, pc);
196 int befaft_p = profile_p || trace_p;
202 sc->argbuf.trace_p = trace_p;
231 trace_p = PC_IN_TRACE_RANGE_P (current_cpu, pc);
233 befaft_p = profile_p || trace_p;
239 sc->argbuf.trace_p = trace_p;
/netbsd/external/gpl3/gdb/dist/sim/common/
H A Dsim-hw.c48 int trace_p; member
233 STATE_HW (sd)->trace_p = 1; in hw_option_handler()
238 STATE_HW (sd)->trace_p = 1; in hw_option_handler()
243 STATE_HW (sd)->trace_p = 0; in hw_option_handler()
252 if (STATE_HW (sd)->trace_p) in hw_option_handler()
/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-hw.c48 int trace_p; member
233 STATE_HW (sd)->trace_p = 1; in hw_option_handler()
238 STATE_HW (sd)->trace_p = 1; in hw_option_handler()
243 STATE_HW (sd)->trace_p = 0; in hw_option_handler()
252 if (STATE_HW (sd)->trace_p) in hw_option_handler()
/netbsd/external/gpl3/gdb/dist/sim/sh64/
H A Dmloop-media.c33 int trace_p, int profile_p) in sh64_media_fill_argbuf_tp() argument
35 ARGBUF_TRACE_P (abuf) = trace_p; in sh64_media_fill_argbuf_tp()
83 int trace_p = PC_IN_TRACE_RANGE_P (current_cpu, pc); in extract() local
85 sh64_media_fill_argbuf_tp (current_cpu, abuf, trace_p, profile_p); in extract()
H A Dmloop-compact.c33 int trace_p, int profile_p) in sh64_compact_fill_argbuf_tp() argument
35 ARGBUF_TRACE_P (abuf) = trace_p; in sh64_compact_fill_argbuf_tp()
83 int trace_p = PC_IN_TRACE_RANGE_P (current_cpu, pc); in extract() local
85 sh64_compact_fill_argbuf_tp (current_cpu, abuf, trace_p, profile_p); in extract()
/netbsd/external/gpl3/gdb.old/dist/sim/sh64/
H A Dmloop-media.c33 int trace_p, int profile_p) in sh64_media_fill_argbuf_tp() argument
35 ARGBUF_TRACE_P (abuf) = trace_p; in sh64_media_fill_argbuf_tp()
83 int trace_p = PC_IN_TRACE_RANGE_P (current_cpu, pc); in extract() local
85 sh64_media_fill_argbuf_tp (current_cpu, abuf, trace_p, profile_p); in extract()
H A Dmloop-compact.c33 int trace_p, int profile_p) in sh64_compact_fill_argbuf_tp() argument
35 ARGBUF_TRACE_P (abuf) = trace_p; in sh64_compact_fill_argbuf_tp()
83 int trace_p = PC_IN_TRACE_RANGE_P (current_cpu, pc); in extract() local
85 sh64_compact_fill_argbuf_tp (current_cpu, abuf, trace_p, profile_p); in extract()
/netbsd/external/gpl3/gdb/dist/sim/bpf/
H A Dcpuall.h44 char trace_p; member
/netbsd/external/gpl3/gdb/dist/sim/lm32/
H A Dcpuall.h43 char trace_p; member
/netbsd/external/gpl3/gdb.old/dist/sim/bpf/
H A Dcpuall.h44 char trace_p; member
/netbsd/external/gpl3/gdb.old/dist/sim/lm32/
H A Dcpuall.h43 char trace_p; member
/netbsd/external/gpl3/gdb/dist/sim/iq2000/
H A Dcpuall.h49 char trace_p; member
/netbsd/external/gpl3/gdb.old/dist/sim/iq2000/
H A Dcpuall.h49 char trace_p; member
/netbsd/external/gpl3/gdb/dist/sim/or1k/
H A Dcpuall.h45 char trace_p; member
/netbsd/external/gpl3/gdb.old/dist/sim/or1k/
H A Dcpuall.h45 char trace_p; member

123