Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dtracepoint.c1130 int ndx1, ndx2; in collect_symbol() local
1138 for (ndx2 = 0; ndx2 < 8; ndx2++) in collect_symbol()
1139 if (aexpr->reg_mask[ndx1] & (1 << ndx2)) in collect_symbol()
1141 add_register (collect, ndx1 * 8 + ndx2); in collect_symbol()
1450 int ndx1, ndx2; in encode_actions_1() local
1458 for (ndx2 = 0; ndx2 < 8; ndx2++) in encode_actions_1()
1459 if (aexpr->reg_mask[ndx1] & (1 << ndx2)) in encode_actions_1()
1462 ndx1 * 8 + ndx2); in encode_actions_1()
1540 int ndx2; in encode_actions_1() local
1548 for (ndx2 = 0; ndx2 < 8; ndx2++) in encode_actions_1()
[all …]