Lines Matching refs:relax
712 } relax[2]; member
750 rx_bytes.relax[rx_bytes.n_relax].type = type; in rx_relax()
751 rx_bytes.relax[rx_bytes.n_relax].field_pos = pos; in rx_relax()
752 rx_bytes.relax[rx_bytes.n_relax].val_ofs = rx_bytes.n_base + rx_bytes.n_ops; in rx_relax()
1555 && fragP->tc_frag_data->relax[0].type == RX_RELAX_DISP) in rx_relax_frag()
1560 fragP->tc_frag_data->relax[ri].type != RX_RELAX_BRANCH, in rx_relax_frag()
1566 switch (fragP->tc_frag_data->relax[ri].type) in rx_relax_frag()
1589 newsize = fragP->tc_frag_data->relax[ri].val_ofs + 4; in rx_relax_frag()
1600 switch (fragP->tc_frag_data->relax[ri].type) in rx_relax_frag()
1663 fragP->tc_frag_data->relax[ri].field_pos, in rx_relax_frag()
1664 fragP->tc_frag_data->relax[ri].val_ofs); in rx_relax_frag()
1666 newsize = fragP->tc_frag_data->relax[ri].val_ofs; in rx_relax_frag()
1682 if (fragP->tc_frag_data->relax[ri].type == RX_RELAX_BRANCH) in rx_relax_frag()
1782 && fragP->tc_frag_data->relax[0].type == RX_RELAX_DISP) in md_convert_frag()
1792 fragP->tc_frag_data->relax[ri].type != RX_RELAX_BRANCH, 0)) in md_convert_frag()
1814 switch (fragP->tc_frag_data->relax[ri].type) in md_convert_frag()
2005 int nbytes = fragP->fr_subtype - fragP->tc_frag_data->relax[ri].val_ofs; in md_convert_frag()
2007 char * imm = op + fragP->tc_frag_data->relax[ri].val_ofs; in md_convert_frag()
2060 switch (fragP->tc_frag_data->relax[ri].field_pos) in md_convert_frag()