Home | History | Annotate | Download | only in config

Lines Matching defs:n_base

699 /* These negative numbers are found in rx_bytesT.n_base for non-opcode
707 int n_base;
746 rx_bytes.n_base = RX_NBASE_FETCHALIGN;
767 rx_bytes.relax[rx_bytes.n_relax].val_ofs = rx_bytes.n_base + rx_bytes.n_ops;
823 rx_fixup (exp, offset + 8 * rx_bytes.n_base, nbits, type)
829 rx_bytes.n_base = 1;
837 rx_bytes.n_base = 2;
846 rx_bytes.n_base = 3;
856 rx_bytes.n_base = 4;
898 gas_assert (bytep < rx_bytes.n_base);
907 gas_assert (bytep < rx_bytes.n_base);
1046 if (rx_bytes.n_relax || rx_bytes.link_relax || rx_bytes.n_base < 0)
1155 frag_then->fr_fix += rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post;
1156 frag_then->fr_subtype = rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post;
1160 bytes = frag_more (rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post);
1163 fetchalign_bytes->n_ops = rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post;
1168 APPEND (base, n_base);
1568 if (fragP->tc_frag_data->n_base == RX_NBASE_FETCHALIGN)
1815 if (fragP->tc_frag_data->n_base == RX_NBASE_FETCHALIGN)