Home
last modified time | relevance | path

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

/dports/devel/gdb/gdb-11.1/gdb/arch/
H A Darm-get-next-pcs.c353 int cond_negated; in thumb_get_next_pcs_raw() local
368 cond_negated = (itstate >> 4) & 1; in thumb_get_next_pcs_raw()
381 while (itstate != 0 && ((itstate >> 4) & 1) == cond_negated); in thumb_get_next_pcs_raw()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Darm-tdep.c4292 int cond_negated; in thumb_get_next_pc_raw() local
4307 cond_negated = (itstate >> 4) & 1; in thumb_get_next_pc_raw()
4321 while (itstate != 0 && ((itstate >> 4) & 1) == cond_negated); in thumb_get_next_pc_raw()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Darm-tdep.c4412 int cond_negated; in thumb_get_next_pc_raw() local
4427 cond_negated = (itstate >> 4) & 1; in thumb_get_next_pc_raw()
4441 while (itstate != 0 && ((itstate >> 4) & 1) == cond_negated); in thumb_get_next_pc_raw()