Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtracepoint.c1601 int ndx1; in encode_actions() local
1604 for (ndx1 = 0; ndx1 < areqs.reg_mask_len; ndx1++) in encode_actions()
1607 if (areqs.reg_mask[ndx1] != 0) in encode_actions()
1611 if (areqs.reg_mask[ndx1] & (1 << ndx2)) in encode_actions()
1613 add_register (collect, ndx1 * 8 + ndx2); in encode_actions()