Home
last modified time | relevance | path

Searched refs:tcnt_prev (Results 1 – 4 of 4) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/sim/m68hc11/
H A Ddv-m68hc11tim.c253 unsigned long tcnt, tcnt_prev; in m68hc11tim_timer_event() local
324 tcnt_prev = (tcnt_insn_start / controller->clock_prescaler) & 0x0ffff; in m68hc11tim_timer_event()
348 if ((compare >= tcnt_prev && compare <= tcnt && tcnt_prev < tcnt) in m68hc11tim_timer_event()
349 || (compare >= tcnt_prev && tcnt_prev > tcnt) in m68hc11tim_timer_event()
350 || (compare < tcnt && tcnt_prev > tcnt)) in m68hc11tim_timer_event()
/dports/devel/gdb761/gdb-7.6.1/sim/m68hc11/
H A Ddv-m68hc11tim.c252 unsigned long tcnt, tcnt_prev; in m68hc11tim_timer_event() local
323 tcnt_prev = (tcnt_insn_start / controller->clock_prescaler) & 0x0ffff; in m68hc11tim_timer_event()
347 if ((compare >= tcnt_prev && compare <= tcnt && tcnt_prev < tcnt) in m68hc11tim_timer_event()
348 || (compare >= tcnt_prev && tcnt_prev > tcnt) in m68hc11tim_timer_event()
349 || (compare < tcnt && tcnt_prev > tcnt)) in m68hc11tim_timer_event()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/m68hc11/
H A Ddv-m68hc11tim.c253 unsigned long tcnt, tcnt_prev; in m68hc11tim_timer_event() local
324 tcnt_prev = (tcnt_insn_start / controller->clock_prescaler) & 0x0ffff; in m68hc11tim_timer_event()
348 if ((compare >= tcnt_prev && compare <= tcnt && tcnt_prev < tcnt) in m68hc11tim_timer_event()
349 || (compare >= tcnt_prev && tcnt_prev > tcnt) in m68hc11tim_timer_event()
350 || (compare < tcnt && tcnt_prev > tcnt)) in m68hc11tim_timer_event()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/m68hc11/
H A Ddv-m68hc11tim.c253 unsigned long tcnt, tcnt_prev; in m68hc11tim_timer_event() local
324 tcnt_prev = (tcnt_insn_start / controller->clock_prescaler) & 0x0ffff; in m68hc11tim_timer_event()
348 if ((compare >= tcnt_prev && compare <= tcnt && tcnt_prev < tcnt) in m68hc11tim_timer_event()
349 || (compare >= tcnt_prev && tcnt_prev > tcnt) in m68hc11tim_timer_event()
350 || (compare < tcnt && tcnt_prev > tcnt)) in m68hc11tim_timer_event()