Searched refs:rlx_state (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-xgate.c577 relax_substateT rlx_state[] = { 0, 2 }; local
579 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
581 if (fragp->fr_subtype == rlx_state[subtype]
585 fragp->fr_subtype = rlx_state[subtype + 1];
H A Dtc-crx.c351 relax_substateT rlx_state[] = {0, 2, local
355 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
357 if (fragp->fr_subtype == rlx_state[subtype]
361 fragp->fr_subtype = rlx_state[subtype + 1];
H A Dtc-cr16.c621 relax_substateT rlx_state[] = {0, 2}; local
623 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
625 if (fragp->fr_subtype == rlx_state[subtype]
629 fragp->fr_subtype = rlx_state[subtype + 1];
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-xgate.c577 relax_substateT rlx_state[] = { 0, 2 }; local
579 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
581 if (fragp->fr_subtype == rlx_state[subtype]
585 fragp->fr_subtype = rlx_state[subtype + 1];
H A Dtc-crx.c356 relax_substateT rlx_state[] = {0, 2, local
360 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
362 if (fragp->fr_subtype == rlx_state[subtype]
366 fragp->fr_subtype = rlx_state[subtype + 1];
H A Dtc-cr16.c627 relax_substateT rlx_state[] = {0, 2}; local
629 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
631 if (fragp->fr_subtype == rlx_state[subtype]
635 fragp->fr_subtype = rlx_state[subtype + 1];
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xgate.c577 relax_substateT rlx_state[] = { 0, 2 }; local
579 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
581 if (fragp->fr_subtype == rlx_state[subtype]
585 fragp->fr_subtype = rlx_state[subtype + 1];
H A Dtc-crx.c351 relax_substateT rlx_state[] = {0, 2, local
355 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
357 if (fragp->fr_subtype == rlx_state[subtype]
361 fragp->fr_subtype = rlx_state[subtype + 1];
H A Dtc-cr16.c621 relax_substateT rlx_state[] = {0, 2}; local
623 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
625 if (fragp->fr_subtype == rlx_state[subtype]
629 fragp->fr_subtype = rlx_state[subtype + 1];

Completed in 208 milliseconds